InterviewSolution
Saved Bookmarks
| 1. |
A Computer Monitor Has A Resolution Of 1300 By 1000 Pixels. If Each Pixel Uses 1024 Colors, How Many Bits Are Needed To Send The Complete Contents Of A Screen? |
|
Answer» We need 10 bits to show 1024 colors in a BINARY system, THEREFORE 10 bits are REQUIRED for each pixel to be addressed. We need 1300*1000*10 bits to SEND a complete content of a screen. We need 10 bits to show 1024 colors in a binary system, therefore 10 bits are required for each pixel to be addressed. We need 1300*1000*10 bits to send a complete content of a screen. |
|