11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil இயற்கை வேளாண்மை,சுற்றுச்சூழல் -செய்யுள் - மனோன்மணீயம் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil என்னுயிர் என்பேன் -துணைப்பாடம் - இசைத்தமிழர் இருவர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மொழி கலை -செய்யுள் - ஒவ்வொரு புல்லையும் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - இலக்கணம் - பகுபத உறுப்புகள் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - துணைப்பாடம் - வாடிவாசல் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set A

Published on: 14/12/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.
2.
Explain the punctuators used in C++.
3.
What are the types of Errors?
4.
Write about Binary operators used in C++.
5.
Which of the following are the user-defined names given to different parts of the c++ program?
literals
Identifiers
punctuators
Keywords
6.
Which of the following are the reserved words in c++?
Keywords
Punctuators
Operators
Constants
7.
How many ASCII characters can processed by c++?
512
256
128
64
8.
Which of the following are not possible in C?
Exception handling
Polymorphism
data abstraction
none of these
9.
Who developed C language?
Dennis Ritchie
Bjame Stroustrup
Linus torvalds
Rick Mascitti
10.
What is association?
11.
What are punctuators?
12.
Name any four Escape sequence with nongraphical character.
13.
Define character constant.
14.
Name any four recent list of keywords added in C++.
15.
Write any two difference between c and C++.
16.
Define the term
(i) Source code
(ii) object code.
17.
What are the characters used in C++?
18.
Write a note an insertion or put to operator.
19.
Write a note on input operator.
1.
2.
Punctuators are symbols, which are used as delimiters, while constructing a C++ program. They are also called as "Separators". The following punctuators are used in C++; most of these symbols are very similar to C and Java.
| Separator | Description |
|---|---|
| Curly braces { } | Opening and closing curly braces indicate the start and the end of a block of code. A block of code containing more than one executable statement. These statements together are called as "compound statements". |
| Parenthesis ( ) | Opening and closing parenthesis indicate function calls and function parameters. |
| Square brackets [ ] | It indicates single and multidimensional arrays. |
| Comma, | It is used as a separator in an expression. |
| Semicolon ; | Every executable statement in C++ should terminate with a semicolon. |
| Colon: | It is used to label a statement. |
| Comments // /* */ |
All statements that begin with II are treated as comments. Comments are simply ignored by compilers. i.e., the compiler does not execute any statement that begins with a // // Single line comment /* */ Multiline comment. |
3.
| Type of Error | Description |
| Syntax Error | Syntax errors occur when grammatical rules of C++ are violated. |
| Semantic Error | Semantic Error occur when there is wrong use of variable/ operator/order of execution etc. It is also called as Logical Error. |
| Run-time error | A run time error occurs during the execution of a program. It is occurs because of some illegal operation that takes place. |
4.
Binary Operators require two operands.
Arithmetic operators that perform simple arithmetic operations like addition, subtraction, multiplication, division (+,-*, %,/) etc. are binary operators which requires minimum of two operands.
Relational operators are used to determine the relationship between its operands. The relational operators (<,>,>, <=,=, !=) are applied on two operands, hence they are binary operators.
AND, OR (logical operator) both are binary operators.
Assignment operator is also a binary operator (+=, -=, *=, /=, %=)
5.
(b)
Identifiers
6.
(a)
Keywords
7.
(b)
256
8.
(d)
none of these
9.
(a)
Dennis Ritchie
10.
Operators are executed in the order of precedence. The operands and the operators are grouped in a specific logical way for evaluation. This logical grouping is called as an Association.
11.
Punctuators are symbols, which are used as delimiters in constructing C++ programs. They are also called as "Separators".
12.
| Escape sequence | Non-graphical character |
| \n \0 \t \v |
Newline or linefeed Null Horizontal tab Vertical tab |
13.
A character constant in C++ must contain one character and must be enclosed in a single quote Valid character constants : 'A', '2', '$'
14.
(i) name space
(ii) using
(iii) true
(iv) false.
15.
| C | C++ |
|---|---|
| 1. C is a subset of C++ 2. No data hiding |
1. C++ is a superset of C 2. Encapsulation hides data |
16.
(i) Source code - A program written High level language.
(ii) Object code - Source code converted into Machine Readable code is called object code.
17.
| Alphabets | A .... Z,a ....z |
|---|---|
| Numeric | 0 .... 9 |
| Special Characters | +-*/-!@#$%^& [ ] ( ) { } => <_\ I? . , : ' " ; |
| Whitespace | Blank space, Horizontal tab, Carriage return, Newline, Form feed |
| Other characters | C++ can process any of 256 ASCII characters as data |
18.
(i) C++ provides << operator to perform output operation. The operator << is called the " Stream insertion " or " put to " operator. It is used to send the strings or values of the variables on its right to the object on its left << is a binary operator.
(ii) The first operand is the pre-defined identifier cout (pronounced as C-Out) that identifiers monitor as the standard output object. The second operand may be a constant, variable or an expression.
19.
(i) Input operator C++ provides the operator >> to get input. It extracts the value through the keyboard and assigns it to the variable on its right; hence, it is called as "Stream extraction" or "getfrom" operator.
(ii) It is a binary operator i.e., it requires two operands. The first operand is the pre-defined identifier cin(pronounced as C-In) that identified keyboard as the input device. The second operand must be a variable.
11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - துணைப்பாடம் - யானை டாக்டர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers 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