Hydraulic Power
Pneumatic Power
Fluid Power Principles
Gas Laws
ROBOTC Programming
100

This type of system uses a nearly incompressible liquid to transmit power under pressure.

What is hydraulics?

100

This type of fluid power system uses a compressible gas instead of a liquid.

What are pneumatics?

100

This basic component stores hydraulic fluid or compressed air in a system.

What is a reservoir (or receiver tank)?

100

This law states that gas pressure and volume are inversely related at constant temperature.

What is Boyle’s Law?

100

This is a named storage location in memory that can hold and change a value.

What is a variable?

200

These systems transmit force and energy primarily by fluid pressure rather than rapid flow.

What are hydrostatic systems?

200

Unlike liquids, gases behave like this mechanical device when compressed.

What is a spring?

200

This quantity determines how fast an actuator moves and is measured in gallons per minute.

What is flow rate?

200

This law states that gas volume changes proportionally with temperature at constant pressure.

What is Charles’ Law?

200

This data type stores numbers with decimal points.

What is a float?

300

This law states that pressure applied to a confined fluid is transmitted equally in all directions.

What is Pascal’s Law?

300

Standard pneumatic systems typically operate around this pressure value.

What is 100 psi?

300

This quantity overcomes resistance in a fluid power system but does not create motion by itself.

What is pressure?

300

This law relates gas pressure and temperature while volume remains constant.

What is Gay-Lussac’s Law?

300

This type of variable remembers whether an event has ever occurred.

What is a flag?

400

This term describes the ratio of output force to input force in a hydraulic press.

What is mechanical advantage?

400

This early pneumatic device was used by blacksmiths to supply air to fires.

What are bellows?

400

This form of energy is lost when system energy is not transferred into useful work.

What is heat?

400

This absolute temperature scale is used in gas law calculations and equals °F + 460.

What is Rankine?

400

This structure repeatedly executes code as long as a condition remains true.

What is a while loop?

500

As fluid velocity increases, pressure decreases according to this principle.

What is Bernoulli’s Principle?

500

This pressure includes both atmospheric pressure and gauge pressure.

What is absolute pressure?

500

In fluid power, one horsepower equals this flow–pressure relationship.

What is 1714 (gpm × psi)?

500

Standard atmospheric pressure is equal to this value.

What is 14.7 psi?

500

These blocks of reusable code are declared, defined, and then called.

What are functions?