CBSE Class 11: Introduction Questions Set 1

6.
The three greater than signs (>>>) are called as the Python —-

a. Cursor
b. Command prompt
c. Pointer
d. Blinking cursor

7.
Single line comment in Python begins with ——- symbol.

a. %
b. “
c. ”’
d. #

8.
—– language is interpreted.

a. C
b. C++
c. Java
d. Python

9.
Python syntax is ——

a. case sensitive
b. not case sensitive

10.
In Python, a syntax is detected by the —— at ——-

a. interpreter, runtime
b. compiler, runtime
c. compiler, compile time
d. interpreter, compile time