A web page contains many small images. We can speed up the performance of the…
2013
A web page contains many small images. We can speed up the performance of the browser by
- A.
having multiple processes executed simultaneously.
- B.
having multiple threads.
- C.
increasing the speed of the transmission line.
- D.
increasing the main memory of the system.
Attempted by 214 students.
Show answer & explanation
Correct answer: B
Assign one thread for each image so that all images load faster and the performance of the browser will speed up.
A video solution is available for this question — log in and enroll to watch it.