Difficulty: Easy
Correct Answer: A point that is programmable
Explanation:
Introduction / Context:PLD documentation often shows a grid: input signals (and sometimes their complements) run one way; product terms run the other. Small dots indicate whether a connection exists between a signal line and a product/sum term. Understanding this notation is essential when interpreting fuse maps or logic array diagrams.
Given Data / Assumptions:
Concept / Approach:A “dot” marks a programmed connection at a crosspoint, meaning that the corresponding signal participates in the product term (or sum term, in a PLA). Erasing the dot means the connection is absent. In older fuse-link devices, blowing a fuse removes the connection; in EEPROM/Flash-based PLDs, a memory bit enables or disables it.
Step-by-Step Solution:
Identify the grid: signals vs. product/sum terms.Interpret a dot as an enabled crosspoint connection.Recognize that programming sets these dots; reprogramming changes them.Therefore, a dot indicates a programmable (enabled) connection.Verification / Alternative check:Device manuals show sample arrays where adding/removing a dot changes the implemented Boolean expression.
Why Other Options Are Wrong:
Common Pitfalls:Confusing polarity bubbles with programmable dots; bubbles indicate inversion, dots indicate connections.
Final Answer:A point that is programmable
Discussion & Comments