WorksheetsPython Club Fun Quiz
Total questions: 28
Worksheet time: 16mins
For what this block is used for?
To make a sprite
To make a sprite and set the location
None of Them
What does this code do?
move forward forever
move forward 3 times
move forward 5 times
What will the code do?
the monster will move west-to-east in loop
the monster will move eastwards
the monster will move east in loop
the monster will dance
Which of these gets the computer to print "Duck" 5 times?
A list of steps to finish a task
Bug
Algorithm
Condition
Constant
Part of a program that does not work correctly
event
loop
bug
repeat
Finding and fixing problems in an algorithm or program.
debugging
programming
loop
algorithm
Which Code Can Creates a new sprite of the chosen costume at the given location.
What is Python?
spreadsheet
text based programming language
block based programming language
What extension must you add to the end of a file when saving?
.doc
.jpeg
.py
________ function is used to display result on the screen.
comment
end
Guess the output.
15
error
The_________ function allows user input.
print()
len()
input()
What loop is this?
Forever loop
Fixed loop
Which block allows you to make decisions (choices)?
Why should you learn code?
It can change the world
it's a form of modern literacy
It gives you job opportunities
All of the above
In this code, how many times should you move right?
1
2
3
4
In this code, how many times should you move up in total?
0
1
2
3
4
In this code, how many times should you move up?
0
1
2
3
4
In this code, how many times should you move up?
1
2
3
4
In this code, how many times should you move up?
1
2
3
4
how we can make the game work
Move forward
click RUN
I don't know
Nothing
The language that programmers create and use to tell a computer what to do
Code
Command
Run Program
BINARY
A block is
an instruction in a coding program that can be joined to other blocks to build code
visual elements on a screen that are not text, such as pictures, icons and symbols
something a computer program can react to, such as a key being pressed or mouse being clicked
place to store data that can change in a program
How many times will the bee collect nectar if it follows the entire path?
5
7
8
6
How many times will the bee collect nectar if it follows the entire path?
5
7
8
6
