InterviewSolution
Saved Bookmarks
| 1. |
What is the advantage of the code produced graphics being smaller than the images themselves?(a) Bandwidth saving(b) Increase in bandwidth(c) Dynamic advantages(d) Static advantage |
|
Answer» The correct answer is (a) Bandwidth saving To explain I would say: The code used to produce graphics on the client side is typically much smaller than the images themselves, creating substantial bandwidth savings. |
|