Difficulty: Medium
Correct Answer: nonmemory
Explanation:
Introduction / Context:Early programmable logic evolved from memory-derived approaches (e.g., PROMs used as look-up tables) to dedicated logic arrays. The FPLA marked a shift toward devices architected for logic implementation rather than simply repurposing memory structures.
Given Data / Assumptions:
Concept / Approach:Before PLAs/PLDs, PROMs were commonly used to implement logic via stored truth tables—fundamentally a memory technique. FPLAs provided a logic-centric fabric (programmable logic arrays) rather than a memory look-up, making them the first prominent nonmemory PLDs in common classification schemes.
Step-by-Step Solution:
Identify that “logic array” is generic and does not capture the contrast with memory-based PLDs.Recognize the taxonomy: memory-based vs. nonmemory PLDs.Choose “nonmemory” as the historically meaningful completion.Verification / Alternative check:Textbook timelines position PROM-based logic as precursors, followed by PLAs/FPLAs that implemented Boolean equations directly using programmable gate arrays, not addressable memory words.
Why Other Options Are Wrong:
Common Pitfalls:Confusing “field-programmable” with “nonvolatile”; mixing up FPLA with PLA or PAL; assuming all early PLDs were memory-derived.
Final Answer:nonmemory
Discussion & Comments