NEW
Font size
WorksheetsProgrammable Rover
Total questions: 10
Worksheet time: 4mins
Which program would tell the rover to get to the blue X?
Program A
Program B
Program C
Program D
To which point would the rover drive to if you use the code from the picture?
Square A
Square B
Square C
Which programs would tell the rover to get to the blue X and pick up a rock?
Programs 1 and 2
Programs 2 and 3
Programs 1 and 3
Based on the code in the image below, how many squares forward will the rover move?
4
6
8
What is the text code for the block shown in the picture? (right)
rotate(45);
rotate(-90);
rotate(90);
What is the text code for the block shown in the picture? (forward)
translate(-1);
translate(1);
moveforward(1);
Which one is the correct code for the mission?
What is JavaScript?
a fancy name for a video game.
a programming language commonly used in website development.
a Starbucks drink.
What is a Loop?
an error in a program.
a shape that has four corners.
a snippet of a program that repeats the instructions inside a certain number of times.
What does "Optimize" mean?
to make something slower.
to make a code better and faster.
to make something hard to do.
