wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Robotics Exam

Total questions: 60

Worksheet time: 3600secs

Name
Class
Date
1.

Which of the following tools is best suited to precisely measure the inner dimension of a piece of C-Channel?

a)

Measuring Tape

b)

Caliper

c)

Square

d)

Compass

2.

Which of the following tools is best suited to measure the length of a piece of metal that was the size of your desk?

a)

Caliper

b)

Ruler

c)

Measuring Tape

d)

Square

3.

Which of the following is not a type of component failure?

a)

Stripping

b)

Cross Threading


c)

Slipping

d)

Shearing

4.

Single points of attachment keep parts from _______________, but don't stop the parts from _______________. 

a)

coming apart, rotating

b)

rotating, coming apart

c)

bending, rotating

d)

rotating, bending

5.

What type of reinforcement is demonstrated in this picture?

a)

Bracket Reinforcement

b)

Diagonal Bracing

c)

Additional Attachment Points


d)

Spot Welding


6.

What type of reinforcement is demonstrated in this picture?

a)

Bracket Reinforcement

b)

Diagonal Bracing

c)

Additional Attachment Points

d)

Spot Welding

7.
a)

Bracket Reinforcement

b)

Diagonal Bracing


c)

Additional Attachment Points

d)

Spot Welding

8.

What type of drawing is depicted in this image?

a)

Outline Drawing

b)

Assembled Drawing

c)

Prototype Drawing

d)


Exploded Drawing

9.

What type of drawing is depicted in this image?

a)

Outline Drawing

b)

Assembled Drawing

c)

Prototype Drawing

d)

Exploded Drawing

10.


If the _______________ is _______________ the support base, the structure stays standing. If it is not, it tips over.

a)

center of mass, near

b)

center of gravity, over

c)

center of mass, heavier than

d)

center of gravity, below

11.

A wheel that is on the same axle or shaft as a motor is said to be _______________.

a)

Indirectly Driven

b)

Directly Driven

c)

Indirectly Advantaged

d)

Directly Advantaged

12.


What is the name of the following component?

a)


Wheel

b)

Sprocket

c)

Gear

d)

Circle Bracket

13.

True or False. Gears may be used to transmit force from one location to another.

a)

True

b)

False

14.

The amount of speed and strength change in the force transmitted along a gear train is described as _______________.

a)

Amplitude

b)

Force Range

c)

Mechanical Advantage

d)

Rotational Force

15.

_______________ is the term used to describe the strength of rotational force.

a)


Speed

b)

Torque

c)

Mass

d)

Velocity

16.

Based on this drawing, what is the speed increase from the motor to the wheel, due to the gear train?

a)

The wheel spins 4x for each rotation of the motor.

b)

The wheel spins 2x for each rotation of the motor.

c)


The wheel spins 6x for each rotation of the motor.

d)

There is no speed increase.

17.

True or False. In the following picture, both gears will turn at the same speed and in the same direction.

a)

True

b)

False

18.

What is the name of the following components?

a)

Bevel Gears

b)

Sprocket Gears

c)

Rack Gears

d)

Worm Gears

19.

Which type of component may be used to transfer rotational force into linear force?

a)

Rack Gears

b)

Crown Gears

c)

Bevel Gears

d)

Sprockets

20.

Which type of component may be used to transfer rotational force into linear force?

a)

Rack Gears

b)

Crown Gears

c)

Bevel Gears

d)

Sprockets

21.

Assume that there are two robots that are identical in every way, except for the size of their wheels. The robot with _______________ wheels will move _______________ than the other robot.

a)

larger, slower

b)

larger, faster

c)

smaller, faster

22.

Which of the following is true of larger wheels?

a)

The wheels travel shorter per rotation than smaller wheels

b)

The wheels travel farther per rotation than smaller wheels

c)

The wheels travel the same distance as smaller wheels

d)

The wheels moves slower

23.

Which of the following increases with more motors?

a)

Top speed

b)

Torque and pushing/pulling power

c)

Ability to turn precisely

d)


All of the above

24.

What is the purpose of a drivetrain?

a)

Delivers torque to the robot’s brain

b)

Connects the robot’s brain to its ports

c)

Delivers power to the robot’s wheels

d)


Connects the robot’s wheels to the robot’s brain

25.

What happens when the mecanum wheels apply force as shown 

a)

The forces combine and the resulting force is left.

b)

The forces that go to the side cancel each other out, so the resulting force is up.

c)

The forces combine and the resulting force is right.

d)

The forces that go to the side cancel each other out, so the resulting force is down.

26.

How are omni-wheels different from regular (traction) wheels?

a)


Omni wheels have better traction to climb hills

b)

Omni wheels expand and contract to go over different types of terrain

c)

Omni wheels have built-in rollers that rotate sidewaysOmni wheels are no different than regular (traction) wheels

d)

Omni wheels are no different than regular (traction) wheels

27.

What is the biggest advantage of a mecanum drive system?


a)

Robots can maneuver in tight spaces because it can move in any direction

b)


It is able to drive over loose parts or objects easily

c)

It is able to self-balance itself if the robot has a heavy weight on one side of a robot

28.

What are omni-wheels good at?

a)

Omni wheels are good at allowing the robots to slide sideways

b)

Omni wheels are good at centering weight of a robot even if the weight is imbalanced

c)

Omni wheels are good at not allowing something to push the robot sideways

29.

A robot's interface allows a user to...

a)


Interact with the robot

b)

Communicate with the robot

c)

Control the robot

d)


All of the above

30.


All C++ programs start with...

a)

VEX main ( ) { } 

b)

run main ( ) { } 

c)

int main ( ) { } 

d)

task main ( ) { } 

31.

What does the number 80 represent?

a)

X-position

b)


Y-position

c)

Circumference 

d)

Radius

32.

Which of the following punctuation marks represents the end of a single command?

a)

Semicolon 

b)


Colon 

c)

Comma

d)


Period

33.

A _______ is a series of commands that are completed in a specific order. 

a)


Parameter

b)

Sequence

c)

Command

d)

Program Flow

34.

True or false: A robot completes tasks in a sequence in a random order. 

a)

True

b)

False

35.

What error is shown in the sequence below?

a)

PenColor" should be lower case

b)

There should be a period at the end of each command instead of a semicolon

c)

"screen" in the first command should be uppercase 

d)


There are too many parameter values for the rectangles 

36.

Program Flow is referred to as...

a)


the way a robot executes a program from bottom-to-top. 

b)

the way a robot executes a program from top-to-bottom.

c)


the way a robot executes a program by alphabetical order.

d)

the way a robot executes a program in a random order. 

37.

How will this code be displayed on the Robot Brain screen? 

a)

There will be two circles of the same size and same color next to each other

b)


There will be two circles of the same size and same color overlapping each other

c)


The circles are the same size and same location. The yellow circle is not visible because the purple circle is on top of it. 

d)

The circles are the same size and same location. The purple circle is not visible because the yellow circle is on top of it. 

38.

The robotic subsystem that provides the ability to move is known as a…

a)


Drivetrain

b)

Arm


c)

Claw

d)

Sensor

39.

When your robot drives forward or reverse, it is following a linear path. When an object moves from one point to another in a straight line, it is known as ________________.

a)

Linear acceleration

b)

Linear movement

c)

A to B movement

d)

Forward movement

40.

The robotic subsystem that provides the ability to grab objects is the... 

a)


Drivetrain

b)


Arm

c)


Claw

d)

Sensor

41.


True or False: There is a direct proportional relationship between how much the motors spin, how much the wheels spin, and how much the robot moves. 

a)

True

b)

False

42.

I want my robot to drive forward for 350mm and then reverse back to where it started.  What would my program look like?

a)


Drivetrain.driveFor(forward, 350, mm); 
Drivetrain.driveFor(reverse, 350, mm); 

b)

Drivetrain.driveFor(forward, 350, mm);
Drivetrain.driveRev(reverse, 350, mm);

c)

Drivetrain(driveForward, 350, mm).
Drivetrain(driveReverse, 350, mm).

d)

Drivetrain.driveFor(forward, 350, mm);
Drivetrain.driveFor(reverse, 150, mm);

43.

If a motor on a VEX V5 Clawbot spins 4 times, this means that the wheel spins..

a)

2 times

b)

3 times

c)

4 times

d)

8 times

44.

How can the speed of a robot be increased?

a)

Push it harder

b)


Specify a higher velocity within the command

c)

Make sure that there is limited friction between the wheels and the surface it is driving on

d)

None of the above

45.

How can I make my robot turn left at a right angle?

a)

Drivetrain.turnFor(left, 180, degrees);

b)


Drivetrain.turnFor(left, 90, degrees);

c)


Drivetrain.turnLeft(90, degrees);

d)

Drivetrain.turnLeft(180, degrees);

46.

A helpful way to plan a program is to write a simple list of steps to code.  This process is known as...

a)


Precoding

b)

Simple coding

c)

Pseudocode

d)

Map coding

47.


True or False: The wheels on the VEX EDR V5 Clawbot can only turn at a 90-degree angle. 


a)

True

b)

False

48.

Rotational movement occurs when an object follows along a ________ path. 

a)

Curved

b)

Bumpy

c)

straight

d)

narrow

49.

Which of the following describes how far an object can rotate or slide before hitting some sort of limit?

a)

Range of Motion

b)

Range of Flexibility 

c)

Scope of Movement

d)

Scope of Motion

50.

When multiple gears are used to transmit motion and force, this is called a...


a)

Wheel chain

b)


Wheel train


c)

Gear chain

d)

Gear train

51.

True or False: The speed and torque increases along a geartrain are defined as Mechanical Advantage.

a)

True

b)

False

52.


If I want my robot to carry an object without dropping it, what brake type on the claw should I use?

a)


coast

b)

hold

c)

brake

d)

None of the above

53.


What does SPPA stand for?

a)

Sense, Program, Plan, Algorithm

b)

Sense, Perception, Plan, Act

c)

Sequence, Program, Plan, Act

d)


Sequence, Perception, Plan, Algorithm

54.

Which of the four robot capabilities allows a robot to comprehend where they are relative to the world?

a)

Act

b)


Plan

c)

Perception

d)

Sense

55.

True or False: Robots will do exactly what you tell them to do. 

a)

True

b)

False

56.

A waitUntil command...

a)

Holds program flow in that place

b)

Needs a true condition to proceed in program flow

c)


Helps a robot make a decision

d)

All of the above

57.

True or False: The Bumper Switch V2 allows the robot to sense light and colors.

a)

True

b)

False

58.

A _________, expresses a value that can either be true or false. 

a)

Program value

b)


Common value

c)

Boolean Value

d)

Algebraic value

59.

Which of the following is a Boolean condition from the program?

a)

(reverse)

b)

.drive

c)

velocityUnits::pct

d)


(rearBumper.pressing());

60.


What is a condition used for?

a)

It evaluates if a statement is true or false

b)

It ends program flow

c)

It senses physical collisions

d)

It reads multiple lines of code at once