Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
Real-world sequential circuits must consider power-up behavior. Without deterministic initialization, storage elements can power up in either state due to device mismatch, leakage, and noise, leading to unpredictable system behavior.
Given Data / Assumptions:
Concept / Approach:
Absent a designed initialization path, startup state is indeterminate. Designers add RC reset networks, dedicated POR (power-on reset) ICs, or assert asynchronous CLR/PRE to force known states. Therefore, claiming the state is “always SET” is incorrect; it may be set, reset, or metastable before settling.
Step-by-Step Solution:
Verification / Alternative check:
Examine datasheets: many specify “undefined at power-up” and recommend external reset. Simulation with uninitialized nodes also shows indeterminate initial state until forced.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming symmetric devices pick a consistent state; forgetting POR requirements; relying on simulation defaults that silently initialize to zeros or ones.
Final Answer:
Incorrect
Discussion & Comments