Architecture: Chapter 3 Exam
Questions With 100% Verified Answers
What are the categories of functions pf computer instructions? -
correct answer ✅Processor memory (to and from memory),
processor-I/O (to and from I/O device), data processing (converting
raw data to readable form), and control (execution sequence
altered by instructions)
List the possible states that define an instruction execution. -
correct answer ✅Instruction Address Calculation (IAC)
Instruction Fetch (IF)
Instruction Operation Decoding (IOD)
Operand Address Calculation (OAC)
Operand Fetch (OF)
Data Operation (DO)
Operand Store (OS)
What is instruction address calculation (IAC)? -
correct answer ✅determines the address of the next instruction to
be executed