Multiple Choice Questions: Techno India Batanagar Computer Science and Engineering Model Questions
Multiple Choice Questions: Techno India Batanagar Computer Science and Engineering Model Questions
Model Questions
2. Tablet is
a) logical interactive device b) data generation device
b) c) physical interactive device d) none of these
3. Bresenham’s Algorithm seeks to select the optimum raster locations that represent a
a) Straight line b) curve line c) polygon d) none of these
6. The DDA algorithm is a faster method for calculating pixel positions than direct use of line
equation using y = mx + c, because
a) it eliminates floating point addition b) it eliminates floating point multiplication
c) it eliminates rounding operation that drift away from true line path d) none of these
7. In Bresenham’s circle algorithm, if points are generated from 900 to 450 and (x,y) are the
Coordinate of last scan converted pixel then the next pixel coordinate is
a) (x+1,y+1)or(x-1,y-1) b) (x+1,y)or(x,y+1)
c) (x,y+1)or(x+1,y-1) d) (x+1,y)or(x+1,y-1)
8. Aliasing means
a) Rendering effect b) Shading effect c) Staircase effect d) Cueing effect
9. The technique of using a minimum number of intensity levels to obtain increased visual
resolution is
a) Dithering b)Half toning c)Depth-Cueing d)Rendering
10. A raster colour display processor supports a resolution of 1024 * 800 with up to 16 million
colours simultaneously displayable. What will be the approximate size(in bytes)of the frame
buffer used in the display processer?
a)1.2*106 b)2.4*106 c)16*106 d)105
12. A 24-bit plane colour frame butter with three 10-bit wide colour look up tables can have
………….number of colours.
a) 224 b) 28 c) 248 d) 230
14. Slope of the line joining the points (1, 2) and (3, 4) is
a) 0 b) 1 c) 2 d) 3
15. In bresenham’s circle generation algorithms. If (x, y) is the current pixel position then the x-
value of the next pixel position is
A) x b)x - 1 c)x + 1 d)x + 2
19. The video memory that is used to hold the image displayed on screen is known as
a) Display processor b) LUT c) Frame buffer d) Display file
20. The maximum number of dots that can be displayed without overlap on CRT is referred to as
a) Refresh rate b) Interlacing c) Screen resolution d) None of these
24. In order to avoid Flicker in monitor having low refresh rate the techniques used is
a) Refreshing b) Vertical refreshing
c) Interfacing d) horizontal refreshing
27. CMY coordinates of a colour at (0.2, 1, and 0.5) in the RGB space are
a) (1.2,2,1.5) b) (2.2,2,2.5) c) (0.8,0,0.5) d) (0.1,0.5,0.25)
30. A monitor can display 4 shades of red, 8 shades of blue and 16 shades of green. The colour
depth supported by the monitor is
a) 7 bits b) 8 bits c) 9 bits d) 10 bits
31. For the scan-line polygon fill algorithm, each horizontal edge should be
a) Ignored
b) Treated as a single intersection point
c) Treated as two intersection points
d) Treated as one or two intersection point, depending on the adjacent vertices
32. Line end point codes of 4 lines are given below. Which one of the following is totally
invisible?
a) 1010, 0110 b) 0000, 0000 c) 1001, 0000 d) 0001, 0100
33. Under a parallel projection, the point (2, 3,-1) has been viewed at (3, 3, 0), then the direction
of projection should be the vector
a)(1,0,1) b(1,0,-1) c)(0,1,1) d)(0,-1,1)
34. If (x,y,w), w= 0 , is a point in the homogeneous coordinate system than its equivalent in the
two dimensional system is
a)(x,y,1) b)(x,y,0) c)(x/w,y/w) d)(x,y, x-y)
35. An object is viewed by using perspective transformation. The maximum number of principal
vanishing point(s) possible is
a) b)2 c)3 d) Infinite
36.In the Cohen Sutherland line clipping algorithm, if the codes of the two point P&Q are 0101
& 0001 then the line segment joining the points P&Q will be __________ the clipping
window.
a) Totally outside b) Partially outside
c) Totally inside d) None of these
37. Clipping algorithms are
a) Two or three dimensional b) Two dimensional
c)Three dimensional d)None of these
38. When the angle between the projectors and the plane of projection is not equal to 900 then
the projection is
a) Orthographic b) Isometric
c) Perspective d) Oblique
43. In view-port clipping of 3D viewing, the region code contains __________number of bits.
a) 6 b) 4 c) 5 d) 7
44. If (x,y,h), h 0, is a point in the homogeneous co-ordinate system then its equivalent in
the two dimension system is
a) (x,y,1) b) (x,y,0) c) (x/h, y/h) d) (x,y, x+y)
45. When projection lines are perpendicular to the view plane then such type of projection is
called
a) Parallel b) Perspective c) Orthographic d) Oblique
48. The slope of the Bezier curve at start of the curve of is controlled by
a) First control point b) First two control points
c) First three control points d) All four control points
49. Two curves are said to be connected at a point with first order continuity if
a) Both curves simply meet at that point
b) The tangents to both the curves at that point is equal
c) The curvatures to both the curves at that point is equal
d) There is a discontinuity of both the curves at that point
50. The best hidden surface removal method(s) used for complex scenes with more than a few
thousand surfaces is/are
a) Depth sorting method b) Scan line algorithm
c) Depth buffer algorithm d) Octree method
52. A Bezier cubic curve with control points P0, P1, P2 and P3 is defined by the equation
𝑓(𝑢) = 𝑃𝑖 𝐵𝑖3 (𝑢), 𝐵23 is
a)(1-u)3 b)u3 c)3u(1-u)2 d)3u(1-u)
53. The slope of the Bezier curve at the starting of the curve is controlled by
a) First control point b) first two control points
c) First three control points d) all four control points
70. If XL,XR,YB,YT represent the four parameter of x-left , x-right , y-bottom and y-top of the
clipping window and (x,y)is a point inside the window then
a)𝑋𝐿 ≤ 𝑥 ≤ 𝑋𝑅 𝑎𝑛𝑑 𝑌𝐵 ≤ 𝑦 ≤ 𝑌𝑇 b) 𝑋𝐿 ≤ 𝑥 ≤ 𝑋𝑅 𝑎𝑛𝑑 𝑌𝐵 ≥ 𝑦 ≥ 𝑌𝑇
c) 𝑋𝐿 ≥ 𝑥 ≥ 𝑋𝑅 𝑎𝑛𝑑 𝑌𝐵 ≤ 𝑦 ≤ 𝑌𝑇 d) 𝑋𝐿 ≥ 𝑥 ≥ 𝑋𝑅 𝑎𝑛𝑑 𝑌𝐵 ≥ 𝑦 ≥ 𝑌𝑇
72.A projection in which all three foreshortening factors are kept equal is called as
a) Isometric projection b) diametric projection
c) Trimetric projection d) none of these
73.Using odd parity rule ,if the number of polygon edges crossed by a line , from a point is
odd ,then
a) P is an exterior point b)P is interior point
c)P is on the edge point d)odd parity-rule along is not sufficient to judge
74. if Sx and Sy are scaling factors applied in X and Y directions respectively , on p (x,y),the
output point co-ordinates after applying scaling operation is
a) x1=1/x.Sx, y1=y.Sy b)x1=x+Sx,y1=y+Sy
c) x1=x.Sx, y1=1/y.Sy d)x1=x.Sx,y1=y.Sy
77. The memory area which holds a set intensity values for all the screen points is
a) Frame buffer b) refresh RAM
c) Video cache d) RAM
78. Bresenham’s algorithm seeks to the optimum raster location that represent a
a)straight line b)curve line c)polygon d)none of these
81. Minimum memory required for frame buffer when resolution is 800×600 and bit/pixel is
8.
a)512 kb b)1 Mb c)2 Mb d)256 kb
85. The maximum number of points that can be displayed without overlap on CRT is
referred to as
a)Resolution b)Persistence c)Attenuation d)None of these
86. Size of a 640×480 image at 240 pixels per inch is
a) 2 by 2 inches b) 2*2/3 by 2 inches c) 3 by 2 inches d)none of these
87. What do you call the path the electron beam taken at the end of each refresh cycle?
a) Horizontal retraces b) vertical retrace
c) Diagonal retrace d) none of these
90. Dragging in computer graphics can be achieved through which of the following
transformation?
a) translation b)rotation c)scaling d)mirror reflection
95. Mid -point line and circle drawing algorithm use the sign of
a) Distance parameter b) decision parameter
c) Describe point d) both a&b
96. What will be the value of initial decision parameter if we intend to draw a line between
A (3, 6) and B (4, 9) using Bresenham’s algorithm?
a)6 b)5 c)3 d)none of these
97. The total number of pixel put ‘ON’ for the line starting at (1, 1) and ending at (12, 7)
would be
a) 7 b) 11 c) 12 d) more than 12
98. Which one is not the neighbour of a pixel (x,y) in 4 -connected method ?
a)(x,y+1) b)(x+1,y+1) c)(x,y-1) d)none of these
100. How many matrices are required to rotate an object about a point (x, y)?
a)2 b)3 c)4 d)5
0 1 0
101. In 2D graphics, the transformation 1 0 0 results in
0 0 1
a) Reflection about line y=x b) reflection about line y=-x
c) Reflection about line y=0 d) searching about x-axis
103. How many matrices are required to reflect an object through a line y= mx + c?
a) 2 b) 3 c)4 d)5
105. In 2D graphics, if S1 & S2 are two scaling matrix and T1 & T2 are two translation matrices
then
a) S1S2=S2S1 b) S1T1=S2T2 c) T2S2=T1S1 d)S1T1=T2S1
110. MIDI is
a) Musical instrument digital interface b) Multiple instrument digital interface
c) Musical interchangeable digital interface d) Multiple interchangeable digital interface
Answers
1. C 48. B 95. D
2. C 49. A 96. B
3. A 50. D 97. C
4. B 51. B 98. D
5. B 52. D 99. A
6. B 53. C 100. B
7. D 54. D 101. A
8. C 55. B 102. B
9. B 56. B 103. D
10. B 57. C 104. B
11. D 58. B 105. A
12. A 59. A 106. C
13. D 60. A 107. B
14. B 61. D 108. C
15. C 62. A 109. C
16. B 63. C 110. A
17. B 64. C
18. D 65. A
19. C 66. A
20. C 67. B
21. D 68. B
22. A 69. D
23. B 70. A
24. C 71. B
25. B 72. A
26. C 73. B
27. C 74. D
28. B 75. C
29. B 76. A
30. C 77. A
31. D 78. A
32. A 79. A
33. B 80. C
34. C 81. A
35. C 82. A
36. A 83. C
37. A 84. A
38. D 85. A
39. C 86. B
40. A 87. B
41. C 88. C
42. D 89. B
43. A 90. A
44. A 91. A
45. C 92. A
46. B 93. C
47. D 94. B