Font size
WorksheetsCoding 2
Total questions: 55
Worksheet time: 28mins
Identify this Operation ==
Equal to
Not equal to
Double equal to
Identify this Operation !=
not equal to
equal to
surprise! equal
Identify this Operation >
Greater than
Less than
look to the right
Identify this Operation <
Less than
Greater than
Look to the left
Identify this Operation <=
Less than or equal to
Greater than or equal to
Moving left really fast
Identify this Operation >=
Greater than or equal to
Less than or equal to
Unhappy emoji
Which of the following is an integer?
8
4.5
A Boolean data type can have what two values?
True and False
Yes and No
Yeah and Nah
How a computer can testing something, it will do one thing otherwise it’ll do something else
If Then Else
One Two Three
Eenie Meenie Miney Mo
How would you display the message "Hello world" on the screen?
print("Hello world")
print "Hello world"
print (Hello world)
What will the program print?
number = 10
print(number+10)
20
10
number+10
Is this true or false?
22 == 11 * 2
True
False
Is this true or false?
"winter" == "Winter"
False
True
How would this run:
print ("Hello, World!")
Hello, World!
("Hello, World!")
"Hello, World!"
Does the # affect the program?
No
Yes
How would you read this sentence?
At the start, the jellyfish will move up.
At the start, let the jellyfish float to the left.
At the start, make the jellyfish move down.
At the start, jellyfish will move out.
What does "Run" mean?
Going jogging
Escaping
A program following its instructions
A robot walking really fast
Fill in the blank:
When clicked, the helicopter (a) .
What is your "object"?
The direction
The start
The arrow
The plane
When the rocket ____, the rocket will _____.
goes up, stop when you click it
is clicked, move up
is clicked, move down
moves up, face right when clicked
What are "Instructions"?
Things your parents tell you to do.
The directions on your homework.
Doing what someone else is doing.
A list of commands in a computer program.
Which direction will the tractor go when it is clicked?
Up
Down
Left
Right
At the start, the fish will (a) .
What kind of event is this?
Click Event
Start Event
Point Event
Drag Event
What is an "Action"?
Something that an object does, like move or hide.
Something that an actor does, like a movie.
Something that your body does, like run.
Something that a director yells.
A label for a characteristic of a sprite, such as its location and appearance
Programming
Property
Program
Parameter
A placeholder for a piece of information that can change.
Variable
Function
Parameter
Program
In programming, an expression that evaluates to true or false
Algorithm
Property
Iteration
Boolean
An extra piece of information passed to a function to customize it for a specific need
Property
Boolean
Variable
Parameter
A list of steps used to finish a task
Program
Algorithm
Code
Command
A visual programming language that lets users program by connecting digital blocks, rather than by typing code.
Conditional
Algorithm
Blockly
Command
An error in a program that prevents the program from running as expected
Bug
Debug
Iteration
Event
A piece of code that you can call over and over again.
Variable
Function
Loop
Event
One or more commands or algorithms designed to be carried out by a computer.
Property
Program
Function
Code
An instruction for the computer
Call
Command
Code
Algorithm
Statements that only run under certain conditions or situations
Condition
Conditionals
Event
Parameter
Finding and fixing errors in programs
Iteration
Bug
Debugging
Command
An action that causes something to happen.
Event
Coding
Programming
Variable
A repetitive action or command typically created with programming loops.
Variable
Property
Iteration
Event
The action of doing something over and over again.
Algorithm
Function
Iteration
Loop
An algorithm that has been coded into something that can be run by a machine.
Code
Program
Property
Sprite
The process of writing computer programs.
Coding
Program
Programming
Function
A character on the screen with properties that describe its location, movement, and look.
Sprite
Algorithm
Variable
Draw Loop
To add code inside a function so that the program knows what it is supposed to do when the function is called.
Loop
Define
Program
Code
