Python Unit 1
Python Unit 1
UNIT – 1
I) CHOOS E THE CORRECT ANSWERS:
1. Which is not allowed within the identifier name
a. Alphabet b) underscore c) blank space d) digits
2. Which operator is also known as relational operator
a. Arithmetic b) comparative c) assignment d) logical
3. How many number of blank space in the indentation by
default
a) 3 spaces b) 2 spaces c) 5 spaces d)4 spaces
4. Which is arithmetic operator in the following options
a. * b)! = c) < d) >=
5. Which one of the following option is delimeter
a) += b) - c) : d) <=
6. which is group of chracters enclosed with quotes
a) Boolean b) keyword c) numeric d) string
7. which one of the following is token
a) exponent b) keyword c) division d) arith metic
8. which one of the following is relational operator
a)<= b) AND c) + d)||
9. which is used to exit from python shell window
a) print() b) int() c) quit() d) input()
10. python was released during the year
UNIT II
I) CHOOSE THE CORRECT ANSWER
1.c 2.b 3.a 4.c 5. b 6. A 7. B 8. C 9. D 10. A 11.a 12.c
II)FILL IN THE BLANKS
1. Ternary operator 2. Definite and definite 3. Nested loop 4. Pass 5. If-
elif-else 6. If-elif-else 7. Grouping statement 8. Sep parameter
9. looping 10. in and not in 11. Range() 12. 3 13. else
III)MATCH
1-b 2-e 3-d 4-c 5-a
IV) TRUE OR FALSE
1. False 2. True 3. False 4. True 5. true