Question: COURSE:: COMPUTER ORGANIZATION AND ARCHITECTURE please solve this question in detail so that I understand. Do not copy it from other chegg answers. I will

COURSE:: COMPUTER ORGANIZATION AND ARCHITECTURE
please solve this question in detail so that I understand. Do not copy it from other chegg answers. I will down vote it.
The CPU executes instructions in the following series of steps - The Program Counter (PC) is a special register that holds the address of the next instruction to be fetched from Memory - Fetch next instruction from memory (PC points to memory location) - Move instruction into instruction register - Change program counter to point to next instruction - Determine type of instruction just fetched - If instruction uses data in memory, determine where they are - Fetch data, if any, into internal CPU registers - Execute instruction - Store result in proper place - Go to step 1 and begin executing the following instruction Assume that a byte addressable RAM is used and given the fact, as stated above, answer the following questions: a. If each instruction is 1 Byte, how the program counter will be updated? b. If each instruction is 2 Bytes, how the program counter will be updated? c. If each instruction is 4 Bytes, how the program counter will be updated? d. If each instruction is 8 Bytes, how the program counter will be updated
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
