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 1

1.
Python identifiers are case sensitive.

a. True
b. False
c. Depends on Program
d. Depends on the computer system

 

2.
Which of the following is an invalid identifier?

a. CS_class_XII
b. csclass12
c. _csclass12
d. 12CS

 

3.
The tiny inidividual unit in python program is known as ___________

a. Expression
b. Statement
c. Token
d. Comment

 

4.
Which of the following not a token?

a. Comments
b. Identifiers
c. Literals
d. Operators

 

5.
Which of the following are pre-defined or reserved words that convey a special meaning in programming language?

a. Identifiers
b. Literals
c. Keywords
d. Operators