Difficulty: Easy
Correct Answer: binary states 1010 to 1111
Explanation:
Introduction / Context:
Decade (BCD) counters represent decimal digits (0 through 9) in binary-coded decimal. After reaching 1001 (decimal 9), they reset to 0000 and do not pass through states representing 10–15 in pure binary. Recognizing the skipped range is essential in counter design and state-diagram logic.
Given Data / Assumptions:
Concept / Approach:
Binary states from 1010 to 1111 correspond to decimal 10 through 15. In BCD counting, these states are inhibited or quickly forced back to 0000 via synchronous or asynchronous reset logic.
Step-by-Step Solution:
Verification / Alternative check:
BCD truth tables and 74xx decade counter datasheets (e.g., 7490/7493 derived designs with gating) confirm reset at 10.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments