# Problem Arrange the instruction execution operations in the correct order. # Process ... # Answer 1. Fetch instruction. 2. Decode instruction. 3. Fetch operand. 4. Execute instruction. 5. Store result.