TN Online TestSamacheer Kalvi practice

12th Standard Computer Science March 2020: Online Practice Test

Answer the 15 MCQs from the March 2020 paper, with or without a timer. Your score, the correct answers and explanations appear when you submit.

Set up your test

Solved paper
Time remaining00:00
Q1
The function which will give exact result when same arguments are passed are called :
Q2
A sequence of immutable objects is called :
Q3
Which of the following members of a class can be handled only from within the class ?
Q4
Two main measures for the efficiency of an algorithm are :
Q5
Expand IDLE :
Q6
What is the output of the following snippet ?
for i in range(2,10,2):
print(i,end=' ')
Q7
Evaluate the following function and write the output.
x=14.4
print(math.floor(x))
Q8
What will be the output of the following code ?
str="NEW DELHI"
str[3]="-"
Q9
The keys in Python dictionary is specified by :
Q10
Class members are accessed through which operator ?
Q11
What symbol is used for SELECT statement ?
Q12
The command to delete a table is :
Q13
A CSV file is also known as a :
Q14
A framework for interfacing Python and C++ is :
Q15
Which of the following is an organized collection of data ?