| 1. |
Is Python case sensitive when dealing with identifiers?
|
||||||||
|
Answer:
Option (a) |
| 2. |
What is the maximum possible length of an identifier?
|
||||||||
|
Answer:
Option (d) |
| 3. |
Which of the following is invalid?
|
||||||||
|
Answer:
Option (d) |
| 4. |
Which of the following is an invalid variable?
|
||||||||
|
Answer:
Option (b) |
| 5. |
Which of the following is true for variable names in Python?
|
||||||||
|
Answer:
Option (a) |
| 6. |
Which of the following is an invalid statement?
|
||||||||
|
Answer:
Option (b) |
| 7. |
Which of the following cannot be a variable?
|
||||||||
|
Answer:
Option (b) |
| 8. |
Which is the correct operator for power(xy)?
|
||||||||
|
Answer:
Option (b) |
| 9. |
Which one of these is floor division?
|
||||||||
|
Answer:
Option (b) |
| 10. |
What is the order of precedence in python?
i) Parentheses
ii) Exponential
iii) Multiplication
iv) Division
v) Addition
vi) Subtraction
|
||||||||
|
Answer:
Option (a) |