Difficulty: Easy
Correct Answer: logic
Explanation:
Introduction:
Digital circuits implement specific relationships between inputs and outputs. The formal description of this input-output mapping is central to analysis, design, and verification.
Given Data / Assumptions:
Concept / Approach:
The term “logic” (or logic function) denotes the rule set defining outputs for each input combination. It may be represented by truth tables, Boolean expressions, or logic diagrams. Wiring and physical layout do not by themselves define the functional mapping; they realize it physically.
Step-by-Step Solution:
Verification / Alternative check:
A truth table enumerates the circuit's logic. Simplified Boolean forms (e.g., SOP or POS) also specify the logic equivalently.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing implementation (gates, wiring, timing) with specification (logic). Timing adds constraints but the logic defines the functional correctness.
Final Answer:
logic
Discussion & Comments