edited by
3,752 views
0 votes
0 votes

If the frame buffer has $10$-bits per pixel and $8$-bits are allocated for each of the $R, G$, and $B$ components, then what would be the size of the color lookup table (LUT)?

  1. $(2^8+2^9)$ bytes
  2. $(2^{10}+2^8)$ bytes
  3. $(2^{10}+2^{24})$ bytes
  4. $(2^{10}+2^{11})$ bytes
edited by

1 Answer

1 votes
1 votes
There are 2^10=1024 entries in the lookup table.

Each entry size(R,G,B each 8 bit)=3X8=24 bits

Hence total size of lookup table =(1024 X 24)/8 =3072 bytes

= 2^10 + 2^11

Related questions

1 votes
1 votes
0 answers
3
0 votes
0 votes
2 answers
4
Arjun asked Jan 2, 2019
4,405 views
Consider the graph shown below:Use Kruskal’s algorithm to find the minimum spanning tree of the graph. The weight of this minimum spanning tree is$17$$14$$16$$13$