InterviewSolution
Saved Bookmarks
| 1. |
On a black and white systemwith one bit per pixel, the frame buffer is commonly called as(a) Pix map(b) Multi map(c) Bitmap(d) All of the mentionedThis question was addressed to me at a job interview.My enquiry is from Graphics Hardware and Display devices in chapter Basic of Computer Graphics of Computer Graphics |
|
Answer» RIGHT option is (C) Bitmap Easy explanation: Bit map frame BUFFER is always 1 bit per pixel. |
|