Computer Graphics
Computer Graphics
Instructions: This question paper have 12 questions of 5 marks each and you have to answer any 10
questions.
(a) If we want to resize a 1024×768 image to one that is 640 pixels wide with the same aspect ratio, what
would be the height of the resized image?
(b) If we use 12-bit pixel values in a lookup table representation, how many entries does look up table have?
[2.5+ 2.5]
Q2. How the terms phosphoresce, persistence and florescence, are related and useful in Cathode Ray Tube
(CRT) circuits? [5]
Q4. Analyse the advantage of DDA algorithm over direct use of line equation for drawing line in
graphics. [5]
Q5. Derive following equation of midpoint circle algorithm in terms of decision parameter pi.
𝑝𝑖 + 2(𝑥𝑖 + 1) + 1 𝑖𝑓 𝑝𝑖 < 0
𝑝𝑖+1 = {
pi + 2(𝑥𝑖 + 1) + 1 − 2(𝑦𝑖 − 1) if pi ≥ 0
[5]
Q6. Write the steps required to generate a line using polynomial method. [5]
Q7. Describe the transformation that rotates an object point, Q(x,y), 𝜃 degree about a fixed center of
rotation P(h,k). Also find general form of matrix for rotation about the given point P(h,k).
[2.5+2.5]
Q8. Why matrix of geometric mirror reflection transformation about x axis appears similar to the matrix
of inverse geometric mirror reflection transformation about x axis. [5]
Q9. How following 4-bit region code is used in Cohen-Sutherland algorithm. [5]
Q10. Analyse the difference between 3D geometric transformations and 3D coordinate transformations.
[5]