CSC214 Computer Graphics

Computer Graphics: most repeated questions

Questions that have come up in more than one paper, matched by what they ask rather than exact wording. Most repeated first.

  1. 2×Asked in 2080, 2079
    Calculate the total memory required to store a 5 minute video in SVGA system with 24 bit true color and 30 fps.Answer coming5
    See the wording in each paper
  2. 2×Asked in 2081, 2075
    Derive the expression for Bresenham's Line Drawing algorithm. Trace the points in the line path with starting point (6, 12) and end point (10, 5) using Bresenham's line drawing algorithm.Answer coming10
    See the wording in each paper
  3. 2×Asked in 2081, 2077
    Differentiate between parallel projection and perspective projections.Answer coming5
    See the wording in each paper
  4. 2×Asked in 2079, 2077
    Differentiate between raster and vector graphics method.Answer coming5
    See the wording in each paper
  5. 2×Asked in 2081, 2075
    Explain any two functions in OpenGL. Write the basic commands to draw the pixel and polygon in OpenGL.Answer coming5
    See the wording in each paper
  6. 2×Asked in 2081, 2078
    Plot the first octant of a circle centered at ( 2, 2), having a radius of 5 units using the mid point circle algorithm.Answer coming5
    See the wording in each paper
  7. 2×Asked in 2080, 2075
    Write down algorithm steps of mid point ellipse drawing algorithm.Answer coming5
    See the wording in each paper
  8. 2×Asked in 2080, 2079
    Reflect a line segment having end points (9,3) and (12,10) about a line X=7. Draw initial and final result graph as well.Answer coming5
    See the wording in each paper