Quiznetik
Computer Graphics | Set 6
1. What are the types of polygon___________.
A. convex polygon
B. concave polygon
C. both a & b
D. none of these
Correct : C. both a & b
2. In which polygon object appears only partially________________.
A. convex polygon
B. concave polygon
C. both a & b
D. none
Correct : B. concave polygon
3. The rectangle space in which the world definition of region is displayed are called_______________.
A. screen coordinate system
B. clipping window or world window
C. world coordinate system
D. none of these
Correct : B. clipping window or world window
4. The process of cutting off the line which are outside the window are called__________.
A. shear
B. reflection
C. clipping
D. clipping window
Correct : C. clipping
5. The process of coloring the area of a polygon is called___________.
A. polygon filling
B. polygon flow
C. aliasing
D. none of these
Correct : A. polygon filling
6. The algorithm used for filling the interior of a polygon is called____________.
A. flood fill algorithm
B. boundary fill algorithm
C. scan line polygon fill algorithm
D. none of these
Correct : A. flood fill algorithm
7. If the pixel is already filled with desired color then leaves it otherwise fills it, this is called___________.
A. flood fill algorithm
B. boundary fill algorithm
C. scan line polygon filling algorithm
D. none of these
Correct : B. boundary fill algorithm
8. The process of mapping a world window in world coordinate system to viewport are called___________.
A. transformation viewing
B. view port
C. clipping window
D. screen coordinate system
Correct : A. transformation viewing
9. Some common form of clipping include__________.
A. curve clipping
B. point clipping
C. polygon clipping
D. all of these
Correct : D. all of these
10. An object can be viewed as a collection of___________.
A. one segment
B. two segment
C. several segments
D. none of these
Correct : C. several segments
11. Scaling of a polygon is done by computing____________.
A. the product of (x, y) of each vertex
B. (x, y) of end points
C. center coordinates
D. only a
Correct : D. only a
12. In the given point (x,y) and we want to access(x-1,y-1) in a single step we need to use_________.
A. 4-connected
B. 5-connected
C. 6-connected
D. 8-connected
Correct : D. 8-connected
13. Sutherland Hodgeman algorithm is used for_____________.
A. polygon filling
B. line clipping
C. polygon clipping
D. text clipping
Correct : C. polygon clipping
14. Which of the following is true with respect to Suther Hodge algorithm?
A. it clips only concave polygons
B. it is more time consuming and complex
C. it may insert extra edges in resultant polygon
D. none of these
Correct : C. it may insert extra edges in resultant polygon
15. Adjacent pixels are likely to have same characteristics. This property is referred as_______.
A. property of coherence
B. spacial coherence
C. spatial coherence
D. none of these
Correct : A. property of coherence
16. The algorithm used for filling the interior of a polygon is called
A. flood fill algorithm
B. boundary fill algorithm
C. scan line polygon fill algorithm
D. none of these
Correct : A. flood fill algorithm
17. If we want to recolor an area that is not defined within a single color boundary is known as_________.
A. boundary-fill algorithm
B. parallel curve algorithm
C. flood-fill algorithm
D. only b
Correct : C. flood-fill algorithm
18. A many sided figure is termed as_____.
A. square
B. polygon
C. rectangle
D. none
Correct : B. polygon
19. The function of scan line polygon fill algorithm are________.
A. find intersection point of the boundary of polygon and scan line
B. find intersection point of the boundary of polygon and point
C. both a & b
D. none of these
Correct : A. find intersection point of the boundary of polygon and scan line
20. If a line joining any two of its interior points lies not completely inside are called____________.
A. convex polygon
B. concave polygon
C. both a & b
D. none of these
Correct : B. concave polygon
21. Which things are mainly needed to make a polygon and to enter the polygon into display file_____.
A. no of sides of polygon
B. vertices points
C. both a & b
D. none of these
Correct : C. both a & b
22. Which approaches are used for determine whether a particular point is inside or outside of a polygon_____.
A. even-odd method
B. winding number method
C. both a & b
D. none of these
Correct : C. both a & b
23. In a given triangle, a(10, 10), B(20, 20), C(30, 10), the point P(28, 20) is______.
A. inside the triangle
B. outside the triangle
C. on the vertex
D. on the edge
Correct : B. outside the triangle
24. A Pixel is represented dy a tuple Xw,Yw,w in______.
A. normalised device coordinates
B. homogeneous coordinates system
C. 3d coordinate system
D. none of these
Correct : B. homogeneous coordinates system
25. If the angle Q is positive then the rotation direction will be _________.
A. clockwise
B. anticlockwise
C. parallel
D. perpendicular
Correct : B. anticlockwise
26. If we multiply any matrix A with identity matrix then we get the________matrix.
A. identity matrix
B. translation matrix
C. scaling matrix
D. original matrix
Correct : D. original matrix
27. Two consecutive transformation t1 and t2 are _________.
A. additive
B. substractive
C. multiplicative
D. none of these
Correct : A. additive
28. Two consecutive scaling transformation t1 and t2 are __________.
A. additive
B. substractive
C. multiplicative
D. none of these
Correct : C. multiplicative
29. Which of the following transformation is not used in rotation about arbitrary point in 2D?
A. scaling
B. rotation
C. translation
D. none of these
Correct : A. scaling
30. Two consecutive rotation transformation are always__________.
A. additive
B. subtractive
C. multiplicative
D. none of these
Correct : A. additive
31. Reflection about X-axis followed by reflection about Y-axis is equivalent to_______.
A. reflection about line y= x
B. reflection about origin
C. reflection about line y=-x
D. reflection about y-axis
Correct : B. reflection about origin
32. If a circle is scaled in only one direction then it will become___________.
A. parabola
B. hyperbola
C. ellipse
D. circle
Correct : C. ellipse
33. The result of two successive 2D rotations R(Q1) and R(Q2) is___________.
A. r(q1+q2)
B. r(q1.q2)
C. r(q1-q2)
D. r(q1/q2)
Correct : A. r(q1+q2)
34. If we take mirror reflection of a points(x,y) along the line Y=X then the point becomes________.
A. (x,-y)
B. (-y,-x)
C. (-x,y)
D. (y,x)
Correct : D. (y,x)
35. In X-shear transformation point(x,y)becomes_________.
A. (x+yb,xa+y)
B. (x+yb,y)
C. (x,xa+y)
D. none of these
Correct : B. (x+yb,y)
36. Shear transformation can be formed by scaling and rotation,justify True or False .
A. true
B. false
C. not always
D. none of these
Correct : A. true
37. Which transformation needs homogeneous coordinates to represent it in Matrix from?
A. scaling
B. rotation
C. translation
D. reflection
Correct : C. translation
38. Any 2D point in homogeneous coordinates is represented in a matix form with dimension as________.
A. 1*2
B. 2*1
C. 1*3
D. 3*1
Correct : C. 1*3
39. If we need to tilt the 2D object in one direction then we have to use_____transformation.
A. scaling
B. translation
C. shear
D. rotation
Correct : C. shear
40. In Scaling transformation Sx Indicate______.
A. scaling factor along x axis
B. translation factor along x axis
C. tilting factor along x axis
D. none of these
Correct : A. scaling factor along x axis
41. A point x(2,3) is reprensented in homogeneous coordinates as_________.
A. (2,3)
B. (2,3,1)
C. (2,3,1)
D. (2,3,0)
Correct : C. (2,3,1)
42. The transformation matrix is used for__________.
A. reflection at x axis
B. reflection at y axis
C. reflection at origin
D. reflection at line y=x
Correct : C. reflection at origin
43. The transformation matrix is used for_____________.
A. scaling
B. y-shear
C. x-shear
D. none of these
Correct : B. y-shear
44. In 3D viewing, mismatch between 3D objects and 2D displays is compensated by introducing_________.
A. transformation
B. projection
C. rotation
D. translation
Correct : B. projection
45. In 3D viewing, ____________-transformation transforms the projection co-ordinates into the device coordinates.
A. viewing
B. projection
C. workstation
D. 3d
Correct : C. workstation
46. Two Basic ways of projecting objects onto the view plane are _________ and _______- .
A. serial, parallel
B. serial,perspective
C. parallel, perspective
D. none of these
Correct : C. parallel, perspective
47. _____________ projection produce the realistic views but does not preserves relative proportions.
A. serial
B. perspective
C. parallel
D. any
Correct : C. parallel
48. When the direction of the projection is not perpendicular to the view plane , we have an _______ parallel projection.
A. serial
B. orthographic
C. oblique
D. none of these
Correct : C. oblique
49. The foreshortening factor is the ratio of the ____________.
A. actual length of line to its projected length
B. projected length of line to its true length
C. a or b
D. none of these
Correct : B. projected length of line to its true length
50. The oblique projections are classified as ______ and ___________ projections.
A. cavalier and cabinet
B. serial & parallel
C. parallel & perspective
D. isometric & dimetric
Correct : A. cavalier and cabinet
51. Cabinet projection appear ___________ realistic compared to cavalier projections.
A. more
B. less
C. equally
D. none of these
Correct : A. more
52. Which of the following is not a type of perspective projection____________.
A. isometric
B. one point
C. two point
D. three point
Correct : A. isometric
53. The color options are numerically coded with the following values.
A. ranging from 0 through the positive integer
B. ranging from 0 to 1
C. ranging from 0 to -0
D. only c
Correct : A. ranging from 0 through the positive integer
54. In color raster system, the number of color choices available depends on_____________.
A. colors in frame buffer
B. amount of storage provided per pixel in frame buffer
C. rgb color
D. neither a nor b
Correct : B. amount of storage provided per pixel in frame buffer
55. The color code “000” is for________.
A. white
B. black
C. blue
D. green
Correct : B. black
56. Color information can be stored in____________.
A. main memory
B. secondary memory
C. graphics card
D. frame buffer
Correct : D. frame buffer
57. binary value is placed in?
A. color look-up table
B. directly in frame buffer
C. a or b
D. video lookup table
Correct : B. directly in frame buffer
58. The range that specifies the gray or grayscale levels is___________.
A. the value range from -1 to 1
B. the value range from 0 to -1
C. the value range from 0 to 1
D. any one of the above
Correct : C. the value range from 0 to 1
59. then it displays__________.
A. dark green color
B. light gray color
C. dark gray color
D. white or black
Correct : C. dark gray color
60. RGB colors on internet applications are called___________.
A. safe colors
B. colors space
C. web colors
D. safe web colors
Correct : D. safe web colors
61. Equation that describes hue is ___________.
A. h = h-90
B. h = h-100
C. h = h-120
D. h = h-180
Correct : C. h = h-120
62. 0 degree of red color in hue image will correspond to______________.
A. boundary
B. edges
C. white region
D. black region
Correct : D. black region
63. White color in a Cartesian coordinate system can be represented as____________.
A. (0,1,1)
B. (0,1,0)
C. (0,0,1)
D. (1,1,1)
Correct : D. (1,1,1)
64. Color model is also called___________.
A. color system
B. color space
C. color area
D. both a and b
Correct : D. both a and b
65. The additive color models use the concept of___________.
A. printing ink
B. light to display color
C. printing line
D. none of these
Correct : B. light to display color
66. The subtractive color model use the concept of ____________.
A. printing ink
B. light to display color
C. printing line
D. none of these
Correct : A. printing ink
67. Two dimensional color model are_____________.
A. rgb and cmky
B. rbg and cymk
C. rgb and cmyk
D. none
Correct : C. rgb and cmyk
68. RGB model are used for____________.
A. computer display
B. printing
C. painting
D. none of these
Correct : A. computer display
69. CMYK model are used for______________-.
A. computer display
B. printing
C. painting
D. none of these
Correct : B. printing
70. The intersection of three primary RGB color produces________.
A. white color
B. black color
C. magenta color
D. blue color
Correct : A. white color
71. The intersection of primary CMYK color produces__________.
A. white color
B. black color
C. cyan color
D. magenta color
Correct : B. black color
72. CMYK.
A. lesser
B. larger
C. medium
D. none of these
Correct : B. larger
73. Color depth can be defined by ________ which can be displayed on a display unit.
A. bits per pixel
B. bytes per pixel
C. megabyte per pixel
D. none of these
Correct : A. bits per pixel
74. RGB true color model has _______ color depth.
A. 24bit
B. 32bit
C. 64bit
D. none
Correct : A. 24bit
75. CMYK true color model has _______ color depth.
A. 24bit
B. 32bit
C. 64bit
D. none
Correct : B. 32bit
76. Hue and saturation, both together produce_________.
A. brightness
B. transitivity
C. chromaticity
D. reflectivity
Correct : C. chromaticity
77. Green plus blue color produces________.
A. yellow
B. red
C. magenta
D. cyan
Correct : D. cyan
78. Three primary colors are_________.
A. red, green, blue
B. red, cyan, blue
C. red, white, black
D. red, green, yellow
Correct : A. red, green, blue
79. Total amount of energy from light source is called________.
A. brightness
B. reflectance
C. luminance
D. radiance
Correct : D. radiance
80. Hues opposites to each others are known as____________.
A. edges
B. boundaries
C. complements
D. saturation
Correct : C. complements
81. Color spectrum consists of__________.
A. 4 colors
B. 6 colors
C. 7 colors
D. 8 colors
Correct : C. 7 colors
82. One that is not a color model is__________.
A. rcb
B. cmyk
C. rgb
D. hsv
Correct : A. rcb
83. Intensity can be converted to color transformation by assigning colors to___________.
A. pixels
B. coordinates
C. pixel depth
D. intensity levels
Correct : D. intensity levels
84. Color model used for monitors is__________.
A. cmyk
B. bgr
C. rgb
D. cmr
Correct : C. rgb
85. The dynamic effect of an image is called_________.
A. video
B. animation
C. super sampling
D. none of these
Correct : B. animation
86. The animation can be defined as a collection of images played in______.
A. not sequence
B. defined sequence
C. both a & b
D. none of these
Correct : B. defined sequence
87. When sound is included in the animation, it become____________.
A. audio
B. video
C. both a & b
D. none of these
Correct : B. video
88. Many online animation tools are used to create animation in the form of___________.
A. jpeg image
B. pdf image
C. gif image
D. none of these
Correct : C. gif image
89. The types of animation are__________.
A. traditional animation
B. computer animation
C. both a & b
D. none of these
Correct : C. both a & b
90. The types of computer animation are____________.
A. 2d computer animation
B. 3d computer animation
C. both a & b
D. none of these
Correct : C. both a & b
91. In computer graphics, a graphical object is known as____________.
A. point
B. segment
C. parameter
D. none of these
Correct : B. segment
92. An object can be viewed as a collection of__________.
A. one segment
B. two segment
C. several segments
D. none of these
Correct : C. several segments
93. Every segment has its own attributes like________.
A. size, visibility
B. start position
C. image transformation
D. all of these
Correct : D. all of these
94. By using the attributes of segment , we can________ any segment.
A. control
B. print
C. none of these
D. change
Correct : A. control
95. A two-dimensional array contain the details of all the segment are called________.
A. segmentation table
B. segment name
C. operation
D. none of these
Correct : A. segmentation table
96. We assign all the attributes of segment under the________.
A. segment name
B. segment size
C. array
D. none of these
Correct : A. segment name
97. The initial size of segment will be_______.
A. 1
B. 0
C. 2
D. 3
Correct : B. 0
98. The removal of a segment with its details are called________.
A. alter the segments
B. deletion of segments
C. closing the segment
D. none of these
Correct : B. deletion of segments
99. Deletion of any segment is much________ than creation of any new segment.
A. easier
B. difficult
C. higher
D. none of these
Correct : B. difficult
100. When a display file is divided into number of subparts then each part is called as____.
A. segment
B. page
C. image
D. structure
Correct : A. segment