in CO and Architecture retagged by
489 views
5 votes
5 votes

Consider the following instruction sequence:
$$
\begin{aligned}
&\text{I}_1: \text{R}_1=100\\
&\text{I}_2: \text{R}_1=\text{R}_2+\text{R}_4\\
&\text{I}_3: \text{R}_2=\text{R}_4-25\\
&\text{I}_4: \text{R}_4=\text{R}_1+\text{R}_3\\
&\text{I}_5: \text{R}_1=\text{R}_1+30\\
\end{aligned}
$$
The number of Read-After-Write (RAW) dependencies, Write-After-Read(WAR) dependencies, and Write-After-Write (WAW) dependencies in the above sequence of instructions are, $\text{A, B, C}$ respectively, then which of the following is true?

  1. $\mathrm{B}=4$
  2. $\mathrm{A}=4$
  3. $\mathrm{A}=2$
  4. $\mathrm{C}=2$
in CO and Architecture retagged by
489 views

1 Answer

7 votes
7 votes

Pipeline Complete Playlist to Understand Every Concept Clearly, In-Depth: https://youtube.com/playlist?list=PLIPZ2_p3RNHhs9DfAY9ry6XbjGn7ZumZ8&feature=shared  

 

edited by

4 Comments

https://gateoverflow.in/391657/classes-test-series-2023-mixed-subjects-full-length-question

@GO Classes For same question Here you have given different answer, which one is correct can you please clarify?

0
0

@hetgate23 Got it! Thanks :)

0
0

@aaaakash001 Answer in that link has been corrected. 

0
0
Answer:

No related questions found