Computer Organization & Embedded System — Hardware–Software Design Issues on Embedded System, NEC licence examination syllabus (Nepal Engineering Council).
Same fetch-decode-execute you already know — now framed as an abstraction boundary.
The GPP still runs the standard fetch → decode → execute cycle. What's new here is the idea of the programmer's view: the instruction set (ISA) is the "contract" between hardware and software — a programmer only needs to know the ISA, not the internal wiring, to write correct code.
This abstraction is exactly why the same compiled Android app runs on phones from ten different manufacturers, all with internally different chip designs — as long as they share the same ISA, the software doesn't care what's happening underneath.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…