Difficulty: Easy
Correct Answer: up count is active-LOW, the down count is active-HIGH
Explanation:
Introduction / Context:Many up/down counters have direction-control inputs whose active level determines the counting direction. Recognizing “active-LOW” or “active-HIGH” notation prevents wiring mistakes and logic inversions when designing control signals.
Given Data / Assumptions:
Concept / Approach:“Active-LOW up count” means the counter increments when the up-control input is at logic 0. “Active-HIGH down count” means the counter decrements when the down-control input is at logic 1, or when the same direction line (with defined polarity) selects down mode at logic 1.
Step-by-Step Solution:
1) Interpret the notation given with the device.2) Map active-LOW to logic 0 and active-HIGH to logic 1.3) Conclude which level selects each direction.4) Apply when wiring the direction control to avoid unintended counting.Verification / Alternative check:Consult a truth table: check that the counter steps up when UP=0 and steps down when DOWN=1 (or when a single DIR line uses the stated polarity).
Why Other Options Are Wrong:
Common Pitfalls:Ignoring active-LOW labels and assuming all controls are active-HIGH; forgetting required pull-ups/pull-downs.
Final Answer:up count is active-LOW, the down count is active-HIGH
Discussion & Comments