GMDSS Trainer
Subelement E: Digital Logic— Topic 34: Logic Gates

Question 3-34E3

Element 3 (GROL)

What is a characteristic of an OR gate?

Explanation
An OR gate is a fundamental component in digital logic circuits, widely used in amateur radio equipment for control systems, microcontrollers, and data processing. Its behavior is analogous to a parallel connection in an electrical circuit where current flows if *any* of the switches are closed. Specifically, an OR gate will produce a logic "1" (high voltage, or "true" state) at its output if one or more of its inputs are at a logic "1". The only scenario where an OR gate's output is a logic "0" (low voltage, or "false" state) is when *all* of its inputs are logic "0". Therefore, option A correctly describes this characteristic. The other options describe different logic gates: * Option B (output "0" if any input is "1") describes a NOR gate. * Option C (output "0" if all inputs are "1") describes a NAND gate or XOR gate for multiple inputs. * Option D (output "1" if all inputs are "0") also describes a NOR gate. Understanding these basic logic gates is key to comprehending and troubleshooting digital circuits in amateur radio.

Ready to test your knowledge?