This document is the mid-semester examination for Computer Graphics, a second year MCA course at Thapar University in Patiala. The exam contains 5 questions testing key concepts in computer graphics like persistence and resolution, raster and random scan displays, Bresenham's line algorithm, 2D scaling and rotation, homogeneous transformations, and raster file formats and memory requirements. The exam is worth a total of 25 marks and students are instructed to attempt all questions in serial order.
This document is the mid-semester examination for Computer Graphics, a second year MCA course at Thapar University in Patiala. The exam contains 5 questions testing key concepts in computer graphics like persistence and resolution, raster and random scan displays, Bresenham's line algorithm, 2D scaling and rotation, homogeneous transformations, and raster file formats and memory requirements. The exam is worth a total of 25 marks and students are instructed to attempt all questions in serial order.
This document is the mid-semester examination for Computer Graphics, a second year MCA course at Thapar University in Patiala. The exam contains 5 questions testing key concepts in computer graphics like persistence and resolution, raster and random scan displays, Bresenham's line algorithm, 2D scaling and rotation, homogeneous transformations, and raster file formats and memory requirements. The exam is worth a total of 25 marks and students are instructed to attempt all questions in serial order.
This document is the mid-semester examination for Computer Graphics, a second year MCA course at Thapar University in Patiala. The exam contains 5 questions testing key concepts in computer graphics like persistence and resolution, raster and random scan displays, Bresenham's line algorithm, 2D scaling and rotation, homogeneous transformations, and raster file formats and memory requirements. The exam is worth a total of 25 marks and students are instructed to attempt all questions in serial order.
Department of Computer Science and Engineering MID SEMESTER EXAMINATION MCA (Second Year): Semester-II Course Code: PCA513 Course Name: Computer Graphics March 04, 2020 Wednesday, 10.30 - 12.30 Hrs Time: 2 Hours, M. Marks: 25 Name of Faculty: Sushma Jain
Note: Attempt all questions and its part in serial order.
Q.1 a) Define persistence and resolution.
(1) b) Differentiate Raster scan and Random scan displays. (2.5) c) Write the purpose of presentation graphics. (1.5) Q.2 a) Consider the line segment with end point coordinates (5,5) and (14, 12). (3)
Determine the raster locations along line segment using Bresenhams
algorithm. b) List the applications of computer graphics in engineering. (2) Q.3 a) Illustrate that two successive 2D scaling are multiplicative with the help of (3) an example. b) Find the transformed coordinates of a line segment AB with vertices (2)
A(10,25), B(20,40) after performing 45° anti-clockwise rotation while
keeping point A at the same place. Q.4 a) Give homogeneous transformation matrices for 3D rotation and 3D (3) reflection in homogeneous coordinate system. b) Differentiate between flood fill and boundary fill algorithm (2) Q.5 a) List at least four Raster and Random file formats. (2) b) Consider a raster system with the resolution of 1024 x 768 pixels and the (3) colour palette calls for 65,536 colours. Find out the minimum amount of video RAM that the computer must have to support this raster system.