Question:medium

Which of the following statements is true?

Show Hint

- Memory-Mapped I/O: Common address space. Peripherals are treated like memory locations, allowing them to use all standard memory manipulation instructions. - I/O-Mapped I/O: Separate address space. Requires dedicated IN/OUT instructions.
Updated On: Jun 23, 2026
  • I/O-mapped I/O reduces instruction set size
  • I/O-mapped I/O increases addressable memory space
  • Memory-mapped I/O allows use of all memory instructions
  • I/O-mapped I/O increases instruction set size
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0