NEW
Font size
WorksheetsCode.org (1-8)
Total questions: 10
Worksheet time: 5mins
An instruction (or single step) for the computer is...
algorithm
code
command
program
The action of doing something over and over again is a(n)...
program
loop
event
waste of time
When you try again and again even when it is hard means you have...
persistence
courage
frustration
problems
An algorithm that has been coded into something that can be run by a machine is a(n)...
program
code
command
wrong
A list of steps you can follow to finish a task (instructions) is a(n)...
event
persistence
program
algorithm
An action that causes something to happen is a(n)
bug
debug
program
event
An error in a program that prevents the program from running as expected is a(n)...
bug
debug
algorithm
frustration
Debug has two steps. They are...
seek and destroy the enemy
find and fix the problem
find and highlight the problem
raise your hand and ask for help
A nested loop is a(n)...
a loop inside a loop
a repeat loop
conditional loop
a nest with an egg
This loop is pink in Code.org. The programmer use the loop when there the code must be repeated a set number of times.
while loops
if-then loops
repeat loops
conditional loops
