COMPUTER FUNDAMENTALS

INPUTOUTPUT AND STORAGE DEVICES

STORAGE DEVICES HARD DISK SSD AND FLASH MEMORY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
An image is 20 x 20 pixels and each pixels is coded with 4 bits
A
The whole image is 400 bytes
B
The whole image is over 1 kilobyte
C
The whole image is 50 bytes
D
The whole image is 200 bytes
Explanation: 

Detailed explanation-1: -The number of bits devoted to an individual pixel determines the number of colors that can be assigned to that pixel. For example, if each pixel is represented by 4 bits, then a given pixel can be assigned one of 16 different colors (2^4 = 16).

Detailed explanation-2: -1. Multiply the width and height of the image, in pixels, to get the total pixel count. 2. Multiply the total pixel count by 3 to get the image size in bytes.

There is 1 question to complete.