12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 05/09/2022
QB365 provides a detailed and simple solution for every Possible Creative Questions in Class 12 Computer Science Subject - Function , English Medium. It will help Students to get more practice questions, Students can Practice these question papers in addition to score best marks.
Download Tamil Nadu 12th 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 will the function become pure function?
2.
What is interface in OOP's?
3.
Define object.
4.
How will you combine interface and implementation?
5.
How the recursive function is defined?
6.
What is the syntax for function definition?
7.
What are the two types of function specification?
8.
What is definition?
9.
Construct on algorithm that arranges meetings between these two types so that they change their color to the third type. In the end, all should display the same color.
10.
Give an example of impure function.
11.
Give an example of pure function.
12.
What is recursive function?
13.
Give an example of function definition parameter with type.
14.
Give an example of function definition parameter without type.
15.
Differentiate parameters and arguments.
1.
A function can be a pure function, provided it should not have any external variable which will alter the behaviour of that variable.
2.
In object oriented programming language, an interface is a description of all functions that a class must have in order to be a new interface.
3.
An object is an instance created from the class. The interface defines an object's visibility to the outside world.
4.
A class declaration combines the external interface with an implementation of that interface.
5.
The definition is introduced by the keyword let rec, followed by the name of the function and its arguments.
Syntax:
let rec final a2....an: = K
6.
The definition is introduced by the keyword let, followed by the name of the function and its arguments.
Syntax:
let odd x:=
7.
The two types of function specification are
(i) Parameter without type.
(ii) parameter with type.
8.
Definitions bind values to names. Definitions are distinct syntactic blocks. Definitions can have expressions nested inside them and vice-versa.
9.
let rec monochromatize a b c :=
if a > 0 then
a, b, c:= a-1, b-1, c+2
else
a:=0, b:=0, c:= a + b + c
return c
10.
let y: = 0
(int) inc (int) x
y: =y+x;
return (y)
11.
let square x
return: x * x
let i: = 0;
ifi < strlen> (s) then
-- Do something which doesn't affect s
++i
12.
A function definition which call itself is called recursive function.
13.
(requires: b > 0 )
(returns: a to the power of b)
let rec pow (a: int) (b: int) : int :=
if (b=0) then 1
else a * pow b (a-1 )
14.
(requires: b>=0 )
(returns: a to the power of b)
let rec pow a b:=
if b=0 then I
else a * pow a (b-1)
15.
Parameters are the variables in a function definition and arguments are the values which are passed to a function definition.
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards