retagged by
13,473 views
3 votes
3 votes
A nonpipeline system takes 50 ns to process a task. The same task can be processed in a six segment pipeline with a clock cycle of 10 ns.  determine the speed up ratio of the pipeline for 100 tasks.

  a.  3.76     b. 4.76     c. 5.76     d. 2.76
retagged by

1 Answer

Best answer
2 votes
2 votes

S= ntn/(n+k-1)tp = 100*50/(100+6-1)*10 = 4.76
Option B

selected by

Related questions

2 votes
2 votes
3 answers
1
khushtak asked Oct 19, 2015
5,207 views
The time delays of 4 segments are 60 ns, 70 ns, 100 ns and 80 ns respectively. Interface registers are have the delay of 10 ns.  what is the speed up?a.  2.9      ...
1 votes
1 votes
1 answer
3
Alina asked Dec 21, 2018
23,907 views
Non pipelined system takes 130ns to process an instruction . A program of 1000 instructions is executed in non pipelined system. Then same program is processed with proce...
2 votes
2 votes
4 answers
4