wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

02 - Python - Introduction & Installation

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

Python is an example of:

a)

a machine language

b)

a natural language

c)

a high-level programming language

2.

A complete set of known commands is called:

a)

a machine list

b)

an instruction list

c)

a low-level list

3.

What is a source code?

a)

Machine code executed by computers

b)

Another name for source file

c)

A program written in a high-level programming language

4.

What do you call a computer program which directly executes instructions written in programming language?

a)

An interpreter

b)

A compiler

c)

A translator

5.

What Python version covered in this course?

a)

Python 3

b)

Python 2

c)

Python 1

6.

What is CPython?

a)

It is another name for Cython, a superset of Python programming language

b)

The default implementation of Python programming language

c)

A compiled language used to perform high-level programming functions

7.

What is IDLE?

a)

It's a Python version

b)

It's an acronym that stands for Interactive Development and Learning Extension

c)

It's an acronym that stands for Integrated Development and Learning Environment for Python

8.

What do you call a tool that lets you launch your code step by step and inspect it at each moment of execution?

a)

A debugger

b)

An editor

c)

A console

9.

How did Python, the programming language, get its name?

a)

Guido van Rossum name it to honor Monty Python's Flying Circus, a BBC comedy series popular in the 1970s

b)

Guido van Rossum name it after the Pythonidae - a family of large, nonvenomous snakes

c)

Guido van Rossum name it to honor Python of Catana, a dramatic poet of the time of Alexander the Great

10.

Which one of the following is an example of a Python file extension?

a)

p

b)

py

c)

pi