wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

V5 Quiz (Unit 2)

Total questions: 33

Worksheet time: 24mins

Name
Class
Date
1.

The branch of technology which deals with the design, construction, operation and applications of robots.

a)

robot

b)

robotics

c)

automation

d)

machination

2.

_____________ is a branch of computer science which deals with machine learning or creation of intelligent machines.

a)

robotics

b)

engineering design

c)

artificial intelligence

d)

automation

3.

A component of a robot that makes it see, hear, and touch its physical environment.

a)

sensor

b)

effector

c)

actuator

d)

controller

4.

A text-based programming language you use to program the Vex virtual robot.

a)

Javascript

b)

C++

c)

Scratch Blocks

d)

Python

5.

In Vexcode VR, this is the virtual space for your robot to interact and move.

a)

Vexcode VR

b)

Playground

c)

Python commands

d)

Drivetrain

6.
Using the picture, which part is being shown?
a)
bump sensor
b)
limit switch
c)
potentiometer
d)
line tracker
7.
Using the picture, which part is being shown?
a)
plastic collars
b)
screws
c)
nuts or bolts
d)
metal collars
8.
What is this VEX Robot part?
a)
Bump Switch
b)
Wheel
c)
Sprocket Gear
d)
Axel
9.
What is this VEX Robot part?
a)
Spur Gear
b)
Axel
c)
Sprocket Gear
d)
Bearing Plate
10.
What is this VEX Robot part?
a)
Vex Cortex
b)
Vex Axel
c)
Vex Collar Shaft
d)
Vex " C " Channel
11.
What is this VEX Robot part?
a)
Vex Wheel
b)
Vex Spacer
c)
Vex Collar Shaft
d)
Vex Spur Gear
12.
Using the picture, which part is being shown?
a)
slider
b)
base plate
c)
cortex
d)
metal rack
13.
What is this VEX part?
a)
Base Plate
b)
KEP's Nut
c)
Axle
d)
Standoff
14.
What is the name of this part?
a)
Keps Nut
b)
Nylock Nut
c)
Screw
d)
Collar
15.
What is the name of this part?
a)
Nylock Nut
b)
Keps Nut
c)
Screw
d)
Collar
16.
What is the name of this part?
a)
Screw
b)
Nail
c)
Thingy
d)
Keps Nut
17.

What behavior will the VR Robot perform if the condition of the Left Bumper Sensor being pressed is TRUE?

a)

The VR Robot will continue to drive forward forever.

b)

The VR Robot will drive in reverse for 50 millimeters (mm) and then turn left for 90 degrees.

c)

The VR Robot will stop moving.

d)

The VR Robot will drive forward for 50 millimeters (mm) and then turn right for 90 degrees.

18.

Which of the following best explains why a [Repeat until] block was used in this project instead of a [Wait until]?

a)

Using a [Wait until] block would block the project flow. The VR Robot would be waiting until the Down Eye Sensor detected red before doing anything else. This would cause the VR Robot not to move.

b)

Using a [Wait until] block allows the robot to drive forward for 300 millimeters (mm) and then turn right for 90 degrees, forever.

c)

Using a [Wait until] block allows the condition of an object being detected to be constantly checked. This allows the VR Robot to drive toward an object when it is detected and turn if not.

d)

Using a [Wait until] block allows the conditions of the [If then else] block to be skipped. This allows the project flow to execute much faster, as the condition of an object being detected only need to be checked once in the project.

19.

Which of the following would result in the robot driving in a square?

a)
b)
c)
d)
20.

How many times will the robot turn left in this code?

a)

Only once.

b)

Two times.

c)

Three times.

d)

Four times.

21.

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

a)

By placing the drive forward and turn blocks in a [Repeat] block that repeats four times.

b)

By placing the drive forward block in a [Repeat] block that repeats four times.

c)

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

d)

By changing all of the parameters of the drive forward blocks to 400mm instead of 200 mm.

22.

What part of the block do you

select to change the direction of the drive forward block?

a)

1

b)

2

c)

3

d)

4

23.

What does this block do?

a)

runs code when the program is started.

b)

turn the robot right.

c)

moves the robot forward.

d)

stops the robot from moving.

24.

What behavior will the VR robot perform if the condition of the Left Bumper Sensor being pressed is TRUE?

a)

The VR robot will continue to drive forward forever.

b)

The VR robot will drive in reverse for 50mm and then turn left for 90 degrees.

c)

The VR robot will stop moving.

d)

The VR robot will drive forward for 50mm and then turn right for 90 degrees.

25.

In this project, how many times will the [Drive] block be repeated?

a)

It will be repeated forever.

b)

It will repeat 100 times.

c)

It will repeat 90 times.

d)

It will repeat once.

26.

What is the order in which behaviors will be executed in this project?

a)

Drive Forward until Left Bumper is pressed, Turn right for 90 degrees, Drive Forward until Left Bumper is pressed, Turn Left for 90 degrees, Drive Forward.

b)

Drive Forward; Turn Right for 90 degrees; Drive Forward when Left Bumper is pressed; Turn Left for 90 degrees\: Drive Forward when Left Bumper is Pressed.

c)

Drive Forward until Right Bumper is pressed, Turn Left for 90 degrees, Drive Forward, Turn Left for 90 degrees, Drive Forward.

d)

Drive Forward,Turn Right for 90 degrees, Drive Forward until Left Bumper is pressed, Turn Left for 90 degrees, Drive Forward until Left Bumper is Pressed.

27.
a)

Radio

b)

Motor

c)

Brain

d)

Battery

28.
a)

Inserts

b)

Telephone Cables

c)

Battery Cables

d)

Smart Cables

29.
a)

Battery

b)

Brain

c)

Motor

d)

Radio

30.
a)

Smart Cable

b)

Battery Cable

c)

Connector Cable

d)

Rubber Band

31.

Explain the steps to troubleshoot a 'sensor not working' error in Vex V5 Code.

a)

Check the physical connection, verify sensor configuration, test using sample code, consider replacement or seek technical support

b)

Update the Vex V5 Code software

c)

Unplug all sensors and restart the robot

d)

Ignore the error and continue using the sensor

32.

How can you troubleshoot a 'program not downloading' issue in Vex V5 Code?

a)

Check USB cable connection, ensure V5 Brain is turned on, and verify correct port selection

b)

Check the weather forecast

c)

Restart the computer

d)

Replace the V5 Brain with a different model

33.

What is this? Hint: It is the kind we will use in class.

a)

VEX Falcon 500 Motor

b)

VEX 393 Motor

c)

VEX V5 Motor

d)

VEXIQ Smart Motor