wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

VexCode Vr - Pen Tool Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following blocks is

used to repeat the blocks inside of it for a set number of times?

a)

'Forever' block

b)

'Repeat' block

c)

'wait until' block

d)

'Break' block

2.

True or False: The [Repeat] block

can accept decimals as parameters.

a)

True

b)

False

3.

True or False: Conditions, like the number of times repeated, are used to end a [Repeat] block.

a)

True

b)

False

4.

Which of the following describes

why a [Repeat] block would be used in a project?

a)

To repeat certain blocks forever.

b)

To save space and time for blocks that repeat more than once in a project.

c)

To only run a stack of blocks one time.

d)

To run an attached stack of blocks when the project is started.

5.

Describe how the VR Robot will

move in this project.

a)

The VR Robot will set the pen down, then drive forward for 200 mm and turn right for 90 degrees, and repeat this 4 times in order to draw a square.

b)

The VR Robot will set the pen down and draw a straight line for 200 millimeters (mm) and then turn right for 90 degrees.

c)

The VR Robot will set the pen up and down four times before driving forward and then turn right 90 degrees.

d)

The VR Robot will set the pen down and drive forward one time for 200 millimeters (mm) before turning 90 degrees four times.

6.

Which of the following blocks is

used to lift up the VEX VR Pen?

a)

[Set Pen color] block

b)

[Set print color] block

c)

[Move robot pen] block

d)

[Set print precision] block

7.

What color lines can the VEX VR Pen

NOT draw?

a)

Yellow

b)

Green

c)

Blue

d)

Red

8.

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".

9.

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

a)

Decimal values.

b)

Negative values.

c)

words or text.

d)

Integers.

10.

This project was used to draw a

house on the Art Canvas Playground, but it does not work correctly. What is the

error?

a)

The [move robot pen] block should be at the bottom of the project.

b)

The [Repeat] block was set to three, but it should be set to four in order to draw the square portion of the house.

c)

There is no need for the [Repeat] block, as the VR Robot should only drive forward and turn once.

d)

The [Drive for] blocks should be replaced with [Drive] blocks.