No student devices needed. Know more
13 questions
What do sensors do?
Allow the robot to sense and react to changes in the environment.
Tell you if it's hungry.
Tell the temperature in the room.
Be able to tell when you are upset.
What does the Gyro sensor detect?
Color
Touch
Distance
Rotation
What steering would you use to go left
-30
30
What does the Color sensor detect?
Color and Light
Color only
Light only
What does "Wait Until" do?
Wait until the end of the code is reached then start it again.
Stop the robot from moving until a condition is met then continue running the rest of the code.
Pause the execution of the code until a condition is met then continue running the rest of the code.
What is a loop?
Makes the robot perform a point turn.
An obstacle that the robot can go through.
Repeats the code.
If both motors of the robot are going at the same speed and direction, it will go..
right
left
straight
explode
What does this code do?
Run the robot straight until it touches something, makes a left and goes forward.
Run the robot right until it touches something, makes a left and goes forward.
Run the robot straight until it touches something, makes a right and goes forward.
Run the robot straight until it touches something, then it goes in reverse.
What does this code do?
Run the robot straight until it touches something, make it turn left then go forward. This code is run 3 times.
Run the robot straight until it touches something, make it turn right then go forward. This code is run 3 times.
Run the robot straight until it touches something, make it turn right then go backwards. This code is run 3 times.
Run the robot straight until it touches something, make it turn right then go forward. This code is run 1 time.
Which of the following is NOT true about robots at the Amazon fulfillment centers?
To make sure the pods and goods stay safe, only one robot can move pods at a time.
All the robots have sensors on the top and bottom to help them scan for their location and to make sure they pick up the correct pod.
Having multiple robots can help speed up delivery because the robots can work together to clear the way for each other.
Using multiple robots makes delivery faster because robots can be directed to pick up items that are closest to them instead of ones that are far away.
When "get route" is used in the loop, what does it automatically put into the “for each” block list?
There is no list; the drive unit follows the tiles that are marked.
The "get route" block will automatically count up the number of spaces the robot needs to go along its route.
The "get route" block will automatically fill the list with the directions (arrows) needed to get to a player
Why do we have to "choose drive unit" when there is more than one drive unit on the floor?
To determine which of the drive units will follow the instructions coming up next.
To choose the drive unit that is closer to the associate.
To choose the robot that is closer to the desired pod.
To make the game more fun!
Two orders came one after the other: a watch, then a basketball. Where should the robot move the pod containing the watch, after the watch is taken from its pod by the associate?
To the square marked A
To the square marked B
To the square marked C
To the square marked D
Explore all questions with a free account