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: 30/06/2021
QB365 provides detailed and simple solution for every Creative Questions in class 11 Computer Science Subject. It will helps to get more idea about question pattern in every Creative questions with solution.
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.
What will be the output of the following program?
# include < iostream >
# include < conio >
using namespace std
class add //Global class
{
int a,b;
public:
int sum;
void getdata( )
{
a=5;
b=10;
sum = a+b;
}
} a1; //globalobject
add a2; , //globalobject
int main( )
{
add a3; //Local object for a global class
a1.getdata ( );
a2.getdata( );
a3.getdata( );
cout < < a1.sum; //public data member accessed from outside the class
cout < < a2.sum;
cout < < a3.sum;
return 0;
}
2.
Write the significance of Default constructors.
3.
When the memory space allocated to the class members?
4.
What is access specifies?
5.
Why classes are needed in C++?
1.
Output:151515
2.
Default constructors are very useful to create objects without having specific initial value. It is also used to create array of objects.
3.
The members will be allocated with memory space only after the creation of the class type object.
4.
Public, private and protected are called access specifiers.
5.
Classes are needed to represent real world entities that not only have data type properties but also have associated operations. It is used to create user defined data type.
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