Podcast
Questions and Answers
What is the first step in the fetch cycle?
What is the first step in the fetch cycle?
- PC contains address of next instruction (correct)
- Address placed on address bus and memory location is identified
- Control unit sends memory read control signal
- Result placed on data bus, copied to MBR, then to IR
What happens to the content of PC in case of an interrupt?
What happens to the content of PC in case of an interrupt?
- It is incremented by 1
- It is lost
- It is saved to allow resumption after interrupt (correct)
- It is moved to MAR
What is the purpose of the indirect cycle?
What is the purpose of the indirect cycle?
- To process an interrupt
- To handle indirect addressing in an instruction (correct)
- To perform a memory write operation
- To fetch the next instruction
What is the role of the MAR during the fetch cycle?
What is the role of the MAR during the fetch cycle?
What is the final step in the fetch cycle?
What is the final step in the fetch cycle?
What happens to the right most N bits of MBR during the indirect cycle?
What happens to the right most N bits of MBR during the indirect cycle?
What is the purpose of the 'Decode instruction' stage in the instruction pipeline?
What is the purpose of the 'Decode instruction' stage in the instruction pipeline?
In a pipelined processor, what happens when a conditional branch instruction is encountered?
In a pipelined processor, what happens when a conditional branch instruction is encountered?
What is the purpose of the 'Fetch operands' stage in the instruction pipeline?
What is the purpose of the 'Fetch operands' stage in the instruction pipeline?
What is the purpose of the 'Write operand' stage in the instruction pipeline?
What is the purpose of the 'Write operand' stage in the instruction pipeline?
What is the formula to calculate the cycle time (Ï„) of an instruction pipeline?
What is the formula to calculate the cycle time (Ï„) of an instruction pipeline?
What is the purpose of the 'Fetch instruction' stage in the instruction pipeline?
What is the purpose of the 'Fetch instruction' stage in the instruction pipeline?
What is the primary function of the Arithmetic and Logic Unit (ALU)?
What is the primary function of the Arithmetic and Logic Unit (ALU)?
What is the purpose of the internal processor bus?
What is the purpose of the internal processor bus?
What is the first step in the instruction cycle?
What is the first step in the instruction cycle?
Why does the processor need a small internal memory?
Why does the processor need a small internal memory?
What is the function of the control unit?
What is the function of the control unit?
What is the purpose of registers in a processor?
What is the purpose of registers in a processor?