The expression \( X = (A+B) \times (C+D) \) has been evaluated using two address instructions method. The following is the set of instructions used.
MOV R1, A
(B) MUL R1, R2
(C) MOV R2, C
(D) ADD R2, D
(E) MOV X, R1
\(\textbf{Choose the correct sequence of instruction execution from the options given below:}\)