TN Online TestSamacheer Kalvi practice

12th Standard Computer Science March 2026: Online Practice Test

Answer the 15 MCQs from the March 2026 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 cause side effects to the arguments passed are called __________.
Q2
The datatype whose representation is known are called __________.
Q3
Which members are accessible from outside the class?
Q4
Two main measures for the efficiency of an algorithm are __________.
Q5
Which key is used to execute Python Script?
Q6
Which of the following is the output of the given Python code if the value of a is 52?
x="even" if a%2==0 else "odd"
print(x)
Q7
A function which calls itself is called as:
Q8
Which of the following operator is used for concatenation?
Q9
If mylist=[10, 20, 30, 40] then mylist.append(35) will result:
Q10
Which of the following is the private class variable?
Q11
Who is called Father of Relational Database from the following?
Q12
__________ command is used to change the structure of the table.
Q13
The expansion of CRLF is:
Q14
A framework for interfacing Python and C++ is:
Q15
__________ function returns the largest value of the selected column.