Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

ISRO | ISRO CS 2018 | Question 16

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Of the following, which best characterizes computers that use memory-mapped I/O?

(A) The computer provides special instructions for manipulating I/O ports
(B) I/O ports are placed at addresses on the bus and are accessed just like other memory locations
(C) To perform I/O operations, it is sufficient to place the data in an address register and call channel to perform the operation
(D) I/O can be performed only when memory management hardware is turned on


Answer: (B)

Explanation: Memory-mapped I/O uses the same address space to address both memory and I/O devices. The memory and registers of the I/O devices are mapped to (associated with) address values. So when an address is accessed by the CPU, it may refer to a portion of physical RAM.

Option (B) is correct.

Quiz of this Question

My Personal Notes arrow_drop_up
Last Updated : 19 Nov, 2018
Like Article
Save Article
Similar Reads