InterviewSolution
Saved Bookmarks
| 1. |
A bitmap is collection of ___________________ that describes an image.(a) bits(b) colors(c) algorithms(d) pixelsThis question was posed to me during a job interview.I'm obligated to ask this question of Clipping Operations in portion 2D Transformation and Viewing of Computer Graphics |
|
Answer» RIGHT ANSWER is (d) pixels To elaborate: A bitmap is a collection of pixels that describe an IMAGE. It is a type of computer graphics that the computer uses to store and display PICTURES. |
|