Difficulty: Easy
Correct Answer: A bubble indicates active-LOW.
Explanation:
Introduction / Context:
Schematic symbols use small visual cues to convey polarity (active level). Decoders, encoders, and flip-flops often show bubbles on pins to indicate inversion. Correctly interpreting these “bubbles” is essential to avoid wiring a system with the wrong polarity and getting inverted behavior.
Given Data / Assumptions:
Concept / Approach:
A bubble indicates an inverting relationship. On an output, the presence of a bubble means the output is asserted when the internal “true” signal is LOW at the pin—i.e., the output is active-LOW. Similarly, a bubble on an input means that signal is interpreted in its complemented sense (active-LOW input). No bubble implies active-HIGH behavior.
Step-by-Step Solution:
Verification / Alternative check:
Compare with truth tables of standard decoder ICs (e.g., 74xx138 with active-LOW outputs) whose symbols show bubbles on outputs.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting that a bubble flips the sense of the signal and that multiple bubbles in series can cancel the inversion.
Final Answer:
A bubble indicates active-LOW.
Discussion & Comments