Podcast
Questions and Answers
What is the sequence of operations in a single cycle of CPU operation?
What is the sequence of operations in a single cycle of CPU operation?
- Execute, Decode, Fetch, Memory Access, Write Back
- Fetch, Decode, Execute, Memory Access, Write Back (correct)
- Decode, Fetch, Execute, Memory Access, Write Back
- Fetch, Execute, Decode, Memory Access, Write Back
What does an instruction specify?
What does an instruction specify?
- The type of operation and the type of processor
- The location of the data operands and the type of processor
- The operation and the location of its data operands (correct)
- The operation and the type of processor
What is typically stored in a 32-bit word?
What is typically stored in a 32-bit word?
- Four encoded instructions
- Two encoded instructions
- Three encoded instructions
- One encoded instruction (correct)
What is a program?
What is a program?
Where are both a program and its data stored?
Where are both a program and its data stored?
What is the purpose of the Load instruction type?
What is the purpose of the Load instruction type?
What is the purpose of the Store instruction type?
What is the purpose of the Store instruction type?
What is the function of the Program Counter (PC) register?
What is the function of the Program Counter (PC) register?
What is the purpose of the control circuits in the processor?
What is the purpose of the control circuits in the processor?
What is the outcome of the instruction 'Load R2, LOC'?
What is the outcome of the instruction 'Load R2, LOC'?