Plus One Computer Application Chapter Wise Previous Questions Chapter 6 Introduction to Programming
Kerala Plus One Computer Application Chapter Wise Previous Questions Chapter 6 Introduction to ProgrammingQuestion 1. In the following program, some lines are missing. Fill the missing lines and complete it. (March – 2015)#include<iostream.h>
.....…
Plus One Computer Science Chapter Wise previous Questions Chapter 8 Arrays
Kerala Plus One Computer Science Chapter Wise Previous Questions Chapter 8 ArraysQuestion 1. int num[10]; (Sep – 2015 (Imp) The above C++ statement declares an array named num that can store maximum integer numbers. a) 9 b) 10 c) N d) none of these Answ…
Plus One Computer Science Chapter Wise previous Questions Chapter 7 Control Statements
Kerala Plus One Computer Science Chapter Wise Previous Questions Chapter 7 Control StatementsQuestion 1. a) …………. statement takes the program control out of the loop even though the test expression is true. (March – 2015) b) Consider the following code …
Plus One Accountancy Chapter Wise Previous Questions Chapter 13 Accounting System Using Database Management System
Kerala Plus One Accountancy Chapter Wise Previous Questions and Answers Chapter 13 Accounting System Using Database Management SystemQuestion 1. Krishna intends to create a table in MS-Access. Suggest suitable data types for the following fields. (March…
Plus One Computer Application Chapter Wise Previous Questions Chapter 5 Data Types and Operators
Kerala Plus One Computer Application Chapter Wise Previous Questions Chapter 5 Data Types and OperatorsQuestion 1. Consider the following statements in C++ (March – 2016) if(mark>=18) cout<<“Passed”; else cout<<“Failed”; Suggest an operat…
Plus One Computer Application Chapter Wise Previous Questions Chapter 4 Getting Started with C++
Kerala Plus One Computer Application Chapter Wise Previous Questions Chapter 4 Getting Started with C++Question 1. Mention the purpose of tokens in C++. Write names of any four tokens in C++. (March – 2015) Answer: Token : It is the smallest individual u…
Plus One Accountancy Chapter Wise Previous Questions Chapter 12 Structuring Database for Accounting
Kerala Plus One Accountancy Chapter Wise Previous Questions and Answers Chapter 12 Structuring Database for AccountingQuestion 1. The formal blueprint or pictorial representation of accounting reality using the entity-relationship model concept is called…
Plus One Computer Science Chapter Wise previous Questions Chapter 6 Data Types and Operators
Kerala Plus One Computer Science Chapter Wise Previous Questions Chapter 6 Data Types and OperatorsQuestion 1. Consider the following statements in C++ (March – 2015) if(mark>=18) cout<<“Passed”; else cout<<“Failed”; Suggest an operator i…
Plus One Accountancy Chapter Wise Previous Questions Chapter 11 Computerised Accounting System
Kerala Plus One Accountancy Chapter Wise Previous Questions and Answers Chapter 11 Computerised Accounting SystemQuestion 1. The physical components of a computer are collectively called as _________ (March 2010) a) software b) hardware c) live-wave d) …
Plus One Computer Science Chapter Wise previous Questions Chapter 5 Introduction to C++ Programming
Kerala Plus One Computer Science Chapter Wise Previous Questions Chapter 5 Introduction to C++ ProgrammingQuestion 1. Mention the purpose of tokens in C++. Write names of any four tokens in C++. (March – 2015) Answer: Token : It is the smallest individua…