An instruction format has the following structure:
\begin{center}
Instruction Number: Opcode destination reg, source reg-1, source reg-2}
\end{center}
Consider the following sequence of instructions to be executed in a pipelined processor:
I\(_1\): DIV R3, R1, R2
I\(_2\): SUB R5, R3, R4
I\(_3\): ADD R3, R5, R6
I\(_4\): MUL R7, R3, R8
Which of the following statements is/are TRUE?