...
Nielit Scientific Assistance CS 15-10-2017
October 3, 2023
KVS 22-12-2018 Part-B
October 3, 2023
Nielit Scientific Assistance CS 15-10-2017
October 3, 2023
KVS 22-12-2018 Part-B
October 3, 2023

Operating-Systems

Question 4

Consider a pipeline processor with 4 stages S1 to S4. We want to execute the following loop:
For(i=1:i<=1000; i++)
{I1,I2,I3,I4}
where the time taken (in ns) by instructions I1 to I4 for stages S1 to S4 are given below:

       S1   S2   S3   S4
I1:    1    2    1    2
I2:    2    1    2    1
I3:    1    1    2    1
I4:    2    1    2    1 

The output of I1 for i=2 will be available after

A
11 ns
B
12 ns
C
13 ns
D
28 ns
Question 4 Explanation: 

So, total time would be 13 ns.
Correct Answer: C
Question 4 Explanation: 

So, total time would be 13 ns.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!