1.

Which of the following uses a lot of CPU cycles?(a) GUI(b) Statically generated graphics(c) Dynamically generated graphics(d) Generic scopingThe question was posed to me in a job interview.I would like to ask this question from Closures in section Lexical Structures of JavaScript

Answer»

Correct choice is (c) Dynamically generated graphics

To ELABORATE: Dynamic graphics for data, means simulating motion or movement using the computer. It MAY ALSO be thought of as multiple plots linked by time. Hence dynamically generating graphics from real-time data uses a LOT of CPU cycles.



Discussion

No Comment Found

Related InterviewSolutions