Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 updatedStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started