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: 22/06/2021
QB365 provides detailed and simple solution for every Creative Questions in class 12 Computer Science Subject. It will helps to get more idea about question pattern in every Creative questions with solution.
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 is the use of formatting operator?
2.
if strl = "Welcome to learn python", then write the output for the following.
(i) print (strl [10 : 16])
(ii) print (strl [10 : 16: 4])
(iii) print (strl [10: 16: 2])
(iv) print (strl [: : 3])
3.
Write a python a program to print your name 10 times.
4.
How will you manipulate the strings?
5.
Write the syntax for passing arguments to functions.
6.
Write the output of the following program.
7.
What is meant by block in python?
8.
What will the output of the following program?
for i in range (1,9, 2):
print (i, end = ' ')
else:
print (")n. End of the loop")
9.
What are the two types of looping construct in python?
10.
What is Tuple in python?
11.
What is nested list? Give example.
12.
Write a note on Big omega asymptotic notation.
13.
Name the two factors, which decide the efficiency of an algorithm.
14.
What is algorithm analysis?
15.
What are keywords?
16.
Write the description of the following Escape sequence character.
(i) \n
(ii) \t
17.
Write a note on relational or comparative operator.
18.
Find the odd man out? Give reason.
(i) sum = 100
(ii) regno = 12401
(iii) name = "Kannan"
(iv) name = "Kumar"
19.
Name the tokens where the whitespace in necessary in python.
20.
Why the following statement is incorrect? Give reason.
21.
Write the output of the following program
Disp()
a:=10
Disp 1():
print a
Disp 1():
print a
Disp()
22.
What is the use of LEGB rule?
23.
How a class defines a data abstraction?
24.
Write a note on pair datatype
25.
Write the pseudo code for the representation of the rational number using constructor & selector.
1.
The formatting operator % is used to construct strings, replacing parts of the strings with the data stored in variables.
2.
(i) Learn
(ii) r
(iii) er
(iv) ceoenyo
3.
strl = input ("Enter your name")
print (strl * 10)
4.
(i) Once you define a string, python allocate an index value for its each character.
(ii) These index values are otherwise called as subscript which are used to access and manipulate the strings. The subscript can be positive or negative integer numbers.
5.
Syntax:
def function_name (parameter(s) separated by comma):
6.
Example:
def hello():
print ("hello - Python")
return
print (hello())
Output:
hello - Python
None
7.
A block is one or more lines of code, grouped together so that they are treated as one big sequence of statements while execution.
8.
Output:
1, 3, 5, 7
End of the loop
9.
Python provides two types of looping constructs:
(i) while loop
(ii) for loop
10.
Tuples consists of a number of values separated by comma and enclosed within parentheses. Tuple is similar to list, values in a list can be changed but not in a tuple.
11.
(i) Mylist contains another list as an element. This type of list is known as "Nested List': Nested list is a list containing another list as an element.
(ii) Example: Mylist = [ "Welcome", 3.14, 10, [2,4,6] ]
12.
Big Omega is the reverse Big O, if Big O is used to describe the upper bound (worst - case) of a asymptotic function, Big Omega is used to describe the lower bound (best-case).
13.
(i) Time factor
(ii) Space factor
14.
An estimation of the time and space complexities of an algorithm for varying input sizes is called algorithm analysis.
15.
Keywords are special words that are used by Python interpreter to recognize the structure of program.
16.
(i) New line
(ii) Tab
17.
A Relational operator is also called as Comparative operator which checks the relationship between two operands. If the relation is true, it returns True otherwise it returns False.
18.
(iv) name = "Kumar"
Reason: No function character allowed within identifiers.
19.
Whitespace separation is necessary between tokens, identifiers or keywords.
20.
(i) The input () is usedto display the result of the program after execution.
(ii) Reason: The input () function helps to enter data at run time buy the user not to display the output.
21.
The output of the program
10
10
22.
The LEGB rule is used to decide the order in which the scopes are to be searched for scope resolution. The scopes are listed below in terms of hierarchy (highest to lowest).
23.
(i) A class defines a data abstraction by grouping related data items. A class is not just data, it has functions defined within it.
(ii) Functions are subordinate to the class because their job is to do things with the data of the class.
24.
(i) A pair is a compound data type that holds two other pieces of data. The two ways of representing the pair data type.
(ii) The first way is using List construct and the second way to implement pairs is with the tuple construct.
25.
The pseudo code for the representation of the rational number using the above constructor and selector is component
x,y:=8,3
rational(n,d)
numer(x)/numer(y)
- - output: 2.6666666666666665
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