Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cycle 4 VR Vex Final Review

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which of these best describes a programming language? .

a)

A set of rules where symbols represent actions

b)

A set of spoken commands for a robot.

c)

An action performed by a robot.

d)

A list of behaviors the robot already completed.

2.

What is the name for an action performed by the VR Robot?

a)

Command

b)

Behavior

c)

Parameter

d)

Programming Language

3.

How do you change the behavior of the VR Robot?

a)

Change the programming language.

b)

Name and save your project.

c)

Change the programming blocks called commands.

d)

Change the Playground.

4.

How far will the VR Robot move based off of this command?

a)

200 millimeters (mm)

b)

400 millimeters (mm)

c)

500 millimeters (mm)

d)

300 millimeters (mm)

5.

What part of the block do you select to change the direction of the [Drive for] block?

a)

1

b)

2

c)

3

d)

4

6.

What is the default velocity of the VR Robot?

a)

0%

b)

25%

c)

50%

d)

75%

7.

What is the maximum velocity setting for the VR Robot? 50% 150% 100% 200%

a)

50%

b)

100%

c)

150%

d)

200%

8.

How will the VR Robot move based off of this command?

a)

Turn left 80 degrees

b)

Turn right 90 degrees

c)

Turn left 90 degrees

d)

Turn right 80 degrees

9.

Which block turns the VR Robot to a given clockwise heading?

a)

[Turn to heading]

b)

[Turn]

c)

[Set drive rotation]

d)

[Turn to rotation]

10.

What order will the buildings on the Castle Crasher Playground be knocked over according to this project?

a)

1, 2, 3, 4, 5

b)

3, 2, 5, 4, 1

c)

3, 1, 4, 5, 2

d)

5, 2, 1, 4, 3

11.

Which of the following is the best description of what the VR Robot will do based on this project?

a)

The VR Robot will drive forward 1000 millimeters (mm) at maximum velocity. It will turn right 180 degrees and drive forward 1000 millimeters (mm).

b)

The VR Robot will drive forward 1000 millimeters (mm) at maximum velocity. It will turn right 90 degrees, set velocity back to the default, and drive forward 1000 millimeters (mm).

c)

The VR Robot will drive forward 1000 millimeters (mm) at maximum velocity. It will turn right 180 degrees, set velocity back to the default, and drive forward 1000 millimeters (mm).

d)

The VR Robot will drive forward 1000 millimeters (mm) at maximum velocity. It will turn left 180 degrees, set velocity back to the default, and drive forward 1000 millimeters (mm).

12.

Why is it important to correctly sequence commands in a project?

a)

To make a project that works as intended.

b)

To make the VR Robot skip around to random commands.

c)

To have accurate values and parameters in commands.

d)

To make a project that does not work as intended.

13.

What is the first step in coding the VR Robot to move the VR Pen down to draw a black line?

a)

[Drive for] block set to 2000 millimeters (mm).

b)

Drag the [Turn for] block into the workspace and set the parameter to "400 millimeters (mm)"

c)

Drag the [move robot pen] block into the workspace and use the drop-down menu to set the position to "down".

d)

Drag the [move robot pen] block into the workspace and use the drop-down menu to set the position to "up".

14.

What is the first step in coding the VR Robot to draw a red line?

a)

Drag the [Set Pen color] block into the workspace and use the drop-down menu to set the color to "red".

b)

Drag the [move robot pen] block into the workspace and use the drop-down menu to set the position to "up".

c)

Drag the [Turn for] block into the workspace and set the parameter to "200 millimeters (mm)".

d)

Drag the [Set Pen color] block into the workspace and use the drop-down menu to set the color to "blue".

15.

How many times will the [Repeat] block repeat the [Turn for] and [Drive for] blocks inside of it?

a)

Only once.

b)

Two times.

c)

Three times.

d)

Four times.

16.

What types of values can the [Repeat] block accept as parameters?

a)

Decimal values.

b)

Negative values.

c)

Words or text.

d)

Integers. All positive and negative whole numbers.

17.

17. What is the condition that will end this [Repeat] block?

a)

After the VR Robot places the pen down.

b)

After the VR Robot drives forward one time for 200 millimeters (mm).

c)

After the [Repeat] block has repeated the blocks inside of it four times.

d)

After the VR Robot has driven forward 200 millimeters (mm) then turned right 60 degrees six times.

18.

How can the following example be simplified by using a [Repeat] block?

a)

By placing the [Drive for] and [Turn for] blocks in a [Repeat] block that repeats four times.

b)

By placing the [Drive for] block in a [Repeat] block that repeats four times.

c)

By placing the [Turn for] block in a [Repeat] block that repeats four times.

d)

By changing all of the parameters of the [Drive for] blocks to 400 millimeters (mm) instead of 200 millimeters (mm).

19.

When will the VR Robot move the VR Pen up?

a)

Before the [Repeat] block has repeated all of the blocks inside of it twice.

b)

Before the VR Pen is set to the color red.

c)

After the [Repeat] block has repeated all of the blocks inside of it six times.

d)

After the [Repeat] block has repeated all of the blocks inside of it twice.

20.

The following project was created to draw a house, but it is unfinished. Which of the following blocks should be used next to begin drawing the roof of the house?

a)

[move robot pen] block set to "up"

b)

Drive for block set to 2000 millimeters (mm)

c)

[Repeat] block set to six

d)

[Turn for] block set to 135 degrees