1.
Python is a/an _______ language
(a) High level and Object oriented
(b) Graphical
(c) Procedural
(d) difficult
2.
Python uses a/an _______ to convert source code to object code.
(a) interpreter
(b)compiler
(c) combination of interpreter and complier
(d) special virtual engine
3.
Python code can run on a variety of platforms, it means Python is a _______ language
(a) Graphical
(b) Cross-platform
(c) independent
(d) all the above
4.
Python programs are typed in ____
(a) interactive mode
(b) Script mode
(c) combination of interactive and script mode
(d) all the above
5.
The _______ mode of Python gives instant result of typed statement
(a) interactive mode
(b) script mode
(c) combination of interactive and script mode
(d) all the above