The document contains a finalized set of 150 multiple-choice questions (MCQs) for a mid-semester exam on Computer Graphics and Animation, divided into three units. Each unit covers different topics such as Introduction to Computer Graphics, Scan Conversion & Clipping, and Geometrical Transformations. The questions are designed to assess knowledge in various aspects of computer graphics, with correct answers provided for each question.
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 ratings0% found this document useful (0 votes)
5 views2 pages
Computer Graphics MCQ Final Complete
The document contains a finalized set of 150 multiple-choice questions (MCQs) for a mid-semester exam on Computer Graphics and Animation, divided into three units. Each unit covers different topics such as Introduction to Computer Graphics, Scan Conversion & Clipping, and Geometrical Transformations. The questions are designed to assess knowledge in various aspects of computer graphics, with correct answers provided for each question.
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 and Animation Mid-Semester MCQs
**Finalized 100% Fixed MCQs for Computer Graphics and Animation
Mid-Semester Exam**
### UNIT-I: Introduction to Computer Graphics (50 MCQs)
1. Which of the following is NOT a characteristic of interactive
computer graphics? a) User control b) Real-time feedback c) Static image display d) Dynamic image manipulation **Answer:** c) Static image display
2. What is the primary advantage of interactive computer graphics
over passive graphics? a) Lower cost b) User engagement and control c) Simpler hardware requirements d) Faster rendering speed **Answer:** b) User engagement and control
... (Expanded up to 50 questions)
### UNIT-II: Scan Conversion & Clipping (50 MCQs)
1. Which algorithm is used for scan converting a line?
a) DDA Algorithm b) Flood Fill Algorithm c) Painter's Algorithm d) Lambert Algorithm **Answer:** a) DDA Algorithm
2. Bresenham's line algorithm is preferred over DDA because:
a) It is more accurate b) It is easier to implement c) It uses only integer calculations d) It works only for vertical lines **Answer:** c) It uses only integer calculations