6.
The different names given to different parts of a program is known as _________
a. Identifiers
b. Literals
c. Keywords
d. Operators
7.
Which of the following literals must terminate in one line?
a. Single line Strings
b. Multi line strings
c. Numeric Literals
d. All of the above
8.
To include non-graphic characters in python, which of the following is used?
a. Special Literals
b. Boolean Literals
c. Escape Character Sequence
d. Special Literal – None
9.
The octal literal and hexadecimal literals start with which of the following symbols resepctively?
a. O0 and X0
b. 0O and 0X
c. Oct0 and Hex0
d. 0o and 0x
10.
Which of the following literal has either True or False value?
a. Special Literals
b. Boolean Literals
c. Numeric Literals
d. String Literals