Podcast
Questions and Answers
What is the total overhead in a parallel system?
What is the total overhead in a parallel system?
What is the ratio of the time taken to solve a problem on a single processor to the time required to solve the same problem on a parallel computer?
What is the ratio of the time taken to solve a problem on a single processor to the time required to solve the same problem on a parallel computer?
What is the cost of a parallel system?
What is the cost of a parallel system?
What is the parallel runtime of a program?
What is the parallel runtime of a program?
Signup and view all the answers
What is the speedup of adding n numbers on n processors?
What is the speedup of adding n numbers on n processors?
Signup and view all the answers
What is the major difference between sequential and parallel execution?
What is the major difference between sequential and parallel execution?
Signup and view all the answers
What is the asymptotic runtime of a sequential program?
What is the asymptotic runtime of a sequential program?
Signup and view all the answers
What determines the parallel runtime of a program?
What determines the parallel runtime of a program?
Signup and view all the answers
Why does using two processors not necessarily result in a program running twice as fast?
Why does using two processors not necessarily result in a program running twice as fast?
Signup and view all the answers
What is the cause of idling in parallel programs?
What is the cause of idling in parallel programs?
Signup and view all the answers
What is a parallel system?
What is a parallel system?
Signup and view all the answers