CBSE Class 11: List MCQ’s And Important Questions 3

Q11.
List are ____ data types and thus their values can be changed.

(a) mutable
(b) immutable
(c) Simple
(d) None

 

Q12.
To create an empty list , function _____ can be used.

(a) list()
(b) ()
(c) empty
(d) None

 

Q13.
The operator adds one list to the end of of another list.

(a) **
(b) +
(c) *
(d) /

 

Q14.
The operator ___ replicated a list.

(a) +
(b) *
(c) **
(d) /

 

Q15.
To check if an element is in the list ___ operator is used.

(a) not in
(b) in
(c) within
(d) not within