adplus-dvertising
frame-decoration

Question

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?

a.

2^N

b.

2^W

c.

2^(N+W)

d.

2^(N–1)

Answer: (a).2^N

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. 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?

Similar Questions

Discover Related MCQs

Q. Consider the Breshenham’s line generation algorithm for a line with gradient greater than one, current point (xi, yi) and decision parameter, di. The next point to be plotted (xi+1, yi+1) and updated decision parameter, di+1, for di < 0 are given as .................

(A) xi+1 = xi+1
yi+1 = yi
di+1 = di + 2 dy

(B) xi+1 = xi
yi+1 = yi + 1
di+1 = di + 2 dx

(C) xi+1 = xi
yi+1 = yi + 1
di+1 = di + 2 (dx – dy)

(D) xi+1 = xi + 1
yi+1 = yi + 1
di+1 = di + 2 (dy – dx)

Q. A point P(2, 5) is rotated about a pivot point (1, 2) by 60°. What is the new transformed point P'?

Q. In perspective projection (from 3D to 2D), objects behind the centre of projection are projected upside down and backward onto the view-plane. This is known as ..............

Q. The Liang-Barsky line clipping algorithm uses the parametric equation of a line from (x1,y1) to (x2,y2) along with its infinite extension which is given as :

x = x1 + Dx.u
y = y1 + Dy.u

Where Dx = x2 – x1, Dy = y2 – y1, and u is the parameter with 0 ≤ u ≤ 1. A line AB with end points A(–1, 7) and B(11, 1) is to be clipped against a rectangular window with xmin=1, xmax=9, ymin=2, and ymax=8. The lower and upper bound values of the parameter u for the clipped line using Liang-Barsky algorithm is given as:

Q. Consider the Breshenham’s circle generation algorithm for plotting a circle with centre (0,0) and radius ‘r’ units in first quadrant. If the current point is (x1,y1) and decision parameter is pi then what will be the next point (xi+1,yi+1) and updated decision parameter pi+1 for pi ≥ 0

Q. A point P(5,1) is rotated by 90 degrees about a pivot point (2,2). What is the coordinate of new transformed point P’ ?

Q. Let R be the rectangular window against which the lines are to be clipped using 2D Sutherland-Cohen line clipping algorithm. The rectangular window has lower left-hand corner at (-5,1) and upper right-hand corner at (3,7). Consider the following three lines for clipping with the given end point co-ordinates:

Line AB: A(-6,2) and B(-1,8)
Line CD: C(-1,5) and D(4,8)
Line EF: E(-2,3) and F(1,2)

Which of the following line(s) is/are candidate for clipping?

Q. In perspective projection, if a line segment joining a point which lies in front of the viewer to a point in back of the viewer is projected to a broken line of infinite extent. This is known as ...................

Q. Which of the following statement(s) is/are correct with reference to curve generation?

I. Hermite curves are generated using the concepts of interpolation.
II. Bezier curves are generated using the concepts of approximation.
III. The Bezier curves lies entirely within the convex hull of its control points.
IV. The degree of Bezier curve does not depend on the number of control points.

Q. Which of the following is used for the boundary representation of an image object?

Q. The end points of a given line are (0, 0) and (6, 18). Compute each value of y as x steps from 0 to 3, by using equation of straight line :

Q. Which of the following graphic primitives are considered as the basic building blocks of
computer graphics ?

(a) Points          (b) Lines        (c) Polylines (d) Polygons

Q. Which of the following is/are the principle components of a memory-tube display ?

(a) Flooding gun                      (b) Collector
(c) Phosphorus grains            (d) Ground

Q. Which of the following steps is/are not required for analog to digital conversion ?

(a) Sensing                  (b) Conversion         (c) Amplification
(d) Conditioning          (e) Quantization

Q. Consider a unit square centred at origin. The coordinates of the square are translated by a factor (1/2, 1) and rotated by an angle of 90 degrees. What shall be the coordinates of the new square ?

Q. Which of the following is/are the components of a CRT ?

(a) Electron Gun
(b) Control Electrode
(c) Focusing Electrode
(d) Phosphor Coated Screen

Q. Which of the following graphics devices are known as active graphics devices ?

(i) Alphanumeric devices
(ii) Thumb wheels
(iii) Digitizers
(iv) Joystics

Q. A diametric projection is said to be trimetric projection when

(i) two of the three foreshortening factors are equal and third is arbitrary.
(ii) all of the three foreshortening factors are equal.
(iii) all of the three foreshortening factors are arbitrary.
Which of the above is true ?

Q. Which of the following is/are fundamental method(s) of antialiasing ?

(i) Increase of sample rate.
(ii) Treating a pixel as a finite area rather than as a point.
(iii) Decrease of sample rate.

Q. The two color systems – the HSV and HLS are