CBSE Class 12 : Python MCQ For exams 4

16
Which of the following is valid arithmetic operator in Python :

(a) //
(b) ?
(c) <
(d) and

 

Fill in the Blanks

17.
The smallest individual unit in a program is known as a ______ .

 

18.
A token is also called a _______.

 

19.
A ________ is a word having special meaning and role as specified by programming language.

 

20.
The data types whose values cannot be changed in place are called ________ types.