...
Question 7049 – Computer-Organization
May 30, 2024
Question 15139 – DSSSB TGT 2021
May 30, 2024
Question 7049 – Computer-Organization
May 30, 2024
Question 15139 – DSSSB TGT 2021
May 30, 2024

Question 7124 – Computer-Organization

Suppose that a computer program takes 100 seconds of execution time on a computer with multiplication operation responsible for 80 seconds of this time. How much do you have to improve the speed of multiplication operation if you are asked to execute this program four times faster.

Correct Answer: C

Question 540 Explanation: 
Total execution time of a program = time to execute multiplication operation + time to perform some other operations
100 = 80 +time to perform some other operations
time to perform some other operations = 20
Now they are saying that improve the speed of multiplication operation if you are asked to execute this program four times faster i.e.
New Total execution time of a program = 100/4
= 25
And according to question we have to keep the time to perform some other operations as it is i.e.20.
Hence time to perform multiplication operation after modification =
(New Total execution time of a program – time to perform some other operations)
= 25-20
= 5
So the speed of multiplication operation is improved by 80/5 time
= 16 times.
A
14 times faster
B
15 times faster
C
16 times faster
D
17 times faster
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!