InterviewSolution
Saved Bookmarks
| 1. |
Which of the following uses a lot of CPU cycles?(a) GUI(b) Statically generated graphics(c) Dynamically generated graphics(d) Images |
|
Answer» The correct option is (c) Dynamically generated graphics Explanation: Dynamic graphics for data, means simulating motion or movement using the computer. It may also be thought of as multiple plots linked by time. Dynamically generating graphics from real-time data uses a lot of CPU cycles. |
|