TN Online TestSamacheer Kalvi practice

12th Standard Computer Science March 2025: Online Practice Test

Answer the 15 MCQs from the March 2025 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
Which of the following is a distinct syntactic block?
Q2
Which of the following functions that build the abstract data type?
Q3
The __________ rule is used to decide the order in which the scopes are to be searched.
Q4
Binary search is also called as __________.
Q5
Which operator is also called as conditional operator?
Q6
Which of the following is known as definite loop?
Q7
Which of the following keyword is used to exit a function block?
Q8
The subscript of a string may be:
Q9
Which of the following is the output of the given Python code?
str1="Computer Science"
print(str1[::-1])
Q10
Class members are accessed through which operator?
Q11
Who developed ER model?
Q12
Queries can be generated using:
Q13
Making some changes in the data of the existing file or adding more data is called:
Q14
The module which allows to interface with the Windows operating system is:
Q15
Which of the following keyword avoids the duplicate?