Class 12 : Review Of Python Basics

Home Page class 12 @ Python

Class 12 : Python

Python Basics
Data Types
String
List
Tuple
Dictionary
Flow of Execution
Mutable and Immutable Types
Type Casting

Class 12 : Python Revision MCQs

Revision Tour MCQs

CBSE Class 12 Revision Tour MCQs 2

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