No student devices needed. Know more
25 questions
The language that programmers create and use to tell a computer what to do
Code
Command
Run Program
BINARY
The action of doing something over and over again
Block-based programming language
Loop
Bug
Debugging
A block is
an instruction in a coding program that can be joined to other blocks to build code
visual elements on a screen that are not text, such as pictures, icons and symbols
something a computer program can react to, such as a key being pressed or mouse being clicked
place to store data that can change in a program
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
None of the above
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
Coding can be used to
Program robots
Create websites, games & apps
Tell computers what to do
All of the above
How many times will the bee collect nectar if it follows the entire path?
5
7
8
6
Finding and fixing errors in a program.
debugging
bug
nested loop
event
Putting commands in correct order so computers can read the commands.
sequencing
pattern matching
function
variable
TRUE or FALSE: Test and change your strategy often. Don’t be afraid to try solutions before you know that they are perfect.
TRUE
FALSE
Which code will get the Angry Bird to the Pig?
None of the above
Which path will allow Angry Bird to reach the pig?
moveForward();
moveForward();
turnRight();
moveForward();
moveForward();
moveForward();
moveForward();
turnLeft();
moveForward();
moveForward();
moveForward();
moveForward();
turnLeft();
moveForward();
moveForward();
turnRight();
moveForward();
moveForward();
JavaScript is one of the world's most widely used coding language
True
False
What does it mean if you used "7 / 6 blocks"?
You have used one too many blocks
You have not used enough blocks
You have used the correct amount of blocks
None of the above
turnLeft(); is to turn left as ____________ is to turn right. Fill in the blank.
turnRight;
Righturn();
turnRight();
(turnRight);
Blockly is a drag and drop language
True
False
Where can you "Run" your program?
Play Area
Toolbox
Workspace
Instructions
The reset button will get your character back to the start so you can try again.
True
False
New blocks of code are available in this space as you go through the lessons
Play Area
Toolbox
Instructions
Workspace
You can drag blocks into this space to build your program
Play Area
Instructions
Toolbox
Workspace
This can be found at the top of the screen for each level
Instructions
Workspace
Play Area
Toolbox
Ms. I uses coding on the back end of the school website.
True
False
Explore all questions with a free account