WorksheetsVR Python Formative Unit 2
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 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 of 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 above?
200 millimeters (mm)
400 millimeters (mm)
500 millimeters (mm)
300 millimeters (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%
50%
25%
75%
What is the maximum velocity setting for the VR Robot?
50%
150%
100%
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
What order will the buildings on the Castle Crasher Playground be knocked over according to the project above?
1, 2, 3, 4, 5
3, 2, 5, 4, 1
3, 1, 4, 5, 2
5, 2, 1, 4, 3
