Question 6769 – Computer-Graphics
November 29, 2023Computer-Graphics
November 29, 2023Computer-Graphics
Question 1 |
Consider a N-bit plane frame buffer with W-bit wide lookup table with W > N. How many intensity levels are available at a time ?
2N | |
2 W | |
2 N+W | |
2 N-1 |
Correct Answer: A