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.
- 2×Asked in 2080, 2079Calculate the total memory required to store a 5 minute video in SVGA system with 24 bit true color and 30 fps.Answer coming5
- 2×Asked in 2081, 2075Derive 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
- 2×Asked in 2081, 2077Differentiate between parallel projection and perspective projections.Answer coming5
See the wording in each paper
- 2×Asked in 2079, 2077Differentiate between raster and vector graphics method.Answer coming5
See the wording in each paper
- 2×Asked in 2081, 2075Explain 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
- 2×Asked in 2081, 2078Plot 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
- 2×Asked in 2080, 2075Write down algorithm steps of mid point ellipse drawing algorithm.Answer coming5
See the wording in each paper
- 2×Asked in 2080, 2079Reflect 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