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: 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.
Define library functions.
2.
Write a short not on used defined function.
3.
Write a C++ program to find area a circle.
4.
What are the rules followed by the function definition?
5.
What does the following function denotes?
(1) display 0
(2) display (x, y)
(3) x=display 0
(4) x=display(x, y)
1.
C++ provides rich collection of functions ready to be used for various tasks. The tasks to be performed by each of these are already written, debugged and compiled, their definitions alone are grouped and tored in files called header files. Such ready-to-use sub programs are called pre-defined functions Of built-in functions or Library Functions.
2.
The user can also define new functions to perform a specific task. These are called as user-defined functions. User-defined functions are created by the user. A function can optionally define input parameters that enable callers to pass arguments into the function. A function can also optionally return a value as output. Functions are useful for encapsulating common operations in a single reusable block, ideally with a name that clearly describes what the function does
3.
#include < iostream >
using namespace std;
double area(const double r,const double pi=3.14)
{
return(pi*r*r);
}
int main 0
{
double rad,res;
cout << "\nEnter Radius :";
cin >> rad; .
res=area(rad);
cout << "\nThe Area of Circle =" << res;
return 0;
}
Output:
Enter Radius :5
The Area of Circle =78.5
4.
(i) The Return_Data _Type is any valid data type of C++
(ii) The Function_name is a user-defined identifier.
(iii) The parameter list, which is optional, is a list of parameters, i.e., a list of variables preceded by data types and separated by commas.
(iv) The body of the function comprises C++ statements that are required to perform the intended task of this function.
5.
| 1 | display() | calling the function without a return value and without any argument |
| 2 | display(x, y) | calling the function without a return value and with arguments |
| 3 | x= display() | calling the function with a return value and without any argument |
| 4 | x = display(x, y) | calling the function with return value and with arguments |
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