TN Online TestSamacheer Kalvi practice

12th Standard Computer Science: Previous Year Mixed Test

Questions from all 7 papers (2020–2026) in one test. Each question shows the paper it came from, so you can see which years ask what.

Set up your test

All previous year papers
Time remaining00:00
Q1 March 2026
The function which cause side effects to the arguments passed are called __________.
Q2 March 2026
The datatype whose representation is known are called __________.
Q3 March 2026
Which members are accessible from outside the class?
Q4 March 2026
Two main measures for the efficiency of an algorithm are __________.
Q5 March 2026
Which key is used to execute Python Script?
Q6 March 2026
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 March 2026
A function which calls itself is called as:
Q8 March 2026
Which of the following operator is used for concatenation?
Q9 March 2026
If mylist=[10, 20, 30, 40] then mylist.append(35) will result:
Q10 March 2026
Which of the following is the private class variable?
Q11 March 2026
Who is called Father of Relational Database from the following?
Q12 March 2026
__________ command is used to change the structure of the table.
Q13 March 2026
The expansion of CRLF is:
Q14 March 2026
A framework for interfacing Python and C++ is:
Q15 March 2026
__________ function returns the largest value of the selected column.
Q16 March 2025
Which of the following is a distinct syntactic block?
Q17 March 2025
Which of the following functions that build the abstract data type?
Q18 March 2025
The __________ rule is used to decide the order in which the scopes are to be searched.
Q19 March 2025
Binary search is also called as __________.
Q20 March 2025
Which operator is also called as conditional operator?
Q21 March 2025
Which of the following is known as definite loop?
Q22 March 2025
Which of the following keyword is used to exit a function block?
Q23 March 2025
The subscript of a string may be:
Q24 March 2025
Which of the following is the output of the given Python code?
str1="Computer Science"
print(str1[::-1])
Q25 March 2025
Class members are accessed through which operator?
Q26 March 2025
Who developed ER model?
Q27 March 2025
Queries can be generated using:
Q28 March 2025
Making some changes in the data of the existing file or adding more data is called:
Q29 March 2025
The module which allows to interface with the Windows operating system is:
Q30 March 2025
Which of the following keyword avoids the duplicate?
Q31 March 2024
Which of the following is used to describe the worst case of an algorithm ?
Q32 March 2024
The datatype whose representation is unknown are called as :
Q33 March 2024
Which key is pressed to execute Python Script ?
Q34 March 2024
Which of the following defines what an object can do ?
Q35 March 2024
Which of the following security technique that regulates who can view or use resources in a computing environment ?
Q36 March 2024
Which of the following is the Slicing Operator ?
Q37 March 2024
In Python the process of creating an object is called as ________.
Q38 March 2024
Pick the correct one to execute the given statement successfully.
if ________ : print(x, "is a leap year")
Q39 March 2024
What symbol is used for SELECT statement ?
Q40 March 2024
If List = [10, 20, 30, 40, 50] then List [2] = 35 will result :
Q41 March 2024
A CSV file is also known as a ________.
Q42 March 2024
The most commonly used statement in SQL is :
Q43 March 2024
What is the output of the following snippet in Python ?
for x in range (5):
    if x==2:
        continue
    print(x, end=' ')
Q44 March 2024
________ is a collection of resources assembled to create a single unified visual display.
Q45 March 2024
The clause used to sort data in a database :
Q46 March 2023
__________ members are accessible from outside the class.
Q47 March 2023
Which of the following is not a keyword in Python ?
Q48 March 2023
The small sections of code that are used to perform a particular task is called :
Q49 March 2023
The number of important control structures in Python :
Q50 March 2023
Class members are accessed through __________ operator.
Q51 March 2023
The database Model which represents the Parent-Child relationship :
Q52 March 2023
The operator which is used for concatenation ?
Q53 March 2023
Importing C++ program in a Python program is called __________.
Q54 March 2023
__________ command is used to remove a table from the database.
Q55 March 2023
The function that returns the largest value of the selected column is :
Q56 March 2023
The datatype whose representation is known are called :
Q57 March 2023
A Function which calls itself, is called as :
Q58 March 2023
The mode which is used when dealing with non-text files like image or exe files :
Q59 March 2023
In dynamic programming, the technique of storing the previously calculated values is called :
Q60 March 2023
Let set A={3, 6, 9}, set B={1, 3, 9}.
The result of the following snippet Print (set A|set B)
Q61 May 2022
Which of the following is a distinct Syntactic block ?
Q62 May 2022
Which of the following will retrieve information from the data type ?
Q63 May 2022
Containers for mapping names of variables to object is called :
Q64 May 2022
The word comes from the name of a Persian mathematician Abu Jafar Mohammed ibn-i Musa al Khowarizmi is called :
Q65 May 2022
Which Operator is also called as Comparative Operator ?
Q66 May 2022
'elif' can be considered to be short form of __________.
Q67 May 2022
Which function is called as anonymous un-named function ?
Q68 May 2022
What will be the output of the following code ?
str1 = "Chennai Schools"
str1[7] = "-"
Q69 May 2022
If List = [17, 23, 41, 10] then, List.append(32) will result :
Q70 May 2022
Which of the following method is used as destructor ?
Q71 May 2022
A tuple is also known as :
Q72 May 2022
The clause used to sort data in a database.
Q73 May 2022
The expansion of CRLF is :
Q74 May 2022
A Framework for interfacing Python and C++ is :
Q75 May 2022
SQLite falls under which database system ?
Q76 Supplementary 2021
The small sections of code that are used to perform a particular task is called :
Q77 Supplementary 2021
Let List = [2, 4, 6, 8, 10], then print(List[-2]) will result in :
Q78 Supplementary 2021
SQLite falls under which database system ?
Q79 Supplementary 2021
The word comes from the name of a Persian Mathematician Abu Ja'far Mohammed ibn-i Musa al Khowarizmi is called :
Q80 Supplementary 2021
Which one of the following character is used to give a single line comments in Python program ?
Q81 Supplementary 2021
What plays a vital role in Python programming ?
Q82 Supplementary 2021
Which of the following keyword is used to exit a function block ?
Q83 Supplementary 2021
Strings in Python :
Q84 Supplementary 2021
Which of the following functions build the abstract data type ?
Q85 Supplementary 2021
The process of creating an object is called as _________.
Q86 Supplementary 2021
What is the acronym of DBMS ?
Q87 Supplementary 2021
The clause used to sort data in a database :
Q88 Supplementary 2021
The module which allows interface with the Windows Operating System is :
Q89 Supplementary 2021
The process of binding a variable name with an object is called :
Q90 Supplementary 2021
Using Matplotlib from within a Python Script, which method inside the file will display your plot ?
Q91 March 2020
The function which will give exact result when same arguments are passed are called :
Q92 March 2020
A sequence of immutable objects is called :
Q93 March 2020
Which of the following members of a class can be handled only from within the class ?
Q94 March 2020
Two main measures for the efficiency of an algorithm are :
Q95 March 2020
Expand IDLE :
Q96 March 2020
What is the output of the following snippet ?
for i in range(2,10,2):
print(i,end=' ')
Q97 March 2020
Evaluate the following function and write the output.
x=14.4
print(math.floor(x))
Q98 March 2020
What will be the output of the following code ?
str="NEW DELHI"
str[3]="-"
Q99 March 2020
The keys in Python dictionary is specified by :
Q100 March 2020
Class members are accessed through which operator ?
Q101 March 2020
What symbol is used for SELECT statement ?
Q102 March 2020
The command to delete a table is :
Q103 March 2020
A CSV file is also known as a :
Q104 March 2020
A framework for interfacing Python and C++ is :
Q105 March 2020
Which of the following is an organized collection of data ?