Question

Suppose a program executes in 1 minute as a sequential program, and the speedup is 10 when running it as a parallel program o

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Now the program will take 6 seconds , before the program use to take 60 second ie 1 min for execution and now the speed of the program is increased to 10 so now it will 10 time faster, so it will take 6 second to execute now..

Add a comment
Know the answer?
Add Answer to:
Suppose a program executes in 1 minute as a sequential program, and the speedup is 10 when runnin...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Suppose that a program obeys Amdahl's law with a sequential fraction of 12%, and that the...

    Suppose that a program obeys Amdahl's law with a sequential fraction of 12%, and that the execution time with one processor is 72 sec. (i.c. T(1) = 72). Calculate the speedups and efficiencies for P = 4, 8. and 12. What is the asymptotic (P rightarrow infinity) speedup and efficiency?

  • A program executes 10 billion instructions. It executes on an Intel processor that has an average...

    A program executes 10 billion instructions. It executes on an Intel processor that has an average CPI of 1.5 and a clock frequency of 2 GHz. How many seconds does the program take to execute? What is the cycle time of this Intel processor? Assume that an AMD processor takes 6 seconds to execute the program. What is the speedup provided by the Intel processor, relative to the AMD processor

  • 2. Given Amdal's Law as shown below (1-2) Form A: T(0,N) 1 Form B:S(s) = (1-p)+...

    2. Given Amdal's Law as shown below (1-2) Form A: T(0,N) 1 Form B:S(s) = (1-p)+ The 60% of program could be parallellized. Using latest compiler, the serial part of N 1) the program double its performance. If the program running on a 5 processor machine, calculate its whole speedup ? (4 marks) 2) What is the overall speedup if we make 90 % of a program run 10 times faster? (4 marks) V Four parts of a program need...

  • a) Suppose that computer A executes 1 billion instructions per second, and computer B executes 10...

    a) Suppose that computer A executes 1 billion instructions per second, and computer B executes 10 million instructions per second, i.e, Computer A is 100 times faster than computer B in raw computing power. Suppose an expert programmer implements insertion sort in machine language for computer A, and the resulting code requires 2 * n2 instructions to sort n numbers. Suppose an average programmer implements merge sort, using a high-level language on computer B, with the resulting code taking 5...

  • You must justify with calculations each of the following questions: System A has 2 processors, program...

    You must justify with calculations each of the following questions: System A has 2 processors, program X takes 10 sec. to execute, in one of the processors. Program Y takes 10 sec. in parallel running to the other processor. System B has only one processor that can run only one program at a time. Program X takes 6 seconds to run on this processor. Program Y takes 6 seconds to run on that processor. Which system would you choose if...

  • SUBJECT: Computer Architecture, Pipelining PROBLEM: Sequential Process for an annual dental appointment Sequential Process: 1. Check-in...

    SUBJECT: Computer Architecture, Pipelining PROBLEM: Sequential Process for an annual dental appointment Sequential Process: 1. Check-in patient (1 minute) 2. Take patient to chair and room (1 minute) 3. Complete cleaning (20 minutes) 4. Complete dental appointment (10 minutes) 5. Take patient to check-out counter (1 minute) 6. Check-out patient (1 minute) For sequential process, one person completing each step for 10 patients would take (1 + 1 + 20 + 10 + 1 + 1) * 10 = 340...

  • Choose the correct answer 1. A virtual machine executes on a host operating system and a...

    Choose the correct answer 1. A virtual machine executes on a host operating system and a hypervisor provides an API to the actual hardware 2. The guest OS knows that it is not accessing the actual hardware so that it can perform better 3. The VM may supply an environment that is different than the actual host hardware 4. Applications running within the VM have an illusion that they are executing on a real machine Select one: a. All the...

  • You're in charge of running a scientific program (job) that simulates a physical system for as ma...

    You're in charge of running a scientific program (job) that simulates a physical system for as many discrete steps as you can. The lab you're working in has two large supercomputers, which we'll call A and B, which are capable of processing this job. However, you're not one of the high-priority users of these supercomputers, so at any given point in time, you're only able to use as many spare cycles as these machines have available. Here's the problem you...

  • (Weight: 10%) Show what happens in the figure below when the following statement executes: v2.pop_back); kw:...

    (Weight: 10%) Show what happens in the figure below when the following statement executes: v2.pop_back); kw: : vector<int> vl num items = 5 current_capacity 10 int the data [0] [1] 2 4 [5] [6 7 8] [9] 2 4 kw: :vector<int> v2 numitems = 5 current_capacity-10 int+ the data -

  • HI C PROGRAMMING COULD YOU,, Rewrite the program to have it display the time on the...

    HI C PROGRAMMING COULD YOU,, Rewrite the program to have it display the time on the second line of the display, using the HH:MM:SS format. Use the 24-hour format for the hours, in other words, have the time go from 00:00:00 to 23:59:59. #include<LiquidCrystal.h> LiquidCrystal LcdDriver(11, 9, 5, 6, 7, 8); int minutes = 27; //These global integers keep the value of the clock int sec = 10; int hr = 10; const long interval = 1000; //This interval is...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT