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: 09/06/2021
QB365 provides detailed and simple solution for every book back questions in class 11 Computer Science subject.It will helps to get more idea about question pattern in every book back 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.
The following code sums up the total of all students name starting with ‘S’ and display it.Fill in the blanks with required statements.
struct student {int exam no,lang,eng,phy,che,mat,csc,total;char name[15];};
int main()
{
student s[20];
for(int i = 0; i < 20; i ++)
{
…………………….. //accept student details
}
for(int i = 0; i < 20; i ++)
{
…………………….. //check for name starts with letter “S”
……………………. // display the detail of the checked name
}
return 0;
}
2.
How will you pass a structure to a function?
3.
Write a C++ program to accept and print your name?
4.
5.
Define an Array? What are the types?
1.
}
struct student
int exam_no, lang, eng, phy, chem, mat, csc, total;
char name [15];
}
int main()
{
students [20];
for (int i = 0; i <20; i++)
{
cout<<"\n Enter the exam number of student:"";
cin>> s[i].exam_no.;
cout << "\n Enter language names:";
ein>>s[i].lang;
cout<<"Enter name of the Student:"";
cin>>s[i].Name;
}
for (int i=0; i<20; i++)
{
if (s[i],name[0] == 's')
{
cout << "Exam number:" << s[i].name;
cout << "Student Exam number";
}
}
return 0;}
2.
(i) A structure variable can be passed to a function in a similar way of passing any argument that is of built-in data type.
(ii) if the structure itself is an argument, then it is called "call by value".
(iii) If the reference of the structure is passed as an argument then it is called, "call by reference".
3.
#include< iostream >
using namespace std;
int main()
{
char name[20];
cout << "Enter your name'' << endl;
cin.get(name,20);
cout << "Your name:" << name«endl;
return 0;
}
output:
Enter your name : xxxx xxxx
Your name: xxxx xxxx
4.
5.
"An array is a collection of variables of the same type that are referenced by a common name".
An array is also a derived datatype in C++.
There are different types of arrays used in C++. They are:
1. One-dimensional arrays
2. Two-dimensional arrays
3. Multi-dimensional arrays
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