Computer Science, asked by babinavk, 2 months ago

A non pipeline system takes 50 ns to process a task. the same task can be processed in a 6 segment pipeline with a clock cycle of 10ns. Determine approximately the speed up ratio of the pipeline for 500 tasks

Answers

Answered by saniyasaeed745
1

Answer:

Best answer

Speedup = time required without pipeline/ with pipeline

=100*50ns / (6+99)10ns

= 4.76

Maximum speedup = k = number of stages = 6 here

Explanation:

Similar questions