WorksheetsVR Python Unit 1/2 Formative
Total questions: 10
Worksheet time: 5mins
Which of these best describes a programming language?
A set of rules where symbols represent actions.
A set of spoken commands for a robot.
An action performed by a robot.
A list of behaviors the robot has already completed.
What is the name for an action performed by the VR robot?
command
behavior
parameter
programming language
How do you change the behavior or the VR robot?
change the programming language
name and save your project
change the programming commands
change the Playground
How far will the VR robot move based off of the command in the diagram?
200 mm
400 mm
500 mm
300 mm
What part of the command do you change to adjust the direction of the drive_for command?
1
2
3
4
What is the default velocity of the VR robot?
0%
25%
50%
100%
What is the maximum velocity setting of the VR robot?
50%
100%
150%
200%
How will the VR robot move based off of the command above?
turn left to a heading of 80 degrees
turn right to a heading of 90 degrees
turn left for 90 degrees
turn right for 80 degrees
Which command turns the VR robot to a given clockwise heading?
turn_to_heading
turn
set_drive_rotation
turn_to_rotation
Which of the following is the best description of the turn_for command?
turns the VR robot left indefinitely
turns the VR robot right indefinitely
moves the VR robot forward a specific distance
turns the VR robot left or right a specific number of degrees
