wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Python Basics (X)

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Who developed the Python language?

a)

Bill Gates

b)

Charles Babbage

c)

Guido Van Rossum

d)

John Von Neumann

2.
Python is an example of one of these.
a)

ML

b)

LLL

c)

HLL

d)

None of these

3.
Which one of the following is example/s of translator program?
a)
Assembler
b)
Interpreter
c)
Compiler
d)
All of these
4.
One of the following programming language is procedural language.
a)
C++
b)
C
c)
Java
d)
SQL
5.
A computer language named in the honor of famous French mathematician and philosopher.
a)
Pascal
b)
Charles Babbage
c)
John Von Neumann
d)
None of these
6.
First compiler based high level language in computing history.
a)
Pascal
b)
COBOL
c)
Fortran
d)
C
7.
The translator program of Python language.
a)
Assembler
b)
Interpreter
c)
Compiler
d)
None of these
8.
Operating System that comes with Python already installed.
a)
Linux
b)
Windows 7
c)
Windows 8
d)
Unix
9.
A command line shell which gives immediate output for each typed statement.
a)
Interactive Mode
b)
Script Mode
c)
Command Mode
d)
Output Mode
10.
A Python command that simply displays whatever it is instructed.
a)
input()
b)
print()
c)
display()
d)
result()