12th Computer Applications EM - Question Paper For 2nd Revision Test 2022 Original Question Paper - English Medium PDF Download
12th Computer Applications EM - Question Paper For 2nd Revision Test 2022 Original Question Paper - English Medium PDF Download
Org
KAMINATION 2022
a r d 12 Reg No. oo 3n3
PART III - coMPUTER SCIENCE
Time Allowed: 3.00 Hours Maximum Marks: 70
Instructions: 1. Check the questionpaper for fairness of printing. If there is any
lack of falrness, intorm the Hall Supervisor immediately.
2. Use Blue or Black ink to write and underline and pencil to draw
diagrams.
PART I
Note: i) Answer all the questionns. 15x1=155
i)Choosethemost appropriate answer from the given four alternatives
and write the option code and the corresponding answer.
1) How many types of control structures in
a) 4
python?
b) 3 c) 5 d) 6
2) In Python, for loop uses the functionin the sequence to
the initial, final and increment/decrement values. specify
a) range() b) input() c) stop d) print()
3) In Python programming. statement is a null statement and it is used
as a place holder.
a) break b) continue c) pass d) none of above
4) Functions that calls itself is known as function
a) Built-in b) Lambda c) User defined d) Recursive
5) The statement causes your function to exit and returns a value
to its caller.
a) for b) def c) return d) define
6) A variable, with scope can be used anywhere in the program.
a) Local )Global CDefaultd) Required
Padasalai.Net
7) How many spaces are there in per indentation in the Python?
a) 4
8) In Python,
a) numeric
b) 3 c) 6
data type cannot be changed
b) character c) string
9) What will be the output of the following code?
stri="Hello"
d)8
during execution.
d) float
1
3 while derining a function?
the points to be noted a list?
)What are of Tuples overcode?
What are the advantages
28) the following
will be the output of
29What
List [2**x for x in range(5)]
print(List) elements in list using
for loop?
access the
30)How will you the following list
functions.
Write a note on
31) (ii) count()
(i) copy() (i) index( ) program?
of the following
What will be the output
32)
class stud:
m1, m2, m3
=
45, 91, 71
def proce[s(self):
sum 4chud. m2+stud.ms
stud.m1+stud.m2+stud.m3
avg sum/3
Padasalai.Net
s.stud( )
s.process( )
print("Total Marks =", sum)
print("Average Marksi="avg)
return