what is the memory required when a screen has 1024*1280 pixels and each pixel can have around 16 million colors?
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 |
What is cache-coherency?
What does echo $$ do?
Explain various types of scheduling in operating system.
What are the different job scheduling in operating systems?
What is time- sharing system?
Explain compaction.
Explain the layers of a windows xp system.
Explain the refresh operation in a dynamic ram?
Is it safe to cancel chkdsk?
What is throughput?
Tell me something about the concept of memory leak?
What is the best suited algorithm to avoid internal fragmentation?