what is the memory required when a screen has 1024*1280 pixels and each pixel can have around 16 million colors?



what is the memory required when a screen has 1024*1280 pixels and each pixel can have around 16 mil..

Answer / Sanjay Kumar Chaubey

The memory requirement for this scenario can be calculated as follows:nColor Depth (bits per pixel) = log_2(Number of Colors) = log_2(16777216) ≈ 24nMemory per Pixel = Color Depth / 8 bytes (since one byte is 8 bits) = 24 / 8 = 3 bytesnTotal Memory = Number of Pixels * Memory per Pixel = 1024*1280 * 3 bytes ≈ 37859200 bytes or approximately 36.2 MB

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

What is cache-coherency?

1 Answers  


What does echo $$ do?

1 Answers  


Explain various types of scheduling in operating system.

1 Answers   HAL,


What are the different job scheduling in operating systems?

1 Answers   B-Ways TecnoSoft,


What is time- sharing system?

1 Answers  


Explain compaction.

1 Answers  


Explain the layers of a windows xp system.

1 Answers  


Explain the refresh operation in a dynamic ram?

1 Answers  


Is it safe to cancel chkdsk?

1 Answers  


What is throughput?

1 Answers  


Tell me something about the concept of memory leak?

1 Answers  


What is the best suited algorithm to avoid internal fragmentation?

2 Answers   HP,


Categories