Вы находитесь на странице: 1из 13

1) Interactive computer graphics uses various kind of input devices such as

(A) Mouse
(B) Graphic tablet
(C) Joystick
(D) All of these
Answer: Option D

2) Input function are used for


(A) Control the data flow from these interactive devices
(B) Process the data flow from these interactive devices
(C) Both A & B
(D) None of these
Answer: Option C

3) A graphics package contains


(A) No of housekeeping task such as clearing a display screen
(B) No of housekeeping task such as initializing parameters
(C) Both a & b
(D) None of these
Answer: Option C

4) The interactive computer graphics involves________ way communication between computer and the user
(A) One
(B) Two
(C) Three
(D) Four
Answer: Option B

5) User can make any change on image with the use of


(A) Non-interactive graphics
(B) Interactive graphics
(C) Both a & b
(D) None of these
Answer: Option B

6) CAD means
(A) Car aided design
(B) Computer art design
(C) Computer aided design
(D) None of these
Answer: Option C

7) What are the components of Interactive computer graphics


(A) A digital memory or frame buffer
(B) A television monitor
(C) An interface or display controller
(D) All of these
Answer: Option D

8) A display controller serves to pass the contents of


(A) Frame buffer to monitor
(B) Monitor to frame buffer
(C) Both a & b
(D) None of these
Answer: Option A

9) To store black and white images, black pixels are represented by ________ in the frame buffer and white pixels b
_______
(A) Zero and One
(B) One and Zero
(C) Both a & b
(D) None of these
Answer: Option B

10) A 16*16 array of black and white pixels could be represented by ________
(A) 64 bytes
(B) 32 bytes
(C) 128 bytes
(D) 96 bytes
Answer: Option B

11) The display controller converts 0s and 1s into_______


(A) TV monitor
(B) Video signal
(C) Electronics signal
(D) None of these
Answer: Option B

12) The image can be transmitted to the display point by________


(A) Line
(B) Segment
(C) Point
(D) None of these
Answer: Option C

13) The area of computer that is captured by an application is called


(A) Window
(B) View port
(C) Display
(D) None of these
Answer: Option A

14) The movement of different attributes of image would make the image dynamic and such a dynamic effect is ter
ed as ________
(A) Picture
(B) Animation
(C) Painting
(D) None of these
Answer: Option B

15) The division displayed on screen into row and columns is known as
(A) Rubber band method
(B) Gravity field
(C) Dragging
(D) Grid
Answer: Option D

16) What is ZUI in computer Graphics ?


(A) A Widget
(B) Logical Enhancement of GUI
(C) An application that saves memory
(D) None of above
Answer: Option A

17) In Bresenham's algorithm, while generating a circle, it is easy to generate?


(A) One octant first and other by successive reflection
(B) One octant first and other by successive rotation
(C) One octant first and other by successive translation
(D) All octant
Answer: Option A

18) Why a circle drawn on the screen appears to be elliptical?


(A) It is due to the aspect ratio of monitor
(B) Screen has rectangular shape
(C) Our eyes are not at the same level on screen
(D) CRT is completely spherical
Answer: Option A

19) In Bresenham's algorithm error term is initialized to ?


(A) 0
(B) 1
(C) - 1/2
(D) None of above
Answer: Option A

20) Which of the following technique is used in Midpoint Subdivision algorithm?


(A) Linear search
(B) Binary search
(C) Heap sort
(D) Bubble sort
Answer: Option C

21) Hue of color is related to?


(A) Luminance
(B) Saturation
(C) Incandescence
(D) Wavelength
Answer: Option D

22) The phenomenon of having a continuous glow of a beam on the screen even after it is removed is called as?
(A) Fluorescence
(B) Persistence
(C) Phosphorescence
(D) Incandescence
Answer: Option C
23) The line 2x - y + 4 = 0, if clipped against this window will connect the points?
(A) (0, 1) and (3, 3)
(B) (0, 1) and (2, 3)
(C) (1, 2) and (4, 2)
(D) None of above
Answer: Option D

24) Reflection of a point about x-axis, followed by a counter-clockwise rotation of 900, is equivalent to reflection ab
ut the line?
(A) x = -y
(B) y = -x
(C) x = y
(D) x + y = 1
Answer: Option C

25) The point at which a set of projected parallel lines appear to coverage is called as a?
(A) convergence point
(B) vanishing point
(C) point of illusion
(D) point of delusion
Answer: Option B

26) The basic element of a picture in volume graphics is?


(A) pixel
(B) volsel
(C) voxel
(D) None of above
Answer: Option C

27) Let R be the radius of a circle. The angle subtended by an arc of length R at the center of the circle is ?
(A) 1 degree
(B) 1 radian
(C) 45 degree
(D) None of these
Answer: Option B

28) A circle, if scaled only in one direction becomes a ?


(A) parabola
(B) hyperbola
(C) ellipse
(D) remains a circle
Answer: Option C

29) A bilinear transformation can be simulated by the transformation?


(A) transformation, rotation and stretching
(B) translation and rotation
(C) rotation, stretching and inversion
(D) rotation, stretching, inversion and translation
Answer: Option D

30) The anti - aliasing technique which allows shift of 1/4,1/2 and 3/4 of a pixel diameter enabling a closer path of a
ine is?
(A) Pixel phasing
(B) Filtering
(C) Intensity compensation
(D) Sampling technique
Answer: Option A

31) Raster is a synonym for the term?


(A) Array
(B) Matrix
(C) Model
(D) All of above
Answer: Option B

32) The ___ simply reads each successive byte of data from the frame buffer?
(A) Digital Controller
(B) Data Controller
(C) Display Controller
(D) All of above
Answer: Option C

33) Reflection of a point about x-axis, followed by a counter-clockwise rotation of 900, is equivalent to reflection ab
ut the line?
(A) x = -y
(B) y = -x
(C) x = y
(D) x + y = 1
Answer: Option C

34) In the raster scan method for transformation, a 900 rotation can be performed by?
(A) reversing the order of bits within each row in the frame buffer
(B) by performing XOR on the frame buffer location
(C) by coping each row of the block into a column in the new frame buffer location
(D) None of above
Answer: Option C

35) Oblique projection with an angle of 450 to the horizontal plane is called as ?
(A) Cabinet projection
(B) Isometric projection
(C) Cavalier projection
(D) None of these
Answer: Option C

36) (2,4) is a point on a circle that has center at the origin. Which of the following points are also on circle ?
(A) (2,-4)
(B) (-2,4)
(C) (4,-2)
(D) (-4,2)
(E) All of above
Answer: Option E

37) Aspect ratio is generally defined as the ratio of the?


(A) Vertical to horizontal points
(B) Horizontal to vertical points
(C) Vertical to (horizontal + vertical) points
(D) Either A or B, depending on the convention followed
Answer: Option D

38) The maximum number of points that can be displayed without overlap on a CRT is refereed to as?
(A) Resolution
(B) Persistence
(C) Attenuation
(D) None of above
Answer: Option A

39) Gray scale is used in?


(A) Monitor that have color capability
(B) Monitor that have no color capability
(C) Random scan display
(D) None of above
Answer: Option B

40) x = at2; y = 2at is the parametric equation of ??


(A) Circle
(B) Rectangular hyperbola
(C) Parabola
(D) Ellipse
Answer: Option C

41) Which method are used to get and set the position of a pixel, object or text in active area of a desktop
(A) Basic positioning method
(B) Sketching method
(C) Gravity field method
(D) None of these
Answer: Option A

42) The operation that is used for repositioned the object are called
(A) Rubber band method
(B) Gravity field
(C) Dragging
(D) None of these
Answer: Option C

43) The center of display screen is computed as


(A) Xmax, ymax
(B) Xmax/2, ymax/2
(C) Xmax/3,ymax/3
(D) None of these
Answer: Option B

44) Interactive computer graphics uses various kind of input devices such as
A- Mouse
B- Graphic tablet
C- Joystick
D- All of these
Answer: A.

45) Interactive computer graphics enables a user to customize the graphics in _______
A- Computer way
B- His own way
C- Both a & b
D- None of these
Answer: B

46) The application area of computer graphics are


A- Political
B- Education and textbook
C- CAD and entertainment
D- All of these
Answer: D

47- DTP means


Draw top publishing
Desk top publishing
Desk town publishing
None of these
Answer: B

48- PCBs can be drawn using the computer graphics


A- In very efficiently way
B- In a shorter time
C- In a larger time
D- Both a & b
Answer: D

49- How many components of Interactive computer graphics are


A- One
B- Two
C- Three
D- four
Answer: C

50- The image is passed repeatedly to the monitor _____in order to maintain a steady picture on the screen
A- 25 times a second
B- 30 times a second
C- 30 or more times a second
D- None of these
Answer: C

51- To store black and white images ,black pixels are represented by________ in the frame buffer and white pixels b
_______
A- Zero and one
B- One and Zero
C- Both a & b
D- None of these
Answer: B
52- A 16*16array of black and white pixels could be represented by________
A- 64bytes
B- 32bytes
C- 128bytes
D- 96bytes
Answer: B

53- Which graphics application provides a proper dialogue box to help the user
A- MS excel
B- MS Paint
C- MS word
D- None of these
Answer: B

54- A basic interactive picture construction technique are


A- Positioning and pointing, constraints
B- Grid, gravity field, rubber band method
C- Sketching, dragging, inking and painting
D- All of these
Answer: D

55- Graphics output devices are


A- Graphics tablet, mouse
B- Keyboard
C- Light pen, joystick
D- None of these
Answer: D

56- Which method are used to construct and position the straight lines, arcs and circles, etcs
A- Rubber band method
B- Gravity field
C- Dragging
D- None of these
Answer: A

57- Which are used to connect a line to already drawn line


A- Rubber band method
B- Gravity field
C- Dragging
D- None of these
Answer: B.

58- The rubber band is also applicable to_______ objects


A- Scale
B- Scalar
C- Vector
D- None of these
Answer: A

59- The function of a plotter is like a


A- Monitor
B- Projector
C- printer
D- None of these
Answer: C.

60- A plotter is capable of


A- Printing a map
B- Printing a similar images
C- Both a & b
D- None of these
Answer: C.

61- ______ ink is used in laser printer


A- Wet
B- Dry
C- Both a & b
D- None of these
Answer: B

62- The cabinet in laser printer in which the ink is filled is called
A- Cartage
B- Toner
C- Both a & b
D- None of these
Answer: C.

63- An inkjet printer places_______ of ink onto paper to print an image


A- Small droplets
B- large droplets
C- Both a & b
D- None of these
Answer: A

64- The size of these dot in inkjet printer usually lies between
A- 50 to 60 microns in diameter
B- 20 to 30 microns in diameter
C- 30 to 40 microns in diameter
D- 10 to 20 microns in diameter
Answer: A

65- The speed of printing in inkjet printer is


A- Fast
B- Slow
C- Not fast nor slow
D- None of these
Answer: B

66- The inkjet printer is mostly common due to their


A- Low cost
B- Performance
C- Both a & b
D- None of these
Answer: C

67- LCD stands for


Liquid core display
Liquid crystal display
Liquid crystal diagram
None of these
Answer: B

68- The LCD projector is the output device that is connected to the
A- Monitor
B- LCD
C- CPU
D- None of these
Answer: C

69- The flat panel displays are________ in appearance


A- Flat
B- Curved
C- Both a & b
D- None of these
Answer: A

70- A touch screen display is an


A- Input device
B- Output device
C- Both a & b
D- Neither input nor output
Answer:C

71- The touch screen display shows the results of


A- Computation
B- Accept command and data from user for further computation
C- Both a & b
D- None of these
Answer: C

72- The flat panel display is called an


A- LCD monitor
B- LED monitor
C- Both a & b
D- None of these
Answer:A

73- A graphics tablet works on same principal as


A- Light pen
B- Monitor
C- Projector
D- None of these
Answer:A
74- The voice recognition system takes the command from the user in the form of
A- Writing
B- Voice
C- Both a& b
D- None of these
Answer:B

75- In the voice recognition system ,the voice is converted into


A- Machine code
B- Byte code
C- Electrical signal
D- None of these
Answer: C

76- A joystick is a
A- Graphics input device
B- Graphics output device
C- Both a & b
D- None of these
Answer: A

77- A joystick is consisting of a


A- Pen
B- Stick
C- Microphone
D- None of these
Answer:B

78- ______joystick are often used to control


A- Typing
B- Video games
C- Voice
D- None of these
Answer: B

79- The light pen is an


A- Graphics input device
B- Graphics output device
C- Both a & b
D- None of these
Answer: A

80- The functioning of a light pen is similar to mouse except that


A- User can move the pointer
B- User can select objects on the display screen by pointing to object with the pen
C- Both a & b
D- None of these
Answer: C

81- A wireless mouse works on


A- Infra blue radiation
B- Infra red radiation
C- Infra green radiation
D- None of these
Answer: B

82- A wireless mouse consists of ______parts


A- One
B- Two
C- Three
D- None of these
Answer: B

83- The parts of wireless mouse is


A- Cable and a mouse
B- USB and a mouse
C- CPU and a mouse
D- None of these
Answer: B

84- The mouse’s motion typically translates into


A- Motion of a pointer on a display
B- Motion of a pointer on a CPU
C- Both a & b
D- None of these
Answer: A

85- How many types of keyboard


A- 1
B- 2
C- 3
D- 4
Answer:4

86- Types of keyboard are


A- Standard
B- Gaming and multimedia
C- Thumb sized
D- numeric
all of these
Answer: D

87- Which are used to achieve the predetermined orientations and alignments of the objects
A- Constraints
B- Grid
C- Gravity field
D- None of these
Answer: A

88- The major constraints are


A- Horizontal alignment
B- Vertical alignment
C- Both a & b
D- None of these
Answer: C

Вам также может понравиться