SSC
COMPUTER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Each pixel contains binary number which represents?
|
A file name
|
|
A file size
|
|
A frequency
|
|
A colour
|
Explanation:
Detailed explanation-1: -Start by converting each of the three numbers into binary, using 8 bits for each. You should get:-red = 10010001, -green = 00110010, -blue = 01111011. Putting these values together gives 100100010011001001111011, which is the bit representation for the colour above.
Detailed explanation-2: -Pixels and colors It is impossible to store each one of these colors personnally, they are instead represented as a combination of three primary colors: red, green and blue (RGB color model).
Detailed explanation-3: -For full color images, 24 bits are usually used per pixel, allowing for 2 24 = 16, 777, 216 different colors.
There is 1 question to complete.