Difficulty: Easy
Correct Answer: LOW
Explanation:
Introduction / Context:
Digital systems can define logic levels using either positive or negative logic conventions. In positive logic, a higher voltage represents logic 1; in negative logic, the mapping is inverted. This question ensures clarity about what “logic HIGH” means under negative logic.
Given Data / Assumptions:
Concept / Approach:
Logic conventions are labelings applied to the same physical voltage windows. Negative logic simply swaps the semantic labels: low voltage corresponds to logic 1 (HIGH), and high voltage corresponds to logic 0 (LOW). The electronics do not change; only the interpretation does.
Step-by-Step Solution:
Verification / Alternative check:
Truth tables can be reinterpreted by swapping labels; hardware remains identical while logical naming changes, confirming the mapping.
Why Other Options Are Wrong:
HIGH: that is the positive-logic mapping, not negative logic.
off: not a standard logic-level designation; ambiguous.
uncertain: implies the indeterminate region, not a defined logic level.
Common Pitfalls:
Equating “HIGH” with “high voltage” universally; always check whether the system uses positive or negative logic before labeling signals.
Final Answer:
LOW
Discussion & Comments