NEW
Font size
WorksheetsCoding and Using Code.Org
Total questions: 15
Worksheet time: 5mins
Finite Loops are code repeated until a _____________ is met or for a specific number of times
condition
pet
friend
teacher
A forever loop is a code pattern that repeats ___________________ .
as long as the program is running
for a set number of times
until a condition is met
What is an error in a program that prevents the program from running as expected?
Algorithm
Code
Bug
In coding terms an action or event you want to repeat multiple times is called a
loop
do-over
sequence
What does run mean?
to make a code for a program
to make a program complete an algorithm
to make a website show up on your screen
Ask a classmate questions.
An action that causes something to happen.
A loop.
A program.
An event.
What type of block command do you use to have the least amount of blocks? This simplifies your code.
move forward
turn right
repeat
Coding can be used to
Program robots
create websites, games & apps
tell computers what to do
all of these
An action that causes something to happen.
A loop.
A program.
An event.
If you weren't able to complete a challenge the first time you should
pout
give up
try again
bang the keyboard
An algorithm is
a dance
measures your heartbeat
a list of steps to complete a task
musical
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
