0% found this document useful (1 vote)
204 views2 pages

18CS62 CGV QuestionBank Module 1

This document contains a question bank for the module "Computer Graphics and OpenGL" with 11 questions. The questions cover topics like the basic concepts of computer graphics, CRT design and operations, 3D scene transformation sequences, raster and random scan displays, raster scan systems, OpenGL methods, input devices, graphics terms, DDA and Bresenham's line drawing algorithms, and the midpoint circle algorithm. The questions range from levels 1 to 3 and marks range from 5 to 10 based on the complexity of the concept or algorithm involved.

Uploaded by

Shruthi Shruthi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
204 views2 pages

18CS62 CGV QuestionBank Module 1

This document contains a question bank for the module "Computer Graphics and OpenGL" with 11 questions. The questions cover topics like the basic concepts of computer graphics, CRT design and operations, 3D scene transformation sequences, raster and random scan displays, raster scan systems, OpenGL methods, input devices, graphics terms, DDA and Bresenham's line drawing algorithms, and the midpoint circle algorithm. The questions range from levels 1 to 3 and marks range from 5 to 10 based on the complexity of the concept or algorithm involved.

Uploaded by

Shruthi Shruthi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Computer Graphics & Visualization (18CS62) Question Bank

Module-1
Computer Graphics and OpenGL

Q. No. Question COs CL Marks


1 What is Computer Graphics? Explain the applications of Computer CO1 L2 6M
Graphics. (Feb 2023, Jan 2022, Feb 2021, July 2019)
2 With a neat diagram explain the basic design and operations of CRT. CO1 L2 7M
(Aug 2022, Feb 2021, Dec 2019, July 2018)
3 With a neat diagram briefly explain the transformation sequence from CO1 L2 7M
modeling coordinates to device coordinates for a three dimensional scene.
(Jan 2022, Feb 2021, July 2018)
4 Briefly explain Raster and Random scan display based on Television CO1 L2 8M
technology. (Jan 2022, Feb 2021, Jan 2019)
5 Explain Raster scan system along with display processor and video CO1 L2 8M
controller. (Feb 2023, Jan 2022, Feb 2021, July 2019)
6 Explain the following OpenGL methods with its syntax &example. CO1 L2 10M
(Jan 2022, Aug 2021, Feb 2019)
i) glutInit ii) gluOrtho2D iii) glClearColor iv) glMatrixMode
v) glutInitDisplayMode

7 Write a short note on Input devices. (Feb 2021, Jan 2019, Jan 2018) CO1 L1 5M

8 Define the following terms with respect to Computer Graphics. CO1 L3 10M
(Jan 2022, July 2019, Jan 2018)
i) Bitmap ii) Pixmap iii) Aspect ratio iv) Frame buffer v) Scanline.

Department of CSE, Vemana IT Page 1 of 2


Computer Graphics & Visualization (18CS62) Question Bank

9 Write code snippet of DDA line drawing algorithm. Apply DDA line drawing CO1 L3 10M
algorithm to draw a line segment with the vertices.
(Jan 2022, July 2019, Jan 2018)
i) (3, 2) and (4, 7) ii) (0, 0) and (5, 6).
10 Apply Bresenham's line drawing algorithm to draw a linesegment with the CO1 L3 10M
vertices. (Feb 2023, Jan 2022, July 2019, Jan 2018)
i) (5, 5) and (13, 9) ii) (0, 0) and (5, 4).

11 Use the midpoint circle algorithm to draw the circle. (Jan 2022, July 2019, CO1 L3 10M
Jan 2018)
i) Centered at (4, -4) with radius 8
ii) Centered at (0, 0) with radius 15

Department of CSE, Vemana IT Page 2 of 2

You might also like