wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Programmable Rover

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

Which program would tell the rover to get to the blue X?

a)

Program A

b)

Program B

c)

Program C

d)

Program D

2.

To which point would the rover drive to if you use the code from the picture?

a)

Square A

b)

Square B

c)

Square C

3.

Which programs would tell the rover to get to the blue X and pick up a rock?

a)

Programs 1 and 2

b)

Programs 2 and 3

c)

Programs 1 and 3

4.

Based on the code in the image below, how many squares forward will the rover move?

a)

4

b)

6

c)

8

5.

What is the text code for the block shown in the picture? (right)

a)

rotate(45);

b)

rotate(-90);

c)

rotate(90);

6.

What is the text code for the block shown in the picture? (forward)

a)

translate(-1);

b)

translate(1);

c)

moveforward(1);

7.

Which one is the correct code for the mission?

a)
b)
c)
8.

What is JavaScript?

a)

a fancy name for a video game.

b)

a programming language commonly used in website development.

c)

a Starbucks drink.

9.

What is a Loop?

a)

an error in a program.

b)

a shape that has four corners.

c)

a snippet of a program that repeats the instructions inside a certain number of times.

10.

What does "Optimize" mean?

a)

to make something slower.

b)

to make a code better and faster.

c)

to make something hard to do.