NEW
Font size
WorksheetsFinal Quiz Review #1
Total questions: 12
Worksheet time: 9mins
Explain the process of programming a robot with Lego Spike Prime.
Using the Spike app to create a program by dragging and dropping blocks of code
Hiring a professional programmer to write the code for the robot
Sending telepathic signals to the robot to make it move
Using a hammer to physically input the commands into the robot
How many ports are on the hub?
2
4
6
8
The sensor pictured here is the ______ sensor
ultrasonic
gyro
force
color
Pressing this button can turn the device on or off.
Item 1
Item 2
Item 6
Item 3
What does the term "debugging" mean in coding?
Fixing errors in code
Creating bugs intentionally
Running the code
Deleting code
What is connected to port F?
medium motor
large motor
ultrasonic sensor
color sensor
Which control block can make this code more efficient?
Repeat (x)...
Wait...
Repeat Until...
Forever...
With this block set, the driving base will:
Move in a circle
Move forward 17cm then back 17.5cm
Not move - it sets up 2 Motors movement and awaits commands
Turn off
This device measures the intensity of light that is reflected back to it.
Force Sensor
Color Sensor
Distance Sensor
Light Sensor
Look at the code in this image. What will the robot do when the code is run?
The robot will not move.
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?
Large Wheels
Small wheels
The code won't work with either wheel.
Look at the code in the image provided. Which way will the robot turn?
Right Spin
Left Spin
It will move forward
Right on one wheel.
