wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Python Club Fun Quiz

Total questions: 28

Worksheet time: 16mins

Name
Class
Date
1.

For what this block is used for?

a)

To make a sprite

b)

To make a sprite and set the location

c)

None of Them

2.

What does this code do?

a)

move forward forever

b)

move forward 3 times

c)

move forward 5 times

3.

What will the code do?

a)

the monster will move west-to-east in loop

b)

the monster will move eastwards

c)

the monster will move east in loop

d)

the monster will dance

4.

Which of these gets the computer to print "Duck" 5 times?

a)
b)
c)
d)
5.

A list of steps to finish a task

a)

Bug

b)

Algorithm

c)

Condition

d)

Constant

6.

Part of a program that does not work correctly

a)

event

b)

loop

c)

bug

d)

repeat

7.

Finding and fixing problems in an algorithm or program.

a)

debugging

b)

programming

c)

loop

d)

algorithm

8.

Which Code Can Creates a new sprite of the chosen costume at the given location.

a)
b)
c)
d)
9.

What is Python?

a)

spreadsheet

b)

text based programming language

c)

block based programming language

10.

What extension must you add to the end of a file when saving?

a)

.doc

b)

.jpeg

c)

.py

11.

________ function is used to display result on the screen.

a)

comment

b)

print

c)

end

12.

Guess the output.

a)

15

b)

error

13.

The_________ function allows user input.

a)

print()

b)

len()

c)

input()

14.

What loop is this?

a)

Forever loop

b)

Fixed loop

15.

Which block allows you to make decisions (choices)?

a)
b)
c)
d)
16.
Coding can be used to
a)
Program robots
b)
create websites, games & apps
c)
tell computers what to do
d)
all of the above
17.
In coding terms an action or event you want to repeat multiple times is called a
a)
loop
b)
do-over
c)
time-line
d)
sequence
18.

Why should you learn code?

a)

It can change the world

b)

it's a form of modern literacy

c)

It gives you job opportunities

d)

All of the above

19.

In this code, how many times should you move right?

a)

1

b)

2

c)

3

d)

4

20.

In this code, how many times should you move up in total?

a)

0

b)

1

c)

2

d)

3

e)

4

21.

In this code, how many times should you move up?

a)

0

b)

1

c)

2

d)

3

e)

4

22.

In this code, how many times should you move up?

a)

1

b)

2

c)

3

d)

4

23.

In this code, how many times should you move up?

a)

1

b)

2

c)

3

d)

4

24.

how we can make the game work

a)

Move forward

b)

click RUN

c)

I don't know

d)

Nothing

25.

The language that programmers create and use to tell a computer what to do

a)

Code

b)

Command

c)

Run Program

d)

BINARY

26.

A block is

a)

an instruction in a coding program that can be joined to other blocks to build code

b)

visual elements on a screen that are not text, such as pictures, icons and symbols

c)

something a computer program can react to, such as a key being pressed or mouse being clicked

d)

place to store data that can change in a program

27.

How many times will the bee collect nectar if it follows the entire path?

a)

5

b)

7

c)

8

d)

6

28.

How many times will the bee collect nectar if it follows the entire path?

a)

5

b)

7

c)

8

d)

6