Name the four steps in pipelining.
Fetch : Read the instruction from the memory.
Decode : Decode the instruction and get the source operand.
Execute : Perform the operation specified by the instruction.
Write : Store the result in the destination location.