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?

Answers were Sorted based on User's Feedback



A computer monitor has a resolution of 1300 by 1000 pixels. If each pixel uses 1024 colors, how ma..

Answer / chandu

1331200000 bits

Is This Answer Correct ?    30 Yes 8 No

A computer monitor has a resolution of 1300 by 1000 pixels. If each pixel uses 1024 colors, how ma..

Answer / saeid

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.

Is This Answer Correct ?    22 Yes 3 No

A computer monitor has a resolution of 1300 by 1000 pixels. If each pixel uses 1024 colors, how ma..

Answer / hanif

13000000

Is This Answer Correct ?    6 Yes 1 No

A computer monitor has a resolution of 1300 by 1000 pixels. If each pixel uses 1024 colors, how ma..

Answer / 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

More UDP Interview Questions

Is tcp or udp better?

0 Answers  


What are advantages and disadvantages of combining the session presentation application layer in the osi model into one single application layer in internet layer?

0 Answers   WNS,


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

0 Answers  


How much is the signal amplified? and what is the total gain? when a signal is passed through three cascaded amplifiers, each with a 5 dB gain.

3 Answers  


How can I be sure that a UDP message is received?

5 Answers   Vistech,






A device is sending out data at the rate of 2000 bps. How long does it take to send out 100 bits? How long does it take to send out a singal character (8 bits)? How long does it take to send a file of 100,000 characters?

1 Answers   Data Com,


How many types of Transmission are there

4 Answers   LG, LG Soft,


Can you send and receive on same udp port?

0 Answers  


What is the advantage of udp over tcp?

0 Answers  


Why udp is not reliable?

0 Answers  


How many types of Transmission are there

2 Answers   LG Soft,


Is tcp faster than udp?

0 Answers  


Categories