DPST is an abbreviation for this type of switch
What is Double Pole Single Throw?
This formula describes the mathematical relationship between Current, Resistance, and Voltage
What is Ohm's Law
This electrical component is used to store electrical charge in a circuit.
What is a capcitor?
This type of variable is used to store whole numbers
What is an integer?
There are this many inches in a foot
What is 12?
The LabVIEW development environment employs this style of programming
What is Graphical?
The type of switch represented by the schematic symbol pictured here
What is Double Pole Double Throw (DPDT)?
The electrical component represented by this schematic symbol
What is a resistor?
This polarized electrical component emits light when an electrical current passes through it
What is an LED?
This type of variable is used to store any numerical value including fractional values and those containing decimals places
What are floats?
or
What are doubles?
There are this many pounds in a kilogram
What is 2.2?
The LabVIEW control structure featured here executes the code contained within for a fixed number of iterations
What is a For Loop?
The style of switch featured in this image
What is Single Pole Single Throw (SPST)?
The resistors in the circuit diagram are in this configuration
What is parallel?
The component pictured here is used to easily vary the resistance in a circuit
What is a potentiometer?
True or False values are stored using this type of variable
What are boolean variables?
There are this many feet in a mile
What is 5280?
When programming in LabVIEW these are placed on the front panel to allow the user to input data and interact with the software
What are controls?
The style of switch pictured here
What is a slide switch?
In a series circuit, this is always constant
What is Current?
The electrical component pictured here is commonly used as an electrically controlled switch
What is a transistor?
Text and character data can be stored using this variable type
What is a string?
or
What is a char?
There are this many millimeters in an inch
What is 25.4?
The programming element featured here is used to store multiple data elements of different types and transfer that data along a single wire
What are clusters?
This type of switch is only engaged while actively being pressed
What is momentary?
The total resistance of the circuit pictured below
What is 18 kΩ?
This type of electrically controlled switch contains mechanical moving parts and utilizes an electrically controlled coil to help perform the switching action
What is a relay?
Unsigned integers cannot be this
What is negative?
There are this many days in one fortnight
What is 14?
This LabVIEW programming strategy is used to reduce complicated sections of code to a single icon in the block diagram
What are SubVIs?