Difficulty: Easy
Correct Answer: Tristate
Explanation:
Introduction / Context: Many bused systems require multiple devices to share a common signal line. To avoid contention, devices place their outputs in a high-impedance (Hi-Z) state when not actively driving. In TTL and CMOS, this is called “tristate.”
Given Data / Assumptions:
Concept / Approach: Tristate outputs use additional transistors to isolate the output driver from the pin under disable conditions. This prevents two drivers from forcing opposite levels simultaneously, which would cause excessive current and potential damage.
Step-by-Step Solution:
Identify the feature: three-state ability.Match the name: “Tristate” explicitly denotes three output states.Therefore, the correct choice is Tristate.Verification / Alternative check:
Standard TTL/CMOS buffer datasheets label outputs as 3-state or “tristate,” controlled by OE pins.Why Other Options Are Wrong:
Triswitch, Triinput, Trident: Not standard TTL nomenclature for three-state outputs.Common Pitfalls:
Confusing tri-state with open-collector; tri-state can both source and sink when enabled.Leaving buses without proper pull-ups/terminations when needed.Final Answer:
Tristate
Discussion & Comments