wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Final Quiz Review #1

Total questions: 12

Worksheet time: 9mins

Name
Class
Date
1.

Explain the process of programming a robot with Lego Spike Prime.

a)

Using the Spike app to create a program by dragging and dropping blocks of code

b)

Hiring a professional programmer to write the code for the robot

c)

Sending telepathic signals to the robot to make it move

d)

Using a hammer to physically input the commands into the robot

2.

How many ports are on the hub?

a)

2

b)

4

c)

6

d)

8

3.

The sensor pictured here is the ______ sensor

a)

ultrasonic

b)

gyro

c)

force

d)

color

4.

Pressing this button can turn the device on or off.

a)

Item 1

b)

Item 2

c)

Item 6

d)

Item 3

5.

What does the term "debugging" mean in coding?

a)

Fixing errors in code

b)

Creating bugs intentionally

c)

Running the code

d)

Deleting code

6.

What is connected to port F?

a)

medium motor

b)

large motor

c)

ultrasonic sensor

d)

color sensor

7.

Which control block can make this code more efficient?

a)

Repeat (x)...

b)

Wait...

c)

Repeat Until...

d)

Forever...

8.

With this block set, the driving base will:

a)

Move in a circle

b)

Move forward 17cm then back 17.5cm

c)

Not move - it sets up 2 Motors movement and awaits commands

d)

Turn off

9.

This device measures the intensity of light that is reflected back to it.

a)

Force Sensor

b)

Color Sensor

c)

Distance Sensor

d)

Light Sensor

10.

Look at the code in this image. What will the robot do when the code is run?

a)
The robot will move in a circle until it stops.
b)
The robot will play a sound when it starts moving.
c)
The robot will move until sensor A detects a color.
d)

The robot will not move.

11.

Look at the code in the image. Which size wheels would need to be on the robot the robot to move forward 5 inches correctly?

a)

Large Wheels

b)

Small wheels

c)

The code won't work with either wheel.

12.

Look at the code in the image provided. Which way will the robot turn?

a)

Right Spin

b)

Left Spin

c)

It will move forward

d)

Right on one wheel.