Difficulty: Easy
Correct Answer: active-HIGH outputs
Explanation:
Introduction / Context:
Older SPLD parts (PALs/GALs) often use letter codes to denote output behavior and resources. For instance, R, L, and H letters can indicate Registered outputs, active-Low outputs, or active-High outputs, respectively. Understanding these codes helps interpret datasheets and choose pin-compatible replacements.
Given Data / Assumptions:
Concept / Approach:
Historically, families such as PAL16L8 (L = active-Low outputs), PAL16H8 (H = active-High outputs), and PAL16R8 (R = registered outputs) follow a naming convention where the letter conveys output style. Therefore, “H” denotes active-High outputs for that device variant.
Step-by-Step Reasoning:
Verification / Alternative check:
Check part tables listing PAL16H8 vs PAL16L8. The latter explicitly states active-Low outputs, while the former specifies active-High, confirming the polarity implication of the letter code.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
active-HIGH outputs
Discussion & Comments