Computer Organization & Embedded System — Control and Central Processing Units, NEC licence examination syllabus (Nepal Engineering Council).
Zooming out from control memory to the whole processor.
Step back for a second — every single app, game, and website you've ever used eventually boils down to this one repeating loop running billions of times a second. Every CPU is built from four core pieces: an ALU to compute, registers to hold data, a control unit to manage everything, and a bus connecting them so data can move around.
User-visibleGeneral-purpose registers a programmer can use directly in assembly code.
Control/statusPC, IR, and flags — work only inside the CPU; the programmer never touches them directly.
Fetch gets the next instruction using PC. Decode figures out what it means. Execute performs it. Then the CPU checks for a pending interrupt before starting the next fetch.
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…