Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Python quiz

Total questions: 13

Worksheet time: 14mins

Name
Class
Date
1.

Computer programming is a way of giving computers _______ about what they should do next

a)

Answers

b)

Reasons

c)

Steps

d)

Instructions

2.

An algorithm is a step-by-step _____of the _____.

(a)  

3.

flowchart explains the steps of a program in a (a)   way

4.

An algorithm includes _______, _________and _________.

a)

reasoning, steps, and variables

b)

graphs, steps, and solution

c)

Calculations, reasoning, and data processing

d)

All of these

5.

Algorithms can be presented by natural languages, pseudocode and flowcharts, etc.

a)

True

b)

False

6.

How many basic shapes are there to make flowchart?

a)

6

b)

5

c)

4

d)

8

7.

flowcharts are can not be used as a program planning tool to visually organize the step-by-step process of a program.

a)

True

b)

False

8.

Pseudocode is a precise form of an Algorithm without ________

a)

Flowchart

b)

Code

c)

unnecessary steps of vocabulary/words.

d)

None of these

9.

Write one advantage of pseudocode.

4 lines
10.

What is happening in this flowchart? Explain the steps in a paragraph.

4 lines
11.

Python is considered a ______, like Ruby or Perl and is often used for creating Web applications and dynamic Web content.

a)

All in one language

b)

Coding language

c)

None of these

d)

scripting language

12.

List few examples of famous python websites on the internet.

4 lines
13.

IDLE stands for?

(a)