This component opposes current flow.
What is a resistor?
This gate's unique out put is low when all inputs are high.
What is a NAND Gate?
A line of code that decides.
This is a simple system that can be represented with 'black-white', 'up-down', 'in-out', or '1-0'.
What is binary?
This was the second man to step on the moon.
Who is Buzz Aldrin?
This concept defines the relationship among current, resistance, and voltage.
What is Ohm's Law?
This logic gate can be used to build any logic function.
What is a NAND or NOR gate?
A script of code that repeats conditionally.
What is a loop?
This expression is an example of this Boolean Law:
A(B + C) = AB + AC
What is the Distributive Law?
This astronaut wet his pants prior to launch.
Who is Alan Shepard?
This component can illuminate when biased properly.
What is a Light Emitting Diode?
This amount of digital storage can have 256 variations.
What is a byte?
This type of variable cannot usually be used for division.
int
This digital value is represented with this binary value:
"11011"
What is "27"?
This country used "weather balloons" to spy on other countries, in the 1940's.
What is the United States?
This formula can determine total resistance in a parallel circuit.
Rt == 1 / 1/r1 + 1/r2 + 1/r3 + etc...
This type of memory is volatile.
What is RAM?
These are pieces of code that can be used within someone else's program.
What is a library?
This circuit converts coded information into an uncoded form.
This will be the second nation to land humans on the moon.
What is China?
This component can operate as a switch with no moving parts.
What is a diode, or what is a transistor?
This type of circuit can be toggled by clock pulses.
What is a JK Flip-Flop?
These are used for counting and controlling repetitions.
What is a For loop or While loop?
This number system is used to subtract numbers using an addition circuit.
What is 2's complement?
Three-input NAND gates were used to build the computer for this space program.
What is Apollo?