Difficulty: Easy
Correct Answer: Boundary scan
Explanation:
Introduction / Context:
JTAG (IEEE 1149.1) defines a standard interface and architecture for testing and debugging integrated circuits. Understanding which board-level test techniques rely on JTAG helps engineers plan for design-for-test (DFT), select connectors, and script automated tests in manufacturing.
Given Data / Assumptions:
Concept / Approach:
Among the options, “Boundary scan” is the board-level test methodology explicitly defined by IEEE 1149.1. It enables interconnect testing without physical probes by shifting test data into boundary cells and capturing responses. “EXTEST” is an instruction within boundary scan (not a procedure by itself). Bed-of-nails and flying-probe are physical probing methods, independent of JTAG, although they may be used in combination with JTAG on some lines.
Step-by-Step Solution:
Verification / Alternative check:
IEEE 1149.1 documentation describes boundary-scan test logic, instruction register, and opcodes (including EXTEST), confirming that boundary scan is the JTAG-based test methodology.
Why Other Options Are Wrong:
Common Pitfalls:
Conflating a specific JTAG opcode (EXTEST) with the overall standardized method (boundary scan). Also, assuming physical ICT/FP testing equals JTAG testing—many boards use both but they are distinct techniques.
Final Answer:
Boundary scan
Discussion & Comments