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: 27/09/2019
Arrays and Structures
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 is 2D arrays?
2.
What a note on getline() function?
3.
What is the output of str'[I], str[3] in char str[4]={'A', '+', 'B'};
4.
Write the syntax of an array can be initialized at the time of declaration.
5.
Write the formula to calculate the memory space allocated for an array.
6.
What are the different ways to initialize the structure members?
7.
What is the size of the following highlighted variable in terms of byte if it is compiled in dev c++
struct A{ float f[3]; char ch[5];long double d;};
struct B{ A a; int arr[2][3];}b[3]
8.
Write a structure definition for the structure student containing examno, name and an array for storing five subject marks.
9.
Define structure .What is its use?
10.
What is the syntax to declare two – dimensional array.
1.
Two-dimensional(2D) arrays are collection of similar elements where the elements are stored in certain number of rows and columns.
2.
In C++, getlinet) is also used to read a line of text from the input stream. It can read the characters till it encounters a newline character or a delimiter specified by the user. This function is available in the < string >header.
3.
str[l] = *
str[3] = NULL
4.
Syntax: < datatype > < array_name > [size] = {value-1,value-2, .............value-n} ;
5.
The memory space allocated for an array can be calculated using the following formula: Number of bytes allocated for type of array x Number of elements.
6.
Values can be assigned to structure elements similar to assigning values to variables. Values can be assigned directly as similar to assigning values to Arrays.
7.
(i) 25 bytes
(ii) 900 bytes
8.
struct student
{
int exam no;
char name[50];
int marks[5];
};
9.
Structure is a user-defined which has the combination of data items with different data types. This allows to group of variables of mixed data types together into a single unit. The structure provides a facility to store different data types as a part of the same logical element in one memory chunk adjacent to each other.
10.
The declaration of a 2-D array is data-type array_name[row-size][col-size];
In the above declaration, data-type refers to any valid C++ data-type, array_name refers to the name of the 2-D array, row-size refers to the number of rows and col-size refers to the number of columns in the 2-D array.
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