Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Computer Organization and Architecture Questions: Question 1 I have the following three instructions in my code. 10 x14, 1024(x11) add x11, X14, x16 sub x16,
Computer Organization and Architecture Questions: Question 1 I have the following three instructions in my code. 10 x14, 1024(x11) add x11, X14, x16 sub x16, x21, X11 How many RAW dependencies are there in this code? A: 0 B:1 C:2 D:3 Question 2 I have the following three instructions in my code. 10 x14, 1024(x11) add x11, X14, x16 sub x16, x14, x11 Assuming a forwarding hardware in place. When executing the 1st instruction, what is the value of ForwardA and ForwardB signals? A: ForwardA = 00 and ForwardB = 00 B: ForwardA = 00 and ForwardB = 01 C: ForwardA = 00 and ForwardB = 10 D: ForwardA = 01 and ForwardB = 00 E: ForwardA = 01 and ForwardB = 01 F: ForwardA = 01 and ForwardB = 10 D: ForwardA = 10 and ForwardB = 00 H: ForwardA = 10 and ForwardB = 01 1: ForwardA = 10 and ForwardB = 10 Question 3 I have the following three instructions in my code. id x14, 1024(x11) add x11, X14, x16 sub x16, x21, x11 How many WAR dependencies are there in this code? A: 0 B:1 C2 D:3 Question 4 I have the following three instructions in my code. 10 x14, 1024(x11) add x11, x14, x16 sub x16, x21, x11 How many WAW dependencies are there in this code? B-1 :2
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started