A latch is commonly used to
-
interface input devices
-
interface output devices
-
interface memory
-
interface DMA
B
Correct answer
Explanation
Output port latches hold data steady for external devices while the CPU continues other tasks. This prevents data from changing during the peripheral device's read operation. Input ports may also use latches, but output latching is more critical for timing.