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