Instruction Fetch (IF) - Fetch the instruction pointed by Program Counter (PC) from memory (instruction memory. It's different from the memory that you access in MEM stage) Instruction Decode (ID) - Decode the instruction for the desired operation and operands - Reading source register value -- therefore, you access to register file Execution (EX) It's happening in ALU of the processor - ALU ins..