Robtics 1 Final Exam Full

studied byStudied by 7 people
0.0(0)
get a hint
hint

1._________ are used to protect your eyes.

1 / 115

Tags and Description

116 Terms

1

1._________ are used to protect your eyes.

safety glasses

New cards
2

A _________ is commonly used to reduce the friction of rotating parts in a machine.

bearing

New cards
3

A __________ is a device used to connect the transmitter directly to the Vex controller.

tether

New cards
4

A 1/4-20 x 0.50" screw has how many threads per inch?

20

New cards
5

A Servo Module can rotate _________.

continuously

New cards
6

A Vex motor is:

a device that converts electrical energy into mechanical energy

New cards
7

How many joysticks control the robot's drive train in Arcade control?

one

New cards
8

How many joysticks control the robot's drive train in Tank control?

Two

New cards
9

. How many programs can be stored in the Vex controller's memory?

one

New cards
10

If an injury occurs in the classroom, what is the first thing you should do?

report it to your teacher

New cards
11

11 If two gears are set up with a center-to-center distance that is too long they will ________.

mesh loosely or not mesh at all

New cards
12

If you are missing a component from your kit, you should __________.

report it to your teacher

New cards
13

Moving the right joystick up in the vertical direction while in Arcade control __________.

moves both left and right side of the robot forward

New cards
14

Never wear _______ in the shop area.

sandals

New cards
15

Reduced power and response time of the motors is an early indicator of:

low battery

New cards
16

Select the answer that best describes "center of gravity":

a measure of robot stability

New cards
17

The ________ is the brain of the robot.

controller

New cards
18

The __________ code inside the Vex controller allows you to configure and operate the Vex robot without having to program the robot.

default

New cards
19

The __________ step of the engineering design cycle allows designers to be creative and think outside of the box.

brainstorming

New cards
20

The ____________ signal from the robot controller instructs the robot to do something.

output

New cards
21

To protect yourself and others from harm in the classroom you should:

keep your work area clean and orderly

New cards
22

Transmitter signals radiate from the __________.

tip of the transmitter antenna

New cards
23

Vex jumper clip is used to __________.

close two open points in a circuit on the controller

New cards
24

What are the two signals that make up an FM radio wave?

carrier signal and information signal

New cards
25

What color is the connector on a Motor Module?

blue

New cards
26

What is voltage drop?

a decline in the amount of current stored in a battery

New cards
27

Which description below best characterizes a bolt?

a fastener with external threads specified to match a nut

New cards
28

Which of the following is not a component of a robotic system?

program

New cards
29

Which of the following is not a main attribute of a screw:

color

New cards
30

Which of the following is not a step of the engineering design cycle?

iteration

New cards
31

Which of the following is not a subsystem of the BaseBot?

wheel

New cards
32

Which of the following is not an engineering notebook requirement?

perforated paper for easy removal

New cards
33

Why is it important to organize all the inventory of robotic components?

to easily locate the robotic components needed for assembly

New cards
34

You should never operate a Vex motor without a _______.

clutch

New cards
35

Your robot uses the standard called:

802.11g

New cards
36
  1. "CW" is an abbreviation for:

clockwise

New cards
37
  1. A "char" variable type is 8 bits. This means:

it can hold 256 possible values

New cards
38
  1. A "signed" variable type is one that:

can hold either positive or negative number values

New cards
39
  1. A "syntax" error is when:

a program error prevents compilation

New cards
40
  1. A for() loop is used to:

execute a section of code a certain number of times

New cards
41
  1. A PWM value of 0 will cause a Motor Module to:

stop moving

New cards
42
  1. A PWM value of 127 will cause a Motor Module to:

turn full speed CCW

New cards
43
  1. A while() loop is used to:

execute a section of code until a condition is met

New cards
44
  1. An autonomous robot is one that:

uses its own intelligence or program to handle different situations

New cards
45
  1. An if-else statement is used when:

you need to do one thing or the other but not both

New cards
46
  1. Assuming "headcount" is a variable of type unsigned char, and its current value is 175, what is the most you can add to it before it starts to wrap?

80

New cards
47
  1. Assuming that "final" is an int variable, what is the value of "final" after the following code fragment? final = 17; final /= 3; 5

5

New cards
48
  1. It is valid to nest a "while()" statement inside a "for()" loop:

always

New cards
49
  1. Signed ints versus unsigned ints:

wrap at a lower value

New cards
50
  1. The '==' symbol is used to:

perform a comparison with no assignment

New cards
51
  1. The "Begin" and "End" blocks are in your program to:

encapsulate your code between starting and ending points

New cards
52
  1. You have a bin full of good tires ("tires"), and you need to know how many will be left over ("leftovers") after you take out all the full sets of 4. The code would look like:

leftover = tires % 4

New cards
53
  1. The Wait() command will cause your program to:

pause for a certain number of milliseconds

New cards
54
  1. When you compile your program, you are:

converting your C program machine language

New cards
55
  1. A 10-tooth driver gear meshes with a 20-tooth idler gear, which in turn, meshes with a 40-tooth driven gear. What is the gear ratio of the gear train?

1 to 4

New cards
56
  1. A 12 tooth gear is driven by a 36 tooth gear attached to a motor that produces 90 oz·in of torque. How much torque will be provided to the wheels?

30 oz·in

New cards
57
  1. A 2.0 kg robot will weigh how many pounds?

4.4 lbs.

New cards
58
  1. A 5 inch wheel rolls 5 revolutions on a horizontal surface without slipping. How far did the wheel travel?

78.5 inches

New cards
59
  1. A 5 lb force acting on a 5 inch wheel will produce a torque of:

200 oz·in

New cards
60
  1. A 60 tooth gear is driven by a 12 tooth gear attached to a motor that produces 80 oz·in of torque. How much torque will be provided to the wheels?

400 oz·in

New cards
61
  1. A force of 25 lbs acting on a 6 in. wrench yields a torque of:

12.5 ft·lbs

New cards
62
  1. A motor works because of thousands of wire loops called:

windings

New cards
63
  1. A robot has wheels with a 2.75 inch radius spinning at 100 RPM. How fast can it go?

14.4 ft/s

New cards
64
  1. A robot has wheels with a 3 inch radius spinning at 100 RPM. How fast can it go?

2.6 ft/s

New cards
65
  1. A torque of 99 ounce·inches acting on a 6 in. wheel produces a force of:

2.1 lbs

New cards
66
  1. Acceleration is defined as the change in:

velocity divided by the time it took.

New cards
67
  1. Accelerations are produced by:

forces

New cards
68
  1. An electric motor is useful because it turns electricity into:

mechanical energy.

New cards
69
  1. Cars and robots are not limited by the amount of energy they use, but by the rate at which they use the energy. This is an example of limitation by what?

Power

New cards
70
  1. Find the work done when a block is moved a distance of 3 ft. by a force of 15 lbs.

45 lb-ft

New cards
71
  1. Friction is a force that always acts____.

opposed to the object's motion

New cards
72
  1. How can you increase the torque supplied by the Vex motors?

Change the gear ratio

New cards
73
  1. How much does robot weigh if its mass is 0.125 slug?

4 lbs.

New cards
74
  1. If the BaseBot travels 15 ft. in 6.7 seconds, what is the average speed?

2.2ft/s

New cards
75
  1. In order for the Basebot to roll up a 10° slope it must exert a force that is at the very least equal the forces that work against it. If the forces acting downhill total 2.5 lbs, how much power is produced if the robot travels uphill at 1 ft/s?

2.50 lbs-ft/s

New cards
76
  1. Newton's 2nd Law says:

force equals the product of the mass and acceleration

New cards
77

On a gear, the fulcrum is:

the center of the gear

New cards
78
  1. Rubber on floor tile has a coefficient of kinetic friction of 1.0 and a coefficient of static friction of 2.0. How much force would a 3.5 lb. robot need to produce in order to start moving?

7.0 lbs.

New cards
79
  1. The Basebot is propelled forward when the wheels:

roll

New cards
80
  1. The BaseBot starts at rest and accelerates to a speed of 1.6 ft/s in 2.3 seconds. What was the acceleration of the BaseBot?

8.3 in/s2

New cards
81
  1. The kinetic friction of one object sliding along a surface depends LEAST upon:

the area of contact

New cards
82

The motors on the robot act with a 5 lb. force to move the robot and friction acts with 1 lb. force. What is the net force acting on the robot?

4 lbs

New cards
83
  1. The motors used in the VEX robotics kit are:

hobby servos

New cards
84
  1. The part of the motor that turns is typically called the:

rotor

New cards
85
  1. The strength of a battery's charge is measured in:

volts

New cards
86
  1. Torque acting on an object produces:

rotation

New cards
87
  1. Torque is:

force times moment arm length

New cards
88
  1. Velocity can be defined as:

displacement traveled divided by the time it took

New cards
89
  1. What amount of force is necessary to move a robot that weighs 4 lbs. at an acceleration of 12 ft/s^2?

1.5 lbs

New cards
90
  1. What is the wheel rollout of a 6 inch wheel in feet?

1.57 ft

New cards
91
  1. When using gear trains in a robot, trade-offs must be made. If the robot needs to increase torque, there will be a proportional trade-off in what?

speed

New cards
92
  1. Which of the following formulas will NOT determine the gear ratio of a gear train?

the pitch in the driven gear divided by the pitch in the driver gear

New cards
93
  1. Which of the following is a gear head motor?

modified hobby servo

New cards
94
  1. Which of the following is a rechargeable wet cell battery?

lead acid

New cards
95
  1. Which of the following is not a dry cell battery?

lead acid

New cards
96
  1. Which of the following is NOT a unit of measure for angular velocity:

m/s

New cards
97
  1. Which parameter is important when two different diameter gears need to mesh properly?

pitch

New cards
98
  1. Which type of gears does the Vex robotics kit contain?

spur

New cards
99
  1. Why is it more difficult for a robot to start moving than it is to keep moving after it is in motion?

the coefficient of static friction is greater than the coefficient of kinetic friction

New cards
100
  1. Work is done when an object is moved a certain distance by which of the following?

force

New cards

Explore top notes

note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 36 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 182 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 4 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard92 terms
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard23 terms
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard42 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard28 terms
studied byStudied by 295 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard100 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(5)
flashcards Flashcard76 terms
studied byStudied by 17 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard153 terms
studied byStudied by 3 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard256 terms
studied byStudied by 175 people
Updated ... ago
5.0 Stars(3)