Difficulty: Easy
Correct Answer: negative logic
Explanation:
Introduction:
Logic conventions determine how physical voltages map to logical values. Two common conventions are positive logic and negative logic, which invert the mapping relative to each other.
Given Data / Assumptions:
Concept / Approach:
In positive logic, HIGH corresponds to 1 and LOW to 0. In negative logic, the mapping is reversed: HIGH corresponds to 0 and LOW corresponds to 1. Therefore, the described mapping is negative logic.
Step-by-Step Solution:
Verification / Alternative check:
Truth tables under negative logic can be transformed to positive logic by complementing signals and reinterpretation; functional behavior remains consistent when conventions are applied uniformly.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming negative logic is “wrong.” It is legitimate and often used in active-low control signals (e.g., enable_n).
Final Answer:
negative logic
Discussion & Comments