adplus-dvertising

Welcome to the Computer Graphics MCQs Page

Dive deep into the fascinating world of Computer Graphics with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Computer Graphics, a crucial aspect of UGC CBSE NET Exam. In this section, you will encounter a diverse range of MCQs that cover various aspects of Computer Graphics, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UGC CBSE NET Exam.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Computer Graphics. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UGC CBSE NET Exam.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Computer Graphics. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Computer Graphics MCQs | Page 3 of 9

Q21.
Consider a window bounded by the lines : x = 0; y= 0; x = 5 and y = 3. The line segment joining (-1, 0) and (4, 5), if clipped against this window will connect the points
Discuss
Answer: (a).(0, 1) and (2, 3)
Q22.
Which of the following color models are defined with three primary colors ?
Discuss
Answer: (d).RGB and CMY color models
Discuss
Answer: (d).All of the above.
Q24.
A segment is any object described by GKS commands and data that start with CREATE SEGMENT and Terminates with CLOSE SEGMENT command. What functions can be performed on these segments?
Discuss
Answer: (d).Translation, Rotation, Panning and Zooming
Q25.
Match the following:

a. Glass                         i. Contains liquid crystal and serves
as a bonding surface for a conductive
coating.
b. Conductive coating ii. Acts as a conductor so that a voltage
can be applied across the liquid crystal.
c. Liquid Crystal           iii. A substance which will polarize light
when a voltage is applied to it.
d. Polarized film           iv. A transparent sheet that polarizes light.

Codes:
     a  b   c   d
Discuss
Answer: (a).i   ii   iii  iv
Q26.
Below are the few steps given for scan-converting a circle using Bresenham's Algorithm. Which of the given steps is not correct?
Discuss
Answer: (d).If d≥0,then d=4 *(x-y)+10, x=x+1 and y=y+1
Q27.
Which of the following is/are side effects of scan conversion?

a. Aliasing
b. Unequal intensity of diagonal lines
c. Over striking in photographic applications
d. Local or Global aliasing
Discuss
Answer: (d).a, b, c and d
Q28.
Consider a line AB with A = (0,0) and B = (8, 4). Apply a simple DDA algorithm and compute the first four plots on this line.
Discuss
Answer: (a).[(0, 0), (1, 1), (2, 1), (3, 2)]
Q29.
Consider a raster grid having XY-axes in positive X-direction and positive upward Y-direction with Xmax = 10, Xmin = –5, Ymax = 11, and Ymin = 6. What is the address of memory pixel with location (5, 4) in raster grid assuming base address 1 (one)?
Discuss
Answer: (d).161
Q30.
Consider a N-bit plane frame buffer with W-bit wide lookup table with W > N. How many intensity levels are available at a time?
Discuss
Answer: (a).2^N
Page 3 of 9

Suggested Topics

Are you eager to expand your knowledge beyond Computer Graphics? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!