No student devices needed. Know more
16 questions
Where on the VR Robot does the Location Sensor read (X,Y) coordinates from?
The front-center of the VR Robot.
The back of the VR Robot.
The left side of the VR Robot.
The right side of the VR Robot.
In what units does the (Position of Robot) block report the X or Y coordinates position of the VR Robot?
Degrees
Seconds
Millimeters (mm) or inches
Centimeters (cm)
Which of the following is NOT a common use of the Location Sensor?
To detect the color of an object near the sensor.
To navigate the (X,Y) coordinates of any Playground.
To move the VR Robot to a known location.
To determine the current angle of the VR Robot.
In this project, the VR Robot will drive along the Y-axis until the value of the Location Sensor is greater than what value?
-400
-900
-250
-650
How does the X coordinate value change as the VR Robot moves forward in this project on the Numbered Grid Map Playground?
It decreases as the VR Robot drives forward.
It increases as the VR Robot drives forward.
It remains -800 millimeters (mm) as the VR Robot drives forward.
It remains -100 millimeters (mm) as the VR Robot drives forward.
This project is intended to drive to number '6' on the Number Grid Map Playground but does not work. Number '6' has the coordinates X: 50 and Y: -900. What is the error?
The <Less than> block should be set to -900 not 50.
This project should use a <Greater than> block instead of a <Less than> block and be set to -900.
The <Less than> block should be set to -900 not 50.
This project should use a <Greater than> block instead of a <Less than> block and keep the same parameters.
This project is intended to drive to number '9' on the Number Grid Map Playground but the project is incomplete. What block from the Sensing category should be placed in the first [Wait until] block?
(Distance from) block
(Timer value) block
(Position of Robot) block
<Pressing bumper> block
What are the approximate coordinates for the number '13' on the Number Grid Map Playground?
X: -500 millimeters (mm)
Y: -700 millimeters (mm)
X: 500 millimeters (mm)
Y: 700 millimeters (mm)
X: 700 millimeters (mm)
Y: -300 millimeters (mm)
X: -900 millimeters (mm)
Y: -900 millimeters (mm)
The coordinate location of the number '7' on the Number Grid Map Playground is X: 300 millimeters (mm) and Y: -900 millimeters (mm). What is the correct sequence of commands to code the VR Robot to drive from the number '1' to number '7?'
Turn right for 90 degrees, Drive forward, Wait until the Y position is greater than 300 millimeters (mm), Stop driving.
Turn right for 90 degrees, Drive forward, Wait until the X position is greater than -300 millimeters (mm), Stop driving.
Turn right for 90 degrees, Drive forward, Wait until the Y position is greater than 300 millimeters (mm), Stop driving.
Turn right for 90 degrees, Drive forward, Wait until the X position is greater than 300 millimeters (mm), Stop driving.
This project is intended to drive to number '61' on the Number Grid Map Playground but does not work. Number '61' has the coordinates X: -900 and Y: 300. What is the error?
The <Less than> block should be set to -300.
This project should use a <Greater than> block instead of a <Less than> block and be set to -900.
This project should use a <Greater than> block instead of a <Less than> block and keep the same parameters.
The <Less than> block should be set to -900 instead of 300.
This project is intended to drive to number "91" on the Number Grid Map Playground but the project is incomplete. What block from the Sensing category should be placed in the first [Wait until] block?
(Position of Robot) block
(Distance from) block
(Timer value) block
<Pressing bumper> block
What are the approximate coordinates for the number "56" on the Number Grid Map Playground?
X: 100 millimeters (mm)
Y: 100 millimeters (mm)
X: -100 millimeters (mm)
Y: -100 millimeters (mm)
X: 100 millimeters (mm)
Y: -100 millimeters (mm)
X: -100 millimeters (mm)
Y: 100 millimeters (mm)
What does using comments in a project allow users to do?
Launch the Playground window.
Describe parts of their project for other users.
Attach .VRBLOCKS files.
Watch tutorial videos.
How can I add comments to a project?
Right click or long press in the Workspace to launch the Context Menu. Then select "Add Comment".
Right click or long press on a block to launch the Context Menu. Then select "Add Comment".
Select "File" and "Add Comment".
Drag the [Comment] block from the Tool Box into the Workspace and attach it to any block in a stack.
Which of the following would be the best comment to describe this project?
Open a tutorial video.
Drive the VR Robot in a triangle.
Drive the VR Robot in a square.
Drive the VR Robot backwards.
This project was used to drive the VR Robot to number "4" on the Number Grid Map, but it does not work correctly. What is the error?
The VR Robot should turn left first.
[Wait until position X in millimeters (mm)] should be LESS than -300, not GREATER than.
The [Turn for] block should be the first block in the project, not the last.
The [Drive] block is not needed.
Explore all questions with a free account