Tamil Nadu State Board ( Samacheer Kalvi ) Online Test based on Book Back Questions - 12th Standard Computer Science - English Medium - Lists, Tuples, Sets and Dictionary

Samacheer Kalvi 12th Computer Science - Lists, Tuples, Sets and Dictionary - Book Back Questions in English Medium


00:00:00
Answered
0
Skipped
0
Unseen
0
Correct : 0 Incorrect : 0
Question 1 Of 10

Which of the following set operation includes all the elements that are in two sets but not the one that are common to two sets?


Question 2 Of 10

Which of the following statement is not correct?


Question 3 Of 10

Which of the following Python function can be used to add more than one element within an existing list?


Question 4 Of 10

Which of the following function is used to count the number of elements in a list?


Question 5 Of 10

If List= [17,23,41,10] then List.append (32) will result


Question 6 Of 10

Let setA={3,6,9], setB={l,3,9}. What will be the result of the following snippet? print(setA | setB)


Question 7 Of 10

What will be the result of the following Python code?


Question 8 Of 10

What is the use of type() function in python?


Question 9 Of 10

Pick odd one in connection with collection data type


Question 10 Of 10

If List= [10,20,30,40,50] then List[2]=35 will result ~