Parallel Processing Practice Questions
Parallel Processing Practice Questions
11) What is a Parallel system? What are the sources of overhead in parallel
programs?
12) What are the performance metrics of parallel systems?
13) What is pipelining? Describe the speed up gain due to pipelining.
17)Computer A executes the 80286 ISA and has a 2.5 GHz clock frequency.
Computer B executes the 80386 ISA and has a 3 GHz clock frequency. On
average, programs execute 1.5 times as many 386 instructions than 286
instructions.
i. For Program P1, Computer A has a CPI of 2 and Computer B has a
CPI of 3. Which computer is faster for P1? What is the speedup?
ii. For Program P2, Computer A has a CPI of 1 and Computer B has a
CPI of 2. Which computer is faster for P2? What is the speedup?