Computer Graphics MCQ
Computer Graphics MCQ
Computer Graphics MCQ
10. The technique(s) used for producing image on the CRT is/are .
A. vector scan
B. raster scan
C. both a and b
D. none of these
Answer: C
11. Vector scan technique is also called .
A. scalar scan
B. random scan
C. raster scan
D. beam scan
Answer: B
14. In raster scan display, the display image is stored in the form of in
the refresh buffer.
A. 1s
B. 0s
C. 1s and 0s
D. none of these
Answer: C
15. In raster scan CRT, the beam is swept back and forth from across the
screen.
A. left to right
B. right to left
C. up to down
D. down to up
Answer: A
16. In raster Scan CRT, when a beam is moved from the left to the right,it s
and it is when it is moved from the right to the left.
A. on,off
B. off,on
C. on,on
D. off,of
fAnswer: A
17. In raster scan display, the screen image repeatedly scanned, this process is
called .
A. buffering of screen
B. refreshig of screen
C. rendering of screen
D. highlighting screen
Answer: B
18. On a black and white system with one bit per pixel , the frame buffer is called
a .
A. bitmap
B. pixmap
C. bitpixmap
D. pixbitmap
Answer: A
19. The cost of vector scan display is cost of raster scan display.
A. equal to
B. less than
C. more than
D. none of these
Answer: C
23. The process of digitizing a picture definition given in an application program into a set of pixel-
intensity Values is called .
A. animation
B. sampling
C. rasterization
D. scan-conversion
Answer: D
(a) Adjacent pixels on a scan line are likely to have different characteristics
(b) Non-adjective pixels on a scan line are likely to have different characteristics
(c) Adjective pixels on a scan line are likely to have the same characteristics
27) The characteristics of pixels on a given scan line change only where a polygon ____ scan line
(a) Intersects
(b) Unions
(c) Differences
28) Efficient algorithms for scan –converting solid area polygons can be developed. These are called
(a) Powerful
(b) Weak
(a) One-step
(b) Three-step
(c) Two-step
(d) Four-step
32) Using the half scan line convention for each edge interesting the polygon, set the leftmost pixel whose
End point lies to the right of the interaction. This is a procedure for-
(a) Fill
(b) Counter
33) The disadvantage of both the edge fill and fence fill algorithm is the number of pixels addressed
34) The edge fill, fence fills and edge flag algorithm are _______ to simple polygons.
(a) Fill
(c) 1
(d) None
37) A simple seed fill algorithm for a boundary the defined region can be developed using a ______.
(a) Queue
(c) Dequeue
(d) Stack
(a) Sequentially
(b) Randomly
(c) Directly
(a) FIFO
(b) LILO
(c) LIFO
40) In simple seed fill algorithm _________ function is used for placing a pixel on the stack.
(a) Seed
(b) Push
(c) POP
41) In simple seed fill algorithm _________ function is used for removing a pixel from the stack.
(a) Seed
(b) Push
(c) Pop
42) _____ is the process of extracting a portion of the database, is fundamental to several aspects of computer
graphics.
(a) Projection
(b) Clipping
(c) Rotation
(d) Translation
44. William Fetter of Boeing coined the term “Computer Graphics” in the year _______.
a. 1961
b. 1962
c. 1969
d. 1960
47. In the case of postfix notation, operators are written after their operands.
a. True
b. False
48. System models are abstract descriptions of systems whose requirements are being analyzed
a. True
b. False
a. notation
b. transitions
c. states
d. keywords
50. Which system model is being depicted by the ATM operations shown below?
a. Structural model
b. Context model
c. Behavioral model
d. Interaction model
51. Sylvan Chasen (Lockheed, 1981) proposed _________ phases of “Computer Graphics” evolution.
a. 5
b. 3
c. 4
d. 6
b. video controller
d. image controller
53. The process of hidden surface removal also known as the _________.
54. Raster graphics refers to images represented in terms of continuous geometric primitives such as lines and
curves.
a. True
b. False
55. Computer graphics is the process of _______ static images or animation (sequence of images) on computer
screens in an efficient way.
a. rendering
b. removing
c. clearing
56. The CAD system DAC-1(by IBM) falls under _________ phase of computer graphics.
a. gestational
b. childhood
c. adulthood
57. The computer graphics field entered into the adulthood period in ___________.
a. 1971
b. 1981
c. 1984
d. 1993
a. object representation
b. scan Conversion
c. viewing transformation
a. True
b. False
61. Quadric surfaces refer to those objects, which (or the surface of which) are described with degree 3 equations
(i.e., cubic equations).
a. True
b. False
62. The idea of fitting a set of control points with several polynomials to generate curve is called _________.
a. Spline
b. Point
c. Boundary
a. Bezier line
b. Bezier curves
c. Bezier surface
64. Techniques that represent an object by representing the individual object surfaces are ____________.
a. Point sample representation
b. Boundary representation
c. Sweep representation
65. Two sweep representation techniques used in computer graphics are Sweep surface and __________.
a. Sweep points
b. Sweep volume
c. Surface of revolution
d. Surface of evolution
b. Boundary representation
c. Sweep representation
a. True
b. False
69. The two types of continuing conditions are, (choose the correct options)
73. Representation media refers to how the information is represented internally by the computer.
a. True
b. False
74. The ___ step towards the digitization of analog signals is discretization.
a. Second
b. Final
c. Fourth
d. First
75. ASCII stands for American Standard Code for ___ Interchange.
a. International
b. Information
c. Internal
d. Index
78. A photograph is an analog image and a ___ can convert it into a digital image.
a. Printer
b. Scanner
c. Webcam
d. Camera
81. CD-DA audio uses a sample rate of 44,100 samples per ___.
a. Second
b. Minute
c. Hour
d. day
102. The process of digitizing a picture definition given in an application program into a set of pixel-intensity
Values is called .
A. animation
B. sampling
C. rasterization
D. scan conversion
A. Simulation
B. Drawing
C. Movies, photographs
D. All of the above
107. Which one of the following terms is used for the area of the computer captured by an application?
A. Display
B. Window
C. Viewport
D. None of the above
110. From the given list of options, which one is the accurate and efficient line-generating algorithm?
A. Midpoint algorithm
B. DDA algorithm
C. Bresenham's Line algorithm
D. None of the above
111. The process of positioning an object along a straight line path from one coordinate point to another is called -
A. Translation
B. Reflection
C. Shearing
D. Transformation
112. Which of the following equation is used in 2D translation to move a point(x,y) to the new point (x',y')?
A. x' = x + ty and y' = y + tx
B. x' = x - tx and y' = y - ty
C. x' = x + tx and y' = y + ty
D. x' = x + tx and y' = y - ty
A. Translation
B. Rotation
C. Scaling
D. None of the above
115. Which of the following transformation is used for altering the object's size?
A. Translation
B. Rotation
C. Scaling
D. None of the above
116. The Cohen-Sutherland algorithm divides the two-dimensional space in how many regions?
A. 9
B. 8
C. 18
D. 23
117. Which one of the following is the most commonly used and basic input device?
A. Mouse
B. Keyboard
C. Scanner
D. Printer
118. Which of the following device is used for the 3D positioning of an object?
A. Trackball
B. Mouse
C. Space ball
D. All of the above
119. Which is a common device for painting or selecting the object's co-ordinate positions?
A. Digitizer
B. Touch panel
C. Image scanner
D. Keyboard