InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function displays currently active graphics device?(a) dev.present(b) dev.cur(c) pre.cur(d) all of the mentionedThis question was posed to me during an interview for a job.My enquiry is from Graphics Devices in portion Data Analysis and Research of Data Science |
|
Answer» CORRECT option is (b) dev.cur Easiest explanation - You can change the active GRAPHICS device with dev.set. |
|