TN Online TestSamacheer Kalvi practice

12th Standard Computer Science Supplementary 2021: Online Practice Test

Answer the 15 MCQs from the Supplementary 2021 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 small sections of code that are used to perform a particular task is called :
Q2
Let List = [2, 4, 6, 8, 10], then print(List[-2]) will result in :
Q3
SQLite falls under which database system ?
Q4
The word comes from the name of a Persian Mathematician Abu Ja'far Mohammed ibn-i Musa al Khowarizmi is called :
Q5
Which one of the following character is used to give a single line comments in Python program ?
Q6
What plays a vital role in Python programming ?
Q7
Which of the following keyword is used to exit a function block ?
Q8
Strings in Python :
Q9
Which of the following functions build the abstract data type ?
Q10
The process of creating an object is called as _________.
Q11
What is the acronym of DBMS ?
Q12
The clause used to sort data in a database :
Q13
The module which allows interface with the Windows Operating System is :
Q14
The process of binding a variable name with an object is called :
Q15
Using Matplotlib from within a Python Script, which method inside the file will display your plot ?