INTRODUCTION TO MICROPEOCESSOR
MODEL OF MICROPROCESSOR
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
AVR CPU
|
PC stores address of next instruction
|
|
IR stores prefetched instruction
|
|
ID decodes current instruction
|
|
ALU performs learning operation
|
Explanation:
Detailed explanation-1: -The CPU fetches the instructions one at a time from the main memory into the registers. One register is the program counter (pc). The pc holds the memory address of the next instruction to be fetched from main memory. The CPU decodes the instruction.
Detailed explanation-2: -To actually run the code, the processor then needs to retrieve instructions one by one from memory so it can run them. This process consists of three stages: fetching the instruction, decoding the instruction, and executing the instruction-these three steps are known as the machine cycle.
There is 1 question to complete.