TN Online TestSamacheer Kalvi practice

12th Standard Computer Science March 2024: Online Practice Test

Answer the 15 MCQs from the March 2024 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 used to describe the worst case of an algorithm ?
Q2
The datatype whose representation is unknown are called as :
Q3
Which key is pressed to execute Python Script ?
Q4
Which of the following defines what an object can do ?
Q5
Which of the following security technique that regulates who can view or use resources in a computing environment ?
Q6
Which of the following is the Slicing Operator ?
Q7
In Python the process of creating an object is called as ________.
Q8
Pick the correct one to execute the given statement successfully.
if ________ : print(x, "is a leap year")
Q9
What symbol is used for SELECT statement ?
Q10
If List = [10, 20, 30, 40, 50] then List [2] = 35 will result :
Q11
A CSV file is also known as a ________.
Q12
The most commonly used statement in SQL is :
Q13
What is the output of the following snippet in Python ?
for x in range (5):
    if x==2:
        continue
    print(x, end=' ')
Q14
________ is a collection of resources assembled to create a single unified visual display.
Q15
The clause used to sort data in a database :