⟩ 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?
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.