TN 12TH COMPUTER SCIENCE - Online Test

Q1. Which of the following functions that retrieve information from the data type?
Answer : Option B
Explaination / Solution:
No Explaination.


Q2. The process of binding a variable name with an object is called
Answer : Option B
Explaination / Solution:
No Explaination.


Q3. From the following sorting algorithms which algorithm needs the minimum number of swaps?
Answer : Option D
Explaination / Solution:
No Explaination.


Q4. The Python prompt indicates that Interpreter is ready to accept instruction.
Answer : Option A
Explaination / Solution:
No Explaination.


Q5. elif can be considered to be abbreviation of
Answer : Option C
Explaination / Solution:
No Explaination.


Q6. A Function which calls itself is called as
Answer : Option B
Explaination / Solution:
No Explaination.


Q7. What will be the output of the following code? str1 = "Chennai Schools" str1[7] = "-"
Answer : Option A
Explaination / Solution:
No Explaination.


Q8. Let list1=[2,4,6,8,10], then print(List1[-2]) will result in
Answer : Option B
Explaination / Solution:
No Explaination.


Q9. Functions defined inside a class:
Answer : Option C
Explaination / Solution:
No Explaination.


Q10. A table is known as
Answer : Option C
Explaination / Solution:
No Explaination.