Difficulty: Easy
Correct Answer: False
Explanation:
Introduction / Context:
This question tests knowledge about the scalability of basic logic gates. While introductory textbooks often show OR and AND gates with two inputs, in practice digital logic gates can have multiple inputs. Understanding this clears up a common beginner misconception.
Given Data / Assumptions:
Concept / Approach:
Boolean logic allows OR and AND with any number of inputs: A + B + C, or A * B * C, etc. In hardware, ICs are fabricated with 2-input, 3-input, 4-input, or even 8-input gates. Thus, the statement that they can have 'only two inputs' is false.
Step-by-Step Solution:
Verification / Alternative check:
Datasheets for TTL families (e.g., 74LS21: dual 4-input AND) confirm multi-input gates are widely available.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments