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: 13/05/2022
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.
latest Creative QuestionsDownload 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 divide and conquer?
2.
Which function is used to convert the given character into its uppercase? Give example.
3.
What is the use of return statement?
4.
Write about strupr ( ) function.
5.
Write anote on isdigit ().
1.
Divide and Conquer
1. Complicated programs can be divided into manageable sub programs called functions.
2. A programmer can focus on developing, debugging and testing individual functions.
3. Many programmers can work on different functions simultaneously.
2.
toupper(): This function is used to convert the given character into its uppercase. This function will return the uppercase equivalent of the given character. If the given character itself is in upper case, the output will be the same
Syntax:
char toupper( char c);
The following statement will assign the character constant 'K' to the variable c.
char c = toupper('k');
3.
The return statements is used to return from a function. It is categorized as a jump statement because it terminates the execution of the function and transfer the control to the called statement. A return may not may not have a value associated with it. If return has a value associated with it, that value becomes the return value for the calling statement. Even for void function return statement without parameter can be used to terminate the function.
Syntax: return expression/variable;
Example: return(a+b); return(a);
return; // to terminate the function
The functions that return no value is declared as void. The data type of a function is treated as int, if no data type is explicitly mentioned
4.
The strupr() function is used to convert the given string into Uppercase letters.
For example:
int mair()
{
char strl[50];
cout << "\nType any string in Lower case:";
gets(str 1);
cout<< "\nConverted the Sources
string' << strl << into Uppe case
is"<< strupr( str 1);
return 0;
}
Output:
Type any string in Lower case: computer science
Converted the Source string computer science into
Upper Case is COMPUTER SCIENCE
5.
This function is used to check whether a given character is a digit or not. This function will return 1 if the given character is a digit, and 0 otherwise.
Syntax: int is digit(char c); When the following program is executed, the value of the variable n will be 1, since the given character is not a digit.
Example:
isdigit(3)
output :1
isdigit(A)
output: 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