Difficulty: Easy
Correct Answer: Yes — LOW, HIGH, or high-impedance (floating) when disabled.
Explanation:
Introduction / Context:
Tri-state (three-state) outputs are essential for shared buses. By adding an enable control, the output driver can disconnect from the line, allowing multiple devices to share the same signal path without contention.
Given Data / Assumptions:
Concept / Approach:
With OE asserted, the output driver actively drives LOW or HIGH. With OE deasserted, both pull-up and pull-down devices are turned off, leaving the pin in a high-impedance state. External pull-ups/downs or bus keepers may define the idle level.
Step-by-Step Solution:
Verification / Alternative check:
Datasheets specify three-state characteristics, including IOZ (leakage currents) and enable/disable timing parameters.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to include pull resistors or bus keepers; enabling two drivers simultaneously causing bus contention and potential damage.
Final Answer:
Yes — three-state outputs provide LOW, HIGH, or high-impedance.
Discussion & Comments