Unit 2 Electrical Circuits Vocabulary

123456789101112
Across
  1. 4. Physical electronic circuits that implement logical operations such as AND, OR, and NOT.
  2. 7. The amount of electrical power used over a period of time.
  3. 9. The flow of charged particles, such as electrons, through an electrical circuit.
  4. 10. The relationship among voltage, current, and resistance in a circuit, expressed as V=IxR.
  5. 11. A logical operator that produces true when at least one of the Boolean values is true. Often written as ||.
  6. 12. A logical operator that flips a true value to false, and a false value to true. It is a unary operator, meaning it takes only one input or condition.
Down
  1. 1. An instrument used to measure electrical current, voltage, and usually resistance.
  2. 2. A measure of the opposition to current flow in an electrical circuit.
  3. 3. The electrical potential difference between two points in a circuit.
  4. 5. An operator used to create logical relationships between Boolean values.
  5. 6. The rate at chich electrical energy is transferred or used in a circuit.
  6. 8. A logical operator that produces true only when both Boolean values are true. Often written as &&.