wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Auton.Movement VEX V5(sum3Q3)

Total questions: 25

Worksheet time: 14mins

Name
Class
Date
1.

The process of writing out sequential order of robotic "behaviors and actions" in english (or common language) to plan for writing code:

a)

Brainstorming

b)

Thumbnail Sketch

c)

Psuedocode

d)

Autonomous

2.

_________________, is any action that a robot can perform.

a)

Code

b)

Variables

c)

Controls

d)

Behaviors

3.

Which term best describes a robot that functions completely on its own with no external control such as a joystick.

a)

Manual

b)

Automatic

c)

Autonomous

d)

Sensory

4.

Which of the following are example of robotic "actions & behaviors" (selct all that apply)

a)

If/Then Comand

b)

Turn Right or Left

c)

When Sensor Detect Red

d)

Stop

5.

The "system" for moving a robot with wheels is called the "chassis".

a)

True

b)

False

6.

In a robot drivetrain, a four wheel system, the distance between front and rear tire is called _________.

a)

Track Width

b)

Wheel Base

c)

Wheel Diameter

d)

Range of Motion

7.

Which "Code Block" becomes active as you add motors to a robot?

a)

Controls

b)

Movement

c)

Motion

d)

Variables

8.

Best description:

a)

Robot will turn 45 degrees

b)

Shoulder Motor 4 with rotate arm to 45 degrees

c)

Drivetrain will climb an incline of 45 degrees

d)

Motor will activate when the temperature of 45 degrees is detected

9.

Describe what you see:

a)

Joystick controlled robot

b)

Charging a Joystick

c)

Wireless program download

d)

A "teathered" Joystick

10.

Which of the following computer languages can be used in VEX V5? (select all that apply)

a)

C++

b)

Python

c)

Codeblocks

d)

Scratch

11.

Which of the following describes how far an object can rotate before hitting a limit?

a)

Range of Motion

b)

Range of Flexibility

c)

Scope of Movement

d)

Scope of Motion

12.

Which of the following code blocks is used to repeat the blocks inside of it for s set number of times?

a)

Forever

b)

Repeat

c)

Wait Until

d)

Break

13.

What are these blocks used for?

a)

Distance Greater Than 50

b)

Distance Less Than 50

c)

Distance Equal to50

d)

Distance Sensing

14.

Icon button used for:

a)

Alaternate between Block and Text Code

b)

Add Devices

c)

Building Code Blocks

d)

Program V5

15.

Commonly used with ______ Control Blocks.

a)

Forever

b)

If - Then

c)

If - Then - Else

d)

Repeat

16.

Why is it very important to state drivetrain size specification in VEX V5?

a)

Improve Distance Accuracy

b)

Improve Turning Accuracy

c)

Accurate Speed Control

d)

Minimize Vibration

17.

V5 motors have interchangable gearboxes

a)

True

b)

False

18.

Which "Gearbox" would be best for lifting heavy objects?

a)

Red

b)

Green

c)

Gold

d)

Blue

19.

In VEX V5, what is the default velocity speed?

a)

100%

b)

80%

c)

50%

d)

25%

20.

In VEX V5, distance can be set in inches or centimeters.

a)

False

b)

True

21.

Interpret this code. (multiple Choices

a)

Controller 2 moves arm

b)

Button R1 moves arm up

c)

Button R2 moves arm down

d)

Button R2 moves arm up

22.

Interpret and select all that apply:

a)

Motor will move to 270 degree location

b)

After 2 seconds, motor will return to position of 0 degrees

c)

Drive motor will timeout and stop after 2 seconds

d)

Arm Motor will lift intil 270 degrees

23.

These "Operator Limits & Parameters" are used with :

a)

Looks Blocks

b)

Variable Blocks

c)

Control Blocks

d)

Distance Blocks

24.

What function does this button perform?

a)

Toggle between blocks and RobotC languages

b)

Change between Blocks, Python and C++ languages

c)

Change code display, larger or smaller.

d)

Used to set "variable limits"

25.

True or Flase:  Buttons, not toggles, are used to drive this robot?

a)

False

b)

True