Gear Basics
Gear Ratios
Speed Changes
Loops & Programming
Robotics & Problem Solving
100

What is the gear that provides the input motion called?

Driving gear

100

What is a gear ratio?

A comparison between two gears (rotations or teeth)

100

If the driven gear is smaller, what happens to speed?

It increases

100

What does a loop do in coding?

Repeats a set of instructions

100

What device starts the robot shuffle when pressed?

Bumper switch

200

What is the gear that receives motion called?

Driven gear

200

How can a ratio be written?

As a fraction or with a colon (:)

200

If the driven gear is larger, what happens to speed?

It decreases

200

Which loop runs forever?

 Forever loop

200

What is an event in programming?

Something that triggers an action

300

What determines the size of a gear?

Number of teeth

300

What is the gear ratio of two equal gears?

1:1

300

If both gears are the same size, what happens to speed?

It stays the same

300

Which loop runs a set number of times?

Repeat loop

300

What is the first step when debugging?

Check Power, Ports, Programming

400

Which gear controls the output speed?

Driven gear

400

When using teeth, how is the ratio written?

Driven gear : Driving gear

400

Gear ratio 24 : 72 results in what speed change?

increase

400

Why are loops useful?

They reduce repetition and make code shorter

400

What planning tool helps organize an algorithm?

Flowchart

500

What is rotational speed usually measured in?

RPM (revolutions per minute)

500

What mathematical skill is used to simplify gear ratios?

Finding the greatest common factor (GCF)

500

Gear ratio 60 : 48 results in what speed change?

Decrease

500

What happens after a repeat loop finishes?

The program continues

500

Why is testing important in engineering?

To find problems and improve solutions