in Computer Graphics recategorized by
2,110 views
3 votes
3 votes

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 ?

  1. $2^{N}$
  2. $2^{W}$
  3. $2^{N+W}$
  4. $2^{N-1}$
in Computer Graphics recategorized by
2.1k views

1 comment

Kindly Solve
0
0

1 Answer

0 votes
0 votes

for N bit plane in the frame buffer,there will be 2^N intensities.to increase it we use look up tables with W bit wide.so we get 2^W intensities.but we can use only 2^N intensities at a time. so the answer will be

Option A

https://ecomputernotes.com/computer-graphics/basic-of-computer-graphics/what-is-frame-buffer

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true