In memory mapped I/O
2023
In memory mapped I/O
- A.
the I/O devices and the memory share the same address space
- B.
the I/O devices have a separate address space
- C.
the memory and I/O devices have an associated address space
- D.
More than one of the above
- E.
None of the above
Attempted by 498 students.
Show answer & explanation
Correct answer: A
In memory mapped I/O, the I/O devices are treated as memory locations and share the same address space as the main memory. This allows the CPU to access I/O devices using standard memory read and write instructions. The address space is shared, meaning that the same address range is used for both memory and I/O devices.
हिन्दी उत्तर: मेमोरी मैप्ड I/O में, I/O डिवाइस को मेमोरी स्थान के रूप में माना जाता है और मुख्य मेमोरी के साथ एक ही एड्रेस स्पेस साझा करता है। इससे CPU को मेमोरी रीड और राइट निर्देशों का उपयोग करके I/O डिवाइस तक पहुँचने की अनुमति मिलती है। एड्रेस स्पेस साझा होता है, जिसका अर्थ है कि मेमोरी और I/O डिवाइस दोनों के लिए एक ही एड्रेस रेंज का उपयोग किया जाता है।