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: 29/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.
Write a C++ program to access array elements using pointer with sample output.
2.
Write about initialization of 2-D array.
3.
For the following structure definition write the user defined function to
accept data through keyboard.
struct date{ int dd,mm,yy};
struct item { int item id;char name[10];float price;date date_manif;}
4.
How to access members of a structure? Give example.
5.
Rewrite the following program after removing the syntactical error(s),if any.
Underline each correction.
struct movie
{
charm_name[10];
charm_lang[10];
float ticket cost = 50;};
Movie;
void main()
{
gets(m_name);
cin>>m_lang;
return 0;
}
1.
#include< iostream >
using namespace std;
int main ( )
{
int data [5];
cout< < "Enter elements:";
for(int i = 0; i < 5; ++i)
cin > > data [i]; .
cout < < "You entered:";
for (int i = 0; i < 5; ++i)
cout < < endl < < *(data +i);
}
return 0;
Output:
Enter elements:
1
2
3
5
4
You entered:
1
2
3
5
4
2.
The array can be initialized in more than one way at the time of 2-D array declaration.
For example
int matriX[4][3]={
{10,20,30},// Initializes row 0
{40,50,60},// Initializes row 1
{70,80,90},// Initializes row 2
{100,110,120}// Initializes row 3
};
int matrix [4][3]= {10,20,30,40,50,60,70,80,90,100,110,120};
Array's row size is optional but column size is compulsory.
3.
readData( date d)
void
{
cout << "Enter day" << endl;
cin >> d.dd;
cout << "Enter month" << endl;
cin>>d.mm:
cout << "Enter year" << endl;
cin >> d.yy;
}
void readData(item t)
{
cout << "Enter item id'' << endl;
cin >> t.itemid;
cout << "Enter item name'' << endl:
cin >> t.name;
cout << "Ente item price'' << endl;
cin >> t.price;
cout << "Enter date of manufacuter'' << endl;
cin >> t.date;
}
4.
Once objects of a structure type are declared, their members can be accessed directly. The syntax for that is using a dot(.) between the object name and the member name.
Example: student.name;
if the members are a pointer type, then' is used to access the members.
Let name be a character pointer in student like char*name
It can be accessed student → name.
struct
{
long rolino;
int age,
float weight;
student;
}
The student can be referred as reference name to the above structure and the elements can be accessed like student.roll no, student.age, and student.weight.
5.
struct movie
{
char m_name[10];
char m_lang[10];
float ticket_cost = 50;
} Movie; .
int main()
{
get(Movie _m_name);
cin>>Movie _m_lang;
return 0;
}
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