Computer Graphics MCQ
Computer Graphics MCQ
2. In a graphical system, an array of pixels in the picture are stored in which of the following locations?
a) Frame buffer
b) Processor
c) Memory
d) All of the mentioned
Answer: c
4. Which of the following devices provides positional information to the graphics system?
a) Pointing devices
b) Both Input devices and Pointing devices
c) Output devices
d) Input devices
Answer: b
5. Which of the following is defined as the number of pixels stored in the frame buffer of a graphics system?
a) Resolution
b) Resolution
c) Depth
d) None of the mentioned
Answer: d
7. Which of the following is used in graphics works as input devices to accept voice commands?
a) Speech recognizers
b) Touch panels
c) None of the mentioned
d) All of the mentioned
Answer: a
12. if a line is to be drawn from (0,0) to (4,6) using DDA line drawing algorithm, the third point to be plotted is …….
A. (1,2)
B. (2,3)
C. (3,2)
D. (2,1)
Answer: A. (1,2)
18. the best line drawing algorithm among all possible line drawing algorithm is………….
A. dda
B. algorithm which uses direct equation of line
C. Bresenhams algorithm
D. none of them
Answer: C. Bresenhams algorithm
21. In computer graphics, pictures or graphics objects are presented as a collection of discrete picture element called______.
A. dots
B. pixels
C. co-ordinates
D. points
Answer: B. pixels
22. We can control ____of the pixels which compose the screen.
A. intensity
B. size
C. shape
D. none
Answer: A. intensity
25. The deflection system of the CRT consists of___________ deflection plates.
A. vertical
B. horizontal
C. a and b
D. none of these
Answer: C. a and b
26. The techniques 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. both a and b
28. The number of pixels stored in the frame buffer of a graphics system is known as
a) Resolution
b) Depth
c) Only a
Answer: c
29. In graphical system, the array of pixels in the picture are stored in
a) Memory
b) Frame buffer
c) Processor
d) All of the mentioned
Answer: a
30. Heat supplied to the cathode by directing a current through a coil of wire is called
a) Electron gun
b) Electron beam
c) Filament
d) Anode and cathode
Answer: c
31. The maximum number of points that can be displayed without overlap on a CRT is referred as
a) Picture
b) Resolution
c) Persistence
d) Neither b nor c
Answer: b
32. ________ stores the picture information as a charge distribution behind the phosphor-coated screen.
a) Cathode ray tube
b) Direct-view storage tube
c) Flat panel displays
d) 3D viewing device
Answer: b
33. The devices which converts the electrical energy into light is called
a) Liquid-crystal displays
b) non-emitters
c) Plasma panels
d) Emitters
Answer: d
34. In which system, the Shadow mask methods are commonly used
a) Raster-scan system
b) Random-scan system
c) Only b
d) Both a and b
Answer: a
35. The process of digitizing a given picture definition into a set of pixel-intensity for storage in the frame buffer is called
a) Rasterization
b) Encoding
c) Scan conversion
d) True color system
Answer: c
36. Which display devices allows us to walk around an object and view it from different sides.
a) Direct view storage tubes
b) Three-dimensional devices
c) Flat panel display devices
d) Plasma panel display devices
Answer: b
37. In LCD, the refresh rate of the screen is
a) 60 frames/sec
b) 80 frames/sec
c) 30 frames/sec
d) 100 frames/sec
Answer: a
Answer: c
Explanation: Bit map frame buffer is always 1 bit per pixel.
42. __________ allows screen positions to be selected with the touch of a finger.
a) Touch panels
b) Image scanner
c) Light pen
d) Mouse
View Answer
Answer: a
Explanation: None.
44. ________ is used in graphics workstation as input devices to accept voice commands.
a) Touch panels
b) Speech recognizers
c) Only a
d) All of the mentioned
View Answer
Answer: b
Explanation: Through speech recognizers user can give voice commands.
46. When a voice command is given, the system searches the _____________for a frequency-pattern match.
a) Memory
b) Input data
c) Dictionary
d) Hard disk
View Answer
Answer: c
Explanation: System searches the dictionary for frequency pattern matching.
50. Which device contains thumbwheel, trackball and a standard mouse ball?
a) Z mouse
b) Joystick
c) Mouse
d) Trackball
View Answer
Answer: a
Explanation: These 3 buttons are the Z mouse features.
2. 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
discuss
A.left to right
4. 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
discuss
A.bitmap
5. Aspect ratio is the ratio of ________ to prodce equal length lines in both direction on the screen
A. vertical points to horizontal points
B. horizontal points to vertical points
C. left to riht and right to left diagonal points
D. right to left and left to right diagonal points
discuss
A.vertical points to horizontal points
7. The line is said to be interior to the clipping window if ___________point(s) is/ are interior to the window.
A. any line B. one end C. both end
D. any two
discuss
C.both end
8. In Cohen-sutherland subdivision line clipping algorithm, bit 1 in region code is set if _____.
A. end point of line is to the left of the window
B. end point of line is to the right of the window
C. end point of line is to the below of the window
D. end point of line is to the above of the window
discuss
A.end point of line is to the left of the window
9. Clipping algorithm can be implemented in –
(a) Software
(b) Both a and b
(c) Hardware
(d) None of the above
View Answer
Answer: (c)
10. If a and b are endpoints of a line, then an algorithm for identifying completely visible and most invisible lines might be:
(a) Visibility algorithm
(b) Simple visibility algorithm
(c) Complex visibility algorithm
(d) None of the above
View Answer
Answer: (b)
12. The region against which an object is to be clipped is called ___ or___.
(a) Boundary, edges
(b) Clip window, clipping window
(c) viewport, window
(d) Both a & b
View Answer
Answer: (b)
13. The oldest & most popular line clipping algorithm is ___ & was developed by ___ to speed up the processing
(a) Cohen subdivision algorithm, Ivan Sutherland
(b) Sutherland line clipping algorithm, Den Cohen
(c) Both a & b
(d) None of the above
View Answer
Answer: (c)
16. The Cohen-Sutherland algorithm divides the region into _____ number of spaces.
a) 8
b) 6
c) 7
d) 9
Answer: d
17. What is the name of the small integer which holds a bit for the result of every plane test?
a) setcode
b) outcode
c) incode
d) bitcode
Answer: b
18. An outcode can have ____ bits for two-dimensional clipping and ____ bits for three-dimensional clipping.
a) 4,6
b) 6,8
c) 2,4
d) 1,3
Answer: a
19. The centre region of the screen and the window can be represented as________
a) 0000
b) 1111
c) 0110
d) 1001
Answer: a
20. The Cohen–Sutherland algorithm can be only be used on a rectangular clip window.
a) True b) False
Answer: a
21. If both codes are 0000, (bitwise OR of the codes yields 0000) line lies __________________ the window.
a) completely outside
b) half inside half outside
c) completely inside
d) can’t say anything
Answer: c
25. The logical ______ of the endpoint codes determines if the line is completely inside the window.
a) AND b) OR c) NOT d) NOR
Answer: b
26. In which of the following text clipping method do we only include the characters of a string that are entirely inside the view window?
a) All or none string clipping
b) All or none character clipping
c) Text clipping
d) We don’t consider the character that are inside the view window
Answer: b
27. In which of the following text clipping method do we clip only a part of a characters of a string that is partially outside the view window?
a) All or none string clipping
b) All or none character clipping
c) Text clipping
d) We don’t clip the character that is partially inside the view window
Answer: c
Answer: c
Answer: d
30. Which of the following clipping process handles the clipping of strings?
a) Curve Clipping
b) Shape Clipping
c) Exterior Clipping
d) Text Clipping
Answer: d
31. In line clipping, the portion of line which is _____________ of window is cut and the portion that is _____________ the window is kept.
a) outside, inside
b) inside, outside
c) exact copy, different
d) different, an exact copy
Answer: a
Answer: b
33. A polygon can be clipped using clipping operations.
a) True
b) False
Answer: a
34. Which vertex of the polygon is clipped first in polygon clipping?
a) top right
b) bottom right
c) bottom left
d) top left
Answer: d
Answer: c
Answer: d
Answer: b
UNIT-3
2D and 3D transformation
A. 1D transformation
B. 2D transformation
C. 3D transformation
D. 4D transformation
View Answer
Ans : B
A. scaling transformation
B. vector transformation
C. simple transformation
D. reflection transformation
View Answer
Ans : A
A. 1
B. 2
C. 3
D. 4
View Answer
Ans : B
5. The Y-Shear preserves the ______ coordinates and changes the __________ coordinates.
A. X, X
B. Y, Y
C. X, Y
D. Y, X
View Answer
Ans : C
Explanation: The Y-Shear preserves the X coordinates and changes the Y coordinates which causes the horizontal lines to transform
into lines which slopes up or down.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, In reflection transformation, the size of the object does not change.
7. Which transformation distorts the shape of an object such that the transformed shape appears as if the object were composed of
internal layers that had been caused to slide over each other?
A. Rotation
B. Scaling up
C. Scaling down
D. Shearing
View Answer
Ans : D
Explanation: Two common shearing transformations are the type of transformation that shift coordinate x values coordinate y values.
In shear transformation, the transformed shape appears as if the object were composed of internal layers that had been caused to slide
over each other
Explanation: If the scaling factors values sx and sy < 1 then it reduces the size of object.
9. The rotation axis that is perpendicular to the xy plane and passes through the pivot point is known as
A. Translation
B. Scaling
C. Shearing
D. Rotation
View Answer
Ans : D
Explanation: The rotation transformation is also described as a rotation about a rotation axis that is perpendicular to the xy plane and
passes through the pivot point.
In 2D-translation, a point (x, y) can move to the new position (x’, y’) by using the equation
a) x’=x+dx and y’=y+dx
b) x’=x+dx and y’=y+dy
c) X’=x+dy and Y’=y+dx
d) X’=x-dx and y’=y-dy
View Answer
Answer: b
Polygons are translated by adding __________ to the coordinate position of each vertex and the current attribute setting.
a) Straight line path
b) Translation vector
c) Differences
d) Only b
View Answer
Answer: d
Multimedia
1. The combination of text, graphics art, sound, animation and video delivered by computer or other electronic devices is called :
(A) Multimedia
(B) Hyper media
(C) Visual media
(D) None
SHOW ANSWER
Answer : A
2. One of the disadvantages of multimedia is
(A) Cost
(B) Adaptability
(C) Usability
(D) Relativity
SHOW ANSWER
Answer : A
3. Which of the following is a computer based presentation techniques ?
(A) Slides
(B) Tutorial
(C) Multimedia
(D) Data Processing
SHOW ANSWER
Answer : C
4. Which image files are lossy format ?
(A) GIF
(B) MPEG
(C) JPEG
(D) PNG
SHOW ANSWER
Answer : C
5. A smaller version of an image is called a
(A) Clipart
(B) Bitmap
(C) Portable network graphic
(D) Thumbnail
SHOW ANSWER
Answer : D
6. Which of the following is a technique to blend two or more images to form a new image ?
(A) Modeling
(B) Morphing
(C) Animating
(D) Warping
SHOW ANSWER
Answer : B
12. In Audio and Video Compression, each frame is divided into small grids, called picture elements or___________
1. packets
2. mega pixels
3. frame
4. pixels
Answer: pixels
13. Expand JPEG.
A. Joint Photo Experts Gross
B. Joint Photographic Experts
Gross
C. Joint Processor Experts
Group
D. Joint Photographic
Expression Group
GIF means
A. Graphic Information File
B. Graphic Interchange Format
C. Graphic Information
Format
D. Graphic Interchange File
How many attributes control the
characteristics of sound?
A. 5
B. 4
C. 3
D. 2
9. Which of the following is not a step for designing animation sequence?
A. storyboard layout B. object definitions
C. keyframe specifications
D. image processing
discuss
D.image processing
__________defines a set of basic events that are to take place in a specific order during design animation.
A. storyboard layout
B. object definitions
C. keyframe specifications
D. Generation of in-between frames
discuss
A.storyboard layout
Each active section of the scene is treated as an __________
A. image
B. object
C. frame
D. none of these
discuss
B.object
Which of the following is not a example of animation software?
A. Amorphium
B. 3D studio
C. Adobe acrobat
D. Adobe flash
discuss
C.Adobe acrobat
In case of complex scene, the frames are divided into individual components or objects called_______
A. cels
B. pixels
C. line segments
D. all of these
discuss
A.cels