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 Posted / amit vyas

Saied Answer looks good, Total bits can be reduced further.
We need not have 1300*1000*10 bits. Since for most of the
1300*1000 pixels, the 10 bits will be same and within 0 to
1023 range. So we can send pixels numbers in groups
according to their colors.
Ex: say all blue are represented by 1111
and blue pixels are 1000,1010,10000
Than we can send this group as
1111:1000,1010,10000$
Similarly we can append info. for all other colors this way.

Total bits that will be sent will be
1300*1000 + 1024*10+1024*2(special bits, we don't need space
for comma, its shows here only for illustration)

So we reduced the total bits to a smalller number

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How reliable is udp?

572


Is tcp or udp better?

557


Is port 8000 a tcp or udp?

565


Do I use tcp or udp?

550


Is tcp or udp better for streaming?

574






Which is better udp or tcp?

557


Why tcp is better than udp?

568


Why is tcp more reliable than udp?

737


A signal with 300 milliwatts power passes through 10 devices, each with an average noise of 3 microwatts. What is the SNR? What is the SNRdb?

4025


Normally they r setting question 4rm time@distance,time@work,ages,cisterns@pipes,etc

2128


Is port 80 udp or tcp?

605


Why udp is not reliable?

587


Why is udp unreliable?

556


Is udp safe?

577


What is the advantage of udp over tcp?

637