Font size
WorksheetsExpress Course (v2024) Quiz 2
Total questions: 20
Worksheet time: 2hrs 40mins
Putting commands in correct order so computers can read the commands
algrorithm
bug
debugging
sequencing
The action of doing something over and over again
loop
repeat
command
condition
conditional
Fill in the blank: A program is an ______________ that has been coded into something that can be run by a machine.
avalanche
aptitude
algorithm
application
An error in a program that prevents the program from running as expected.
bug
debugging
for loop
binary
A list of steps to finish a task.
Algorithm
Program
Bug
Finding and fixing errors in a program.
debugging
bug
nested loop
event
Another term for an "if" statement is
loops
function
conditional
algorithm
statements that only run under certain conditions
conditionals
paramenter
reflect
variable
What shape does this code make?
Rectangle
Triangle
Square
Circle
Solve the puzzle
The following blocks will allow the bee to eat all the nectar.
True
False
Which of these problems will this code solve?
All of these
None of these
Which of this is conditionals? (They only run under certain conditions).
All of these
Which output matches this code?
Which output matches this code?
Which of these algorithms cause the sprite to move up on the screen?
None of these
Which code produces the output where the sprites move in the direction of the arrows in the image?
None of these
What will happen in Dance Party when you run this program?
The sloth and the unicorns will start out Dabbing, after 4 measures they will Clap High, and after 6 measures they will Gangnam
The unicorn and the sloths will start out High Clapping, after 4 measures they will Gangnam, and after 6 measures they will Clap High.
The unicorn and the sloths will dab for the whole song.
The unicorn and the sloths will start out Dabbing, after 4 measures they will Gangnam, and after 6 measures they will Clap High.
