TN Online TestSamacheer Kalvi practice

12th Standard Computer Science March 2023: Online Practice Test

Answer the 15 MCQs from the March 2023 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
__________ members are accessible from outside the class.
Q2
Which of the following is not a keyword in Python ?
Q3
The small sections of code that are used to perform a particular task is called :
Q4
The number of important control structures in Python :
Q5
Class members are accessed through __________ operator.
Q6
The database Model which represents the Parent-Child relationship :
Q7
The operator which is used for concatenation ?
Q8
Importing C++ program in a Python program is called __________.
Q9
__________ command is used to remove a table from the database.
Q10
The function that returns the largest value of the selected column is :
Q11
The datatype whose representation is known are called :
Q12
A Function which calls itself, is called as :
Q13
The mode which is used when dealing with non-text files like image or exe files :
Q14
In dynamic programming, the technique of storing the previously calculated values is called :
Q15
Let set A={3, 6, 9}, set B={1, 3, 9}.
The result of the following snippet Print (set A|set B)