Difficulty: Easy
Correct Answer: be unpredictable; it may go HIGH or LOW
Explanation:
Introduction / Context:
CMOS inputs have extremely high impedance. If an input pin is left unconnected (open), it can accumulate charge or pick up noise, leading to undefined logic levels. Understanding this behavior prevents intermittent faults and excessive power consumption.
Given Data / Assumptions:
Concept / Approach:
A floating CMOS input can drift to any voltage within the valid range due to leakage and coupling. The gate threshold region can be crossed unpredictably, causing the output to switch or even oscillate. This can also increase static current if input hovers in the transition region, stressing the device.
Step-by-Step Solution:
Verification / Alternative check:
Datasheets recommend using defined pull-ups or pull-downs, or never leaving CMOS inputs floating. Simulation of an input with a large resistance to mid-supply shows unstable behavior and increased supply current.
Why Other Options Are Wrong:
Common Pitfalls:
Leaving unused inputs floating; assuming TTL-like default highs; overlooking the power penalty of inputs stuck near threshold.
Final Answer:
be unpredictable; it may go HIGH or LOW
Discussion & Comments