Computer Organization & Embedded System — Input-Output Organization and Multiprocessor, NEC licence examination syllabus (Nepal Engineering Council).
Should I/O devices share the same address space as memory, or get their own?
IsolatedI/O devices get their own separate address space, accessed only via special instructions like IN/OUT.
Memory-mappedI/O device registers occupy addresses within the same space as memory, so ordinary load/store instructions can access them. Most modern systems (including your PC) use this approach.
Strobe controlA single control signal telling the receiver "data is ready now" — simple, but no way to confirm the receiver actually got it.
HandshakingFixes this with a two-signal back-and-forth: sender raises "data valid," receiver raises "data accepted" back — guaranteeing reliable transfer regardless of device speed.
Create a free account to tick topics off, take notes as you read, watch the video lessons and get a day-by-day study plan built around your exam date.
Loading…