1
1
a. Wick van Rossum b. Rasmus Lerdorf c. Guido van Rossum d. Niene Stom
a. // b. # c. ! d. /*
a. Underscore and ampersand are the only two special characters allowed
b. Unlimited length
12. In the Python language, which of the following statements is correct for variable names?
b. Unlimited length
13. A computer ___________ is a collection of instructions that perform a specific task when executed by a
computer.
a. Program b. Code c. Code Body d. None of the above
a. Easy to learn b. Portability and compatibility c. A Broad Standard Library d. All of the above
b. Database Access
16. Python is a _________ programming language, which means it runs on a variety of platforms including
Windows, MacOS, Linux, and the Java and.NET Virtual machines.Access
17. Python ___________ must be installed on our machine in order to run a Python programme.
21. What are the two methods for using a Python shell?
24. Instructions written in the source code for execution are called ___________.
a. Statements b. Sentence c. Both a) and b) d. None of the above
25. Statements in Python can be extended to one or more lines using _____________.
26. A _________ is a piece of text that doesn’t impact the outcome of a programme; it’s just a way to tell
someone what you’ve done in a programme or what’s going on in a block of code.
27. _________ are the reserved words in Python used by the Python interpreter to recognize the structure of the
program.
28. An ____________ is a name given to entities like class, functions, variables, etc.