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:
Recall positive logic: high voltage → 1, low voltage → 0.Apply negative logic: invert the assignment.Thus, the lower voltage region is labeled as logical HIGH (1) under negative logic.Choose LOW as the correct voltage region for logic 1 in this convention.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