CS

Examination Name: CS
Date: April 11, 2026
Time allowed: 30 minutes

1. 
+, - operators have less priority over *,/ operator. This statement is
2. 
Escape sequence are treated as
3. 
You can rename a keyword. This statement is
4. 
x=5//2+4*2**2. Value of x is
5. 
Which one of following are valid identifiers
6. 
Expressions contain values/variables along with operators. This statement is
7. 
tp=(10,20,30,40). print(tp[-1) will result
8. 
a=5, b=3, c=a**b. print(c) will result
9. 
Which one of the following is not a valid Keyword
10. 
Which of the following can be used to create comments?
11. 
Which one of the following is not an Arithmetic operator?
12. 
____________is a word having special meaning reserved by programming language
13. 
Non-executable, additional lines added to a program, are known as _____________
14. 
Which one of the following is membership operator
15. 
Python variables support dynamic typing. This statement is
16. 
_____________ are fixed values in Python
17. 
Example of Mutable data type is
18. 
Short cut key to run Python code in script mode is
19. 
Python code can run on variety of platforms, it means Python is a ______________ language
20. 
List sequence is represented using the Square Bracket [ ]. This statement is
21. 
Which of the following is floor division operator in Python
22. 
Python uses a/an ________________to convert source code to object code
23. 
Identity operator in Python are
24. 
Which of the following is not applicable for Python
25. 
Example of two augmented assignment operator is
This entry was posted in . Bookmark the permalink.
Open chat
Need help?