No student devices needed. Know more
32 questions
A part of the program that does not work correctly.
Bug
Break
Loop
The action of doing something over and over again.
Looping
Bugging
Programming
The art of creating a program.
Artistic
Programming
Looping
Trying again and again, even when something is very hard.
persistence
algorithm
computational thinking
loop
Using the powers of computers to solve problems.
computer science
computational thinking
for loop
command
Can you talk to a friend when you get stuck in solving the problem?
YES. Try at least 3 ways of fixing problems before you ask for help.
NO. You must do all the puzzles yourself.
What is a list of steps that you can follow to finish a task?
Code
Program
Algorithm
What is the action of doing something over and over again?
Repeat
Loop
Debugging
What is an algorithm?
a list of shopping items you need
a list of tech items you want
a list of steps to complete a task
What is debugging?
taking an insect out the computer
fixing a program in an algorithm
breaking down a problem
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
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
What does this code do?
Moves forward, turns, moves forward
Moves forward 2 times, turns left, moves forward 2 more times
Moves forward 4 times and turns left
Moves and turns
What shape does this code make?
Rectangle
Triangle
Square
Circle
The _ block will plot a square at the x and y coordinates it is given.
ellipse
rect
fill
background
The _ block will plot a circle at the x and y coordinates it is given.
ellipse
rect
fill
background
A placeholder for a piece of information that can change.
Program
Parameter
Variable
Debugging
Labels cannot include spaces.
True
False
Labels are not case-sensitive.
True
False
A series of images that create the illusion of motion by being shown
rapidly one after the other
Animation
Sprite
The rate at which frames in an animation are shown, typically measured in frames per second
property
frame
frame rate
animation
This is an example of code used to fly an image across the screen. This is called a_
animation
frame rate
counter pattern
movement
The common programming structure that implements "conditional statements".
If-Statement
Boolean Expression
Boolean
A generic term for code that alters program flow based on true/false values (like an if statement)
If-Statement
Boolean
Conditional
Boolean Expression
What is the origin of a square or rectangle?
The bottom right corner
The bottom left corner
The top right corner
The top left corner
In this line of code:
rect(250, 100);
which number is the y value?
rect
250
100
Given rect(x, y, w, h); what are w and h?
width and heavy
width and tallness
width and length
width and height
The line of code: background("red"); will change what red?
Any shapes on the screen
The background
The foreground
Nothing
randomNumber(0 ,400)
this will randomly pick a number...
between 0 and 400, not including 0 or 400
between 0 and 400, including 0 and 400
This line of code does what?
var hello = 100
creates a variable
names or labels the variable "hello"
sets the value of the variable hello to 100
All three are correct
Explore all questions with a free account