Difficulty: Easy
Correct Answer: six inverters in a single package
Explanation:
Introduction / Context:
IC datasheets and catalogs often describe logic packages with counts like “dual,” “quad,” and “hex.” Understanding this shorthand helps engineers pick appropriate parts and pinouts without confusion during schematic capture and PCB layout.
Given Data / Assumptions:
Concept / Approach:
A “hex inverter” is an IC containing six independent inverter gates, each with one input and one output, all sharing power pins. The device provides multiple identical functions in one package to save board area and routing complexity.
Step-by-Step Reasoning:
Interpret “hex” as six.Associate with inverter function (NOT gate).Conclude: the package contains six separate inverters.
Verification / Alternative check:
Review a standard part like 74HC04: the pinout shows six inverter sections labeled A–F. Each section operates independently within the same IC.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
six inverters in a single package
Discussion & Comments