ANS WER KEY Xii Cs MCQ 15 June 2022
ANS WER KEY Xii Cs MCQ 15 June 2022
5. Identifiers may contain letters and digits, but cannot begin with a _____________.
a. Character
b. Digit
c. Underscore
d. Special Symbols
10. How many binary operators are there in the following arithmetic expression?
− 6 + 10 / (23 + 56)
a. 2
b. 3
c. 4
d. 5
17. Which of the following is not the mode of interacting with python?
a. Interactive Mode
b. Script Mode
c. Hybrid Mode
d. None of the above
A = ‘101’
a. Integer
b. String
c. Float
d. None of the above
x=2
x=5
x=x+x
print(x)
a. 7
b. 4
c. 10
d. Error
a) >
b) //
c) or
d) **
a) +
b) /=
c) and
d) in
a) not
b) **
c) both i & ii
d) Only ii
a) Integer
b) float
c) string
d) Complex
a) type( )
b) id( )
c) print( )
d) str( )
27.The smallest individual unit in a program is known as a……………
a) Token
b) keyword
c) punctuator
d) identifier
29. Which of the following are symbols used for computation or logical comparison in
a program?
a) Identifiers
b) Literals
c) Keywords
d) Operators