11th Standard Syllabus & Materials
11th Standard
TN 11th English Supplementary - 3 - The First Patient (Play) Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 3 - Forgetting Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 2 - The Queen of Boxing Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Poem - 1 - Once Upon A Time Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th English Prose - 1 - The Portrait of a Lady Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Tamil Computing Sample Question Papers Study Material - QB365 Set A

Published on: 27/09/2019
Introduction To C++
Download Tamil Nadu 11th Standard Computer Science question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Science Test

1.
Write the two operators associated with pointer.
2.
We have two variables A and B. Write C++ statements to calculate the result of the division of B by A and calculate
(a) Quotient of the division
(b) the remainder of the division.
3.
What will be the result of 0110wing two expressions if i = 20 initially?
a) ++i < = 20
(b) i++ < = 20.
4.
What is the difference between '/' and '%' operator?
5.
What is meant by cascading of operator?
6.
Write a note on comment statement.
7.
Define operator and operands.
8.
What is character set?
9.
Write any two difference between c and C++.
10.
What is the difference between 'a' and "a" in c++?
11.
What will be the result of following if num=6 initially.
(a) cout << num;
(b) cout << (num == 5);
12.
Suppose x and y are two double type variable that you want add as integer and assign to an integer variable. Construct a C++ statement for the doing so.
13.
What is the difference between 56L and 56?
14.
Write the following real constants into the exponent form:
(i) 23.197
(ii) 7.214
(iii) 0.00005
(iv) 0.319
15.
What is meant by a token? Name the token available in C++.
1.
* Pointer to a variable & Address of
2.
(a)B/A (b) B%A
3.
(a) false
(b) true.
4.
(i) The '/' operator results in quotient when a number is divided by other number.
(ii) The'%' operator results in remainder when a number is divided by other number.
5.
The multiple use of input and output operators such as >> and << in a single statement is known as cascading of I/O operators
6.
All statements that being with // are treated as comments. Comments are simply ignored by compilers. i.e., compiler does not execute any statement that begins with a //.
7.
The symbols which are used to do some mathematical and logical operations are called as "Operators". The data items or values that the operators act upon are called as "Operands".
8.
Character set is the set of characters which are allowed to write a C++ program. A character represents any alphabet, number or any other symbol.
9.
| C | C++ |
|---|---|
| 1. C is a subset of C++ 2. No data hiding |
1. C++ is a superset of C 2. Encapsulation hides data |
10.
Characters enclosed in single quotes are character constants in c++ so 'a' is a character constant. Character enclosed in Double quotes are strong constants in c++ so "a" is a string constant.
11.
(a) 6
(b) False
12.
double x = 10.5, y = 4.5;
int a;
a = int (x) + int (y);
13.
56L- The suffix L forces the constant to be represented as long, which occupies 4 bytes.
56- This will be represented as int type constant which occupies 2 bytes as per Turbo C++.
14.
(i) \(23.197=0.23197 \times 10^2=0.23197 \mathrm{E} 2\)
(ii) \(7.214=0.7214 \times 10^1=0.7214 \mathrm{E} 1\)
(iii) \(0.00005=0.5 \times 10^{-4}=0.5 \mathrm{E}-4\)
(iv) \(0.319=3.19 \times 10^{-1}=3.19 \mathrm{E}-1\)
15.
C++ program statements are constructed by many different small elelments such as commands, variables, constants and many more symbols called as operators and punctuators. Individual elements are collectively called as Lexical units or Lexical elements or Tokens. C++ has the following tokens:
(i) Keywords
(ii) Identifiers
(iii) Literals
(iv) Operators
(v) Punctuators
11th Standard Syllabus & Materials
11th Standard
TN 11th Computer Applications Computer Ethics and Cyber Security Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications JavaScript Functions Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Control Structure in JavaScript Sample Question Papers Study Material - QB365 Set A
NEW11th Standard
TN 11th Computer Applications Introduction to JavaScript Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards