Computer Graphics ++
Computer Graphics ++
Computer Graphics ++
2) Graphics can be -
a. Simulation
b. Drawing
c. Movies, photographs
d. All of the above
a. A monitor
b. Display controller
c. Frame buffer
d. All of the above
Explanation: The pixel mask is a string that contains the digits 1's
and 0's to represent the positions to plot along the line path.
a. Better
b. Worst
c. Smaller
d. None of the above
a. Video monitor
b. Scanner
c. Speaker
d. Printer
9) 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
a. Dotted line
b. Dashed line
c. Dark line
d. All of the above
a. Midpoint algorithm
b. DDA algorithm
c. Bresenham's Line algorithm
d. None of the above
14) 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
x' = x + tx
y' = y + ty.
a. Translation
b. Rotation
c. Scaling
d. None of the above
a. Rotational distance
b. Rotation angle
c. Co-ordinates
d. None of the above
a. Translation
b. Scaling
c. Rotation
d. None of the above
20) What happens if the values of scaling factors sx and sy less than 1 (i.e.,
sx<1 and sy<1)?
Explanation: If scaling factors are less than one, the size of the
object will be reduced.
21) In which of the following case, the uniform scaling will be produced?
a. 4
b. 8
c. 9
d. 23
Answer: (c) 9
23) The 4-bit code of the bottom-region among the nine regions divided
using the Cohen-Sutherland algorithm?
a. 0000
b. 0010
c. 0110
d. 0101
24) According to the Cohen-Sutherland algorithm, where the line lies, if the
4-bit code of both ends is 0000, and also the logical OR gives 0000?
25) Which one of the following is the most commonly used and basic input
device?
a. Mouse
b. Printer
c. Scanner
d. Keyboard
26) Which of the following device is used for the 3D positioning of an object?
a. Trackball
b. Mouse
c. Spaceball
d. All of the above
a. Impact printers
b. Trackball
c. Mouse
d. Keyboard
a. Laser printer
b. Inkjet printer
c. Line printer
d. None of the above
29) Which of the following allows us to select the screen positions with the
touch of a finger?
a. Mouse
b. Trackball
c. Touch panel
d. None of the above
30) 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
Hide Answer Workspace
34) How many phosphor color dots at each pixel position in a shadow mask
CRT?
a. 1
b. 7
c. 2
d. 3
Answer: (d) 3
a. Emissive display
b. Non-Emissive display
c. Printer
d. None of the above
Explanation: None
39) Which of the following algorithm is used to fill the interior of a polygon?
a. Curved strip
b. A smooth curve is drawn using a pencil.
c. A flexible strip used to generate a smooth curve through a
designated set of points.
d. None of the above
Explanation: There are many color models. Some of them are RGB,
CMYK, YIQ, HSV, and HLS, etc. RGB stands for Red, Green, and Blue.
This color space is widely used in computer graphics. RGB are the
main colors from which many colors can be made. CMYK stands for
Cyan, Magenta, Yellow and Black. CMYK color model is used in
electrostatic and ink-jet plotters, which deposits the pigmentation
on paper.
a. Painting
b. Sketching
c. Printing
d. Computer display
Explanation: The main objective of the RGB color model is for the
sensing, defining, and display of pictures in electronic systems, such
as televisions and computers, though it has also been utilizing in
conventional photography.
44) Which of the following color will generate with the intersection of three
primary RGB colors?
a. Green
b. Dark red
c. Dark blue
d. White
Explanation: RGB stands for Red, Green, and Blue. RGB are the
main colors from which many colors can be made. The Intersection
of three colors (red, green, and blue) in the RGB model will produce
the white color.
45) The intersection of primary colors in the CMYK color model will generate
the -
a. Green
b. White color
c. Black color
d. Dark red
46) Select the set of colors produced in the beam-penetration method of the
color CRT -
47) The phase of determining the appropriate pixels for representing images
or graphics object is called as -
a. Translation
b. Transformation
c. Rasterization
d. Scaling
a. Resolution
b. Projection
c. Rasterization
d. Transformation
49) The video device with reduced volume, power consumption and weight
is -
a. CRT
b. Flat-panel display
c. Portable display
d. None of the above
a. Non-emissive display
b. Liquid crystal display
c. Gas discharge display
d. None of the above
Hide Answer Workspace
7. The devices which converts the electrical energy into light is called
a) Liquid-crystal displays
b) Non-emitters
c) Plasma panels
d) Emitters
View Answer
Answer: d
Explanation: Emissive displays are devices that convert electrical energy into
light.
10. 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
View Answer
Answer: b
Explanation: 3D display devices allows user to view the object from different
sides.
14. On a black and white system with one bit per pixel, the frame buffer is
commonly called as
a) Pix map
b) Multi map
c) Bitmap
d) All of the mentioned
View Answer
Answer: c
Explanation: Bit map frame buffer is always 1 bit per pixel.
15. Aspect ratio means
a) Number of pixels
b) Ratio of vertical points to horizontal points
c) Ratio of horizontal points to vertical points
d) Both b and c
View Answer
Answer: d
Explanation: none
2. Which keys allows user to enter frequently used operations in a single key
stroke?
a) Function keys
b) Cursor control keys
c) Trackball
d) Control keys
View Answer
Answer: a
Explanation: Function keys are used to access frequently used areas.
6. Trackball is
a) Two-dimensional positioning device
b) Three- dimensional positioning device
c) Pointing device
d) None of the mentioned
View Answer
Answer: a
Explanation: Trackball is two-dimensional positioning device.
12. Which is the device that is constructed with the series of sensors that
detects hand and finger motion?
a) Digitizers
b) Data glove
c) Joystick
d) Track ball
View Answer
Answer: b
Explanation: Data glove senses, detects hand and finger motion.
15. ___________ can be used to determine the position on the data tablet.
a) Strip microphones
b) Signal strength
c) Coded pulse
d) Either Signal strength or coded pulse
View Answer
Answer: d
Explanation: Either Signal strength or coded pulse determine the position on
the data tablet
9. Which is the best line algorithm to balance the processing load among the
processers?
a) Parallel line algorithm
b) DDA line algorithm
c) Bresenham’s line algorithm
d) Position Bresenham’s line algorithm
View Answer
Answer: a
Explanation: If there are ‘n’ processes then this algorithm divides it into
number of partitions and generates line segments.
10. The algorithm which uses multiple processors to calculate pixel positions
is
a) Midpoint algorithm
b) Parallel line algorithm
c) Bresenham’s line algorithm
d) All of the mentioned
View Answer
Answer: b
Explanation: In Parallel line algorithm each processors calculates pixel
positions.
13. _______ is defined as set of points such that the sum of the distances is
same for all points.
a) Ellipses
b) Lines
c) Circles
d) Only a
View Answer
Answer: d
Explanation: Ellipses is defined as set of points.
14. If the boundary is specified in a single color, and if the algorithm proceeds
pixel by pixel until the boundary color is encountered is called
a) Scan-line fill algorithm
b) Boundary-fill algorithm
c) Flood-fill algorithm
d) Parallel curve algorithm
View Answer
Answer: b
Explanation: This algorithm proceeds outward pixel by pixel until the
boundary color is encountered.
15. 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
View Answer
Answer: c
Explanation: We can paint such areas by replacing a specified interior color
4. If the slope magnitude is 1, then circles, ellipse and other curves will
appear
a) Thick
b) Thinnest
c) Big
d) Rough
View Answer
Answer: b
Explanation: The magnitude value 1 displays thinnest curves, circles and
ellipses.
advertisement
6. The pixel masks for implementing line-type options are also used in the
following algorithm to generate dashed and dotted patterns.
a) Raster line algorithm
b) Raster scan algorithm
c) Raster curve algorithm
d) Random curve algorithm
View Answer
Answer: c
Explanation: Raster curve algorithm generates dashed and dotted patterns.
7. We can generate the dashes in the various octants and the circle path with
vertical path using
a) Circles
b) Circle symmetry
c) Circle simmetry
d) Curve slope
View Answer
Answer: b
Explanation: Circle symmetry generates dashes in the various octants, but
we must shift the pixel positions to maintain the correct sequence.
1. 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
View Answer
Answer: a
Explanation: Color options can have any value from 0 to any positive
number.
7. With 3 bits per pixel, we can accommodate 8 gray levels. If we use 8 bits
per pixel then what is the value of gray levels?
a) 18 gray levels
b) 128 gray levels
c) 256 gray levels
d) No color
View Answer
Answer: c
Explanation: 8 bits per pixel means 2 power 8 i.e. 256.
9. A user can set color-table entries in a PHIGS application program with the
function
a) setColourRepresentation (ws, ci, colorptr)
b) setColorRepresentation (ws, ci, colorptr)
c) setColour (ws, ci, colorptr)
d) setColourRepresentation ()
View Answer
Answer: a
Explanation: By using setColourRepresentation (ws, ci, colorptr) we can set
the color-table.
10. If any intensity input value near 0.33 would be stored as the binary value
1 in the frame buffer, then it displays
a) Dark green color
b) Light gray color
c) Dark gray color
d) White or black
View Answer
Answer: c
Explanation: The intensity value 0.0 and 1 for black white respectively, and
it is 0.33 for dark gray and 0.67 for light gray.
8. The operator that is used for combining a fill pattern with a background
pattern is
a) AND operator
b) OR operator
c) X-OR operator
d) All of these
View Answer
Answer: d
Explanation: The pattern and background colors can be combined using
Boolean operators.
9. Hollow areas are displayed using only the
a) Boundary outline
b) Line-drawing routine
c) Hatched patterns
d) Closed poly line
View Answer
Answer: a
Explanation: Using boundary outline the hollow areas can be displayed.
10. Options for filling a defined region include a choice between__________
a) Solid color or a pattern fill
b) Choices for particular colors and pattern
c) Both a and b
d) None
View Answer
Answer: c
View Answer
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
View Answer
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
View Answer
Answer: Option C
4) The interactive computer graphics involves________ way communication between
computer and the user
(A) One
(B) Two
(C) Three
(D) Four
View Answer
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
View Answer
Answer: Option B
6) CAD means
(A) Car aided design
(B) Computer art design
(C) Computer aided design
(D) None of these
View Answer
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
View Answer
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
View Answer
Answer: Option A
9) To store black and white images, black pixels are represented by ________ in the
frame buffer and white pixels by _______
(A) Zero and One
(B) One and Zero
(C) Both a & b
(D) None of these
View Answer
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
View Answer
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
View Answer
Answer: Option B
12) The image can be transmitted to the display point by________
(A) Line
(B) Segment
(C) Point
(D) None of these
View Answer
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
View Answer
Answer: Option A
14) The movement of different attributes of image would make the image dynamic
and such a dynamic effect is termed as ________
(A) Picture
(B) Animation
(C) Painting
(D) None of these
View Answer
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
View Answer
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
View Answer
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
View Answer
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
View Answer
Answer: Option A
19) In Bresenham's algorithm error term is initialized to ?
(A) 0
(B) 1
(C) - 1/2
(D) None of above
View Answer
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
View Answer
Answer: Option C
View Answer
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
View Answer
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
View Answer
Answer: Option D
24) Reflection of a point about x-axis, followed by a counter-clockwise rotation of
900, is equivalent to reflection about the line?
(A) x = -y
(B) y = -x
(C) x = y
(D) x + y = 1
View Answer
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
View Answer
Answer: Option B
26) The basic element of a picture in volume graphics is?
(A) pixel
(B) volsel
(C) voxel
(D) None of above
View Answer
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
View Answer
Answer: Option B
28) A circle, if scaled only in one direction becomes a ?
(A) parabola
(B) hyperbola
(C) ellipse
(D) remains a circle
View Answer
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
View Answer
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 line is?
(A) Pixel phasing
(B) Filtering
(C) Intensity compensation
(D) Sampling technique
View Answer
Answer: Option A
View Answer
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
View Answer
Answer: Option C
33) Reflection of a point about x-axis, followed by a counter-clockwise rotation of
900, is equivalent to reflection about the line?
(A) x = -y
(B) y = -x
(C) x = y
(D) x + y = 1
View Answer
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
View Answer
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
View Answer
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
View Answer
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
View Answer
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
View Answer
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
View Answer
Answer: Option B
40) x = at 2 ; y = 2at is the parametric equation of ??
(A) Circle
(B) Rectangular hyperbola
(C) Parabola
(D) Ellipse
View Answer
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
View Answer
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
View Answer
Answer: Option C
43) The center of display screen is computed as
(A) X max , ymax
(B) X max /2, ymax /2
(C) X max /3,ymax /3
(D) None of these
View Answer
Answer: Option B
1. GUI stands for
a) Graphical user interaction
b) Graphical uniform interchange
c) Graphics user interface
d) None of these
Answer - Click Here:
C
2. The basic input device in GUI is
a) keyboard
b) monitor
c) mouse
d) all of these
Answer - Click Here:
C
3. Geometric transformation include
a) transition
b) drawing
c) scaling
d) none of the above
Answer - Click Here:
C
4. DVST stands for …
a) Direct Visual Storage Tube
b) Digital View Storing Table
c) Direct View Storage Tube
d) Digital View Storage Tube
Answer - Click Here:
C
5. The term ‘raster’ is used for …
a) array
b) queue
c) model
d) matrix
Answer - Click Here:
D
6. Graphics is defined as …
a) photographs
b) simulations
c) drawing
d) all of these
Answer - Click Here:
D
7. What is the purpose of display card?
a) sending graphics data to output unit
b) receiving graphics data to input unit
c) sending graphics data from output unit
d) all of these
Answer - Click Here:
A
8. Sutherland Hodgeman algorithm is applied on …
a) line segment
b) concave polygon
c) smooth curves
d) convex polygon
Answer - Click Here:
D
9. Pixels are arranged in
a) three dimensinal grid
b) two dimensional grid
c) one dimensinal grid
d) none of these
Answer - Click Here:
B
10. Which controller is used to read each succesive byte of
data from frame buffer?
a) data controller
b) display controller
c) digital controller
d) design controller
Answer - Click Here:
C
11. Each pixel’s brightness is …
a) transitive
b) compatible
c) incompatible
d) none of these
Answer - Click Here:
C
12. RGB models are used for
a) printing
b) texting
c) computer display
d) window display
Answer - Click Here:
C
For black and white images, black pixels are identified by
________ in
the frame buffer and white pixels represented by?
(A) One and Zero
(B) Zero and One
(C) Both a & b
(D) None of these
Answer: (A) One and ZeroB
Select the byte for 16*16 array of black and white pixels ?
(A) 64 bytes
(B) 128 bytes
(C) 32 bytes
(D) 96 bytes
Answer: (C) 32 bytes
The display controller change 0s and 1s into?
(A) TV monitor
(B) Electronics signal
(C) Video signal
(D) None of these
Answer:(C) Video signal
Select the way in which The image can be transmitted to the
display?
(B) Point
(C) Segment
(D) None of these
Answer: (B) Point
which area of computer that is selected by an application is
known as
(A) Display
(B) View port
(C) Window
(D) None of these
Answer: (C) Window
The movement of various attributes of image would make the
image dynamic
and like a dynamic effect is also known as?
(A) Picture
(B) Painting
(C) Animation
(D) None of these
Answer: (C) Animation
1. Erasing of the screen either selective or a part is not possible in
…
a) DVST
b) SCR
c) OCR
d) none of these
Answer - Click Here:
A
2. Computer graphics are classified as
a) raster and pixels
b) vector and raster
c) vector and paths
d) none of these
Answer - Click Here:
B
3. DTP is abbreviated as …
a) desktop publishing
b) desk town publishing
c) draw top publishing
d) none of these
Answer - Click Here:
A
4. Complex graphics include which of the following operation?
a) selection
b) clipping
c) sorting
d) all of these
Answer - Click Here:
B
5. What happens if the pixels of an image are increased?
a) blur
b) hide
c) better
d) smaller
Answer - Click Here:
C
6. Graphic software is a tool used to create
a) designs
b) images & animated pictures
c) text
d) all of these
Answer - Click Here:
B
7. Which ink is used in laser printer?
a) wet
b) solid
c) dry
d) none of these above
Answer - Click Here:
C
8. LCD projectors are of how many types?
a) 1
b) 2
c) 3
d) 4
Answer - Click Here:
A
9. Bit map and vector graphics are used for …
a) DRO image file format
b) ECR iamge file format
c) EPS image file format
d) none of these
Answer - Click Here:
C
10. P ixel is defined as
a) medium sized screen element
b) largest addressable screen element
c) smallest addressable screen element
d) all of the above
Answer - Click Here:
C
11. The fifth major key element in design of
multimedia application is …
a) graphics
b) styling
c) designing
d) all of these
Answer - Click Here:
A
12. The most simplest output primitive is …
a) circle
b) point
c) line
d) all of these
Answer - Click Here:
B
The division displayed on the screen into row and columns is
called
(A) Rubber band method
(B) Grid
(C) Dragging
(D) Gravity field
Answer: (B) Grid
Define ZUI in computer Graphics.
(A) An application that saves memory
(B) Logical Enhancement of GUI
(C) A Widget
(D) None of above
Answer: (C) A Widget
Select the reason of circle drawn on the screen show to be
elliptical?
(A) Our eyes are not at the same level on screen
(B) Screen has rectangular shape
(C) It is due to the aspect ratio of monitor
(D) CRT is completely spherical
Answer: (C) It is due to the aspect ratio of monitor
In Bresenham’s algorithm error is represented by ?
(A) – 1/2
(B) 1
(C) 0
(D) None of above
Answer: (C) 0
Select from the following which technique is used in Midpoint
Subdivision
algorithm?
(A) Linear search
(B) Heap sort
(C) Binary search
(D) Bubble sort
Answer:(B) Heap sort
The Hue of color is belong to?
(A) Luminance
(B) Wavelength
(C) Incandescence
(D) Saturation
Answer: (B) Wavelength
The term of having a unintreputed glow of a beam on the screen
even after
it is finshed isknown as?
(A) Phosphorescence
(B) Persistence
(C) Fluorescence
(D) Incandescence
Answer: (A) Phosphorescence
Select the use of Presentation graphics?
(A) produce high-quality graphs, charts, and diagrams in order to
present
facts, trends and comparisons
(B) create animation
(C) create computer-aided designs
(D) all of these
Answer: (A) produce high-quality graphs, charts, and diagrams in
order to
present facts, trends and comparisons
The Fast zooms are managed by
(A) Performing a zoom all
(B) Turning QTEXT off
(C) Using viewers command
(D) Turning REGEN command off
Ans: (C) Using viewers command
Select the command used to joined two regions along into one is
(A) UMON
(B) JOIN
(C) PEDIT
(D) MERGE
Answer : (B) JOIN
Select the ‘macro and symbols editor’ function in the CAD
system?
(A) provides an efficient means of locating and deleting lines
(B) enable means and symbols to be located and deleted
(C) allows points to be moved independently, providing the ability
to
stretch line
(D) all of these
Answer: (B) enable means and symbols to be located and deleted
Select the devices tat are not a graphic input and output device?
(A) Line printer
(B) Light pen
(C) Digitizer
(D) Tablet
Answer: (B) Light pen
Which one is used to get length of an arc.
(A) DIST command
(B) DDMODIFY command
(C) ID command
(D) LIST command on the arc
Ans: (B) DDMODIFY command
Select the command that used to edit a spline object.
(A) PEDITSPLINE
(B) SPLINDIT
(C) DDMODIFY
(D) DDCHROP
Ans: (B) SPLINDIT
Select the technique in which man and machine are blended into
a problem
solving team, intimately coupling the best characteristics of each?
(A) CRT
(B) CAD
(C) CAM
(D) None of these
Ans:(B) CAD
Select the feom the following which normally used where a high
degree no
interaction is compolsoury?
(A) Remote terminal processing
(B) Intelligent terminal processing
(C) Online processing
(D) Batch mode processing
Answer: (C) Online processing
Select the input devices that Interactive computer graphics
(A) Graphic tablet
(B) Joystick
(C) Mouse
(D) All of these
Answer: (D) All of these
The Input function are for what purpose?
(A) Process the data flow from these interactive devices
(B) Control the data flow from these interactive devices
(C) Both A & B
(D) None of these
Answer: (C) Both A & B
Select the way between computer and user that used by the
interactive
computer graphics.
(A) Two
(B) One
(C) Three
(D) Four
Answer (A) Two
How User can make any mofdification on image by the use of
(A) Interactive graphics
(B) Non-interactive graphics
(C) Both a & b
(D) None of these
Answer: (A) Interactive graphics
CAD stands for?
(A) Car aided design
(B) Computer aided design
(C) Computer art design
(D) None of these
Answer (B) Computer aided design
Select from the following which are the components of Interactive
computer graphics
(A) A digital memory or frame buffer
(B) An interface or display controller
(C) A television monitor
(D) All of these
Answer: (D) All of these
Select the type of contects that display controller serves to pass
(A) Monitor to frame buffer
(B) Frame buffer to monitor
(C) Both a & b
(D) None of these
Answer: (B) Frame buffer to monito
Computer Graphics Multiple Choice Question & Answers:- 1. The graphics can be
a.Drawing b.Photograph, movies c.Simulation d.All of these Answer: D 2.
Computer graphics was first used by a.William fetter in 1960 b.James fetter in
1969 c.James gosling in 1991 d.John Taylor in 1980 Answer: A 3. The component
of interactive computer graphics are a.A light pen b.Display unit c.Bank of
switches d.All of these Answer: D 4. Personal computer become powerful during
the late a.1960 b.1970 c.1980 d.1950 Answer: B 5. Three dimensional computer
graphics become effective In the late a.1960 b.1980 c.1970 d.1950 Answer: B 6.
which environment has been one of the most accepted tool for computer
graphics in business and graphics design studios a.graphicsb.Macintosh c.quake
d.multimedia Answer: B 7. Graphics is one of the_________ major key element in
design of multimedia application a.Five b.Three c.Four d.Eight Answer: A 8. Three
dimensional graphics become popular in games designing , multimedia and
animation during the late a.1960 b.1970 c.1980 d.1990 Answer: D 9. The quake ,
one of the first fully 3D games was released in year a.1996 b.1976 c.1986 d.1999
Answer: A 10. Types of computer graphics are a.Vector and raster b.Scalar and
raster c.Vector and scalar d.None of these Answer: A 11. Vector graphics is
composed of a.Pixels b.Paths c.Palette d.None of these Answer: B 12. Raster
graphics are composed of a.Pixels b.Paths c.Palette d.None of these Answer: A 13.
Raster images are more commonly called a.Pix map b.bitmap c.both a & b d.none
of these Answer: B 14. Pixel can be arranged in a regular a.One dimensional grid
b.Two dimensional grid c.Three dimensional grid d.None of these Answer: B 15.
The brightness of each pixel is a.Compatible b.Incompatible c.Both a & b d.None
of these Answer: B 16. Each pixel has ________basic color components a.Two or
three b.One or two c.Three or four d.None of these Answer: C 17. The quantity of
an image depend on a.No. of pixel used by image b.No. of line used by image
c.No. of resolution used by image d.None Answer: A 18. Higher the number 0f
pixels,_______ the image qualitya.Bad b.Better c.Smaller d.None of above
Answer: B 19. A palette can be defined as a finite set of colors for managing the
a.Analog images b.Digital images c.Both a & b d.None of these Answer: B 20.
Display card are a.VGA b.EGA c.Both a & b d.None of above Answer: C 21. Display
card is used for the purpose of a.Sending graphics data to input unit b.Sending
graphics data to output unit c.Receiving graphics data from output unit d.None of
these Answer: B 22. Several graphics image file formats that are used by most of
graphics system are a.GIF b.JPEG c.TIFF d.All of these Answer: D 23. The GIF
format is much _________to be downloaded or uploaded over the www a.Slower
b.Faster c.Medium d.None of these Answer: B 24. Once a file is saved in JPEG
format ,some data is losta.Temporarily b.Permanently c.Both a & b d.None
Answer: B 25. EPS image file format is used for a.Vector graphics b.Bitmap c.Both
a & b d.None of these Answer: C 26. TIFF (tagged image file format )are used for
a.Vector graphics b.Bitmap c.Both a & b d.None of these Answer: B 27. EPS means
a.Entire post script b.Entire post scale c.Encapsulated post script d.None of these
Answer: C 28. The additive color models use the concept of a.Printing ink b.Light
to display color c.Printing line d.None of these Answer: B 29. The subtractive color
model use the concept of a.Printing ink b.Light to display color c.Printing line
d.None of these Answer: A 30. Color apparent in additive model are the result
ofa.Reflected light b.Transmission of light c.Flow of light d.None of these Answer:
B 31. Color apparent in subtractive model are the result of a.Amount of Reflected
light b.Transmission of light c.Flow of light d.None of these Answer: A 32. Two
dimensional color model are a.RGB and CMKY b.RBG and CYMK c.RGB and CMYK
d.None Answer: C 33. RGB model are used for a.Computer display b.Printing
c.Painting d.None of these Answer: A 34. CMYK model are used for a.Computer
display b.Printing c.Painting d.None of these Answer: B 35. The intersection of
three primary RGB color produces a.White color b.Black color c.Magenta color
d.Blue color Answer: A 36. The intersection of primary CMYK color
producesa.White color b.Black color c.Cyan color d.Magenta color Answer: B 37.
The RGB model display a much _______ percentage of the visible band as
compared to CMYK a.Lesser b.Larger c.Medium d.None of these Answer: B 38.
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 Answer: A
39. Each bit represent a.One color b.Two color c.Three color d.None Answer: B 40.
RGB true color model has _______ color depth a.24bit b.32bit c.64bit d.None
Answer: A 41. CMYK true color model has _______ color depth a.24bit b.32bit
c.64bit d.None Answer: B 42. Grey scale images have a maximum color depth
ofa.8bit b.16bit c.24bit d.32bit Answer: A 43. Graphics with limited features is
known as a.Active graphics b.Passive graphics c.Grayscale image d.None of these
Answer: B 44. Computer of present time have much higher memory and
________ storage capacity a.Much smaller b.Much bigger c.Much slower d.None
Answer: B 45. CRT means a.Common ray tube b.Cathode ray tube c.Common ray
tube d.None Answer: B 46. Refresh CRT consist of a.Glass wrapper b.The
phosphor viewing surface c.The electron gun assembly d.All of above Answer: D
47. The amount of time the phosphor produce light or shine is controlled by
chemical composition of the phosphor. This is known as a.Persistence
b.Resistance c.Generators d.None Answer: A48. The electron beam in a color
picture tube is refreshed_______ times in a second to make video realistic a.15
times b.25 times c.35 times d.45 times Answer: B 49. DUST means a.Direct view
storage tube b.Domain view storage tube c.Direct view store tube d.None
Answer: A 50. DUST is rarely used today as part of a.Input device b.Output device
c.Display systems d.None Answer: C
51. In DUST , is there refresh buffer a.Yes b.No c.Both d.None Answer: B
52. The electron beam in DUST is designed to draw directly to a.Phosphor
b.Storage mesh c.Glass d.None Answer: B
53. The second grid in DUST is called a.Phosphor b.Storage mesh c.Collector
d.None Answer: C
54. To increase the energy of these slow moving electron and create a bright
picture in DUST , the screen is maintained at a a.Low positive potential b.High
negative potential c.High positive potential d.None Answer: C
55. A major disadvantage of DUST in interactive computer graphics is a.Ability to
selectively erase part of an image b.Inability to selectively erase part of image
from screen c.Inability to produce bright picture d.None Answer: B
56. Interactive graphics is useful in a.Training pilots b.Computer aided design
c.Process control d.All of these Answer: D
57. The origin of computer graphics was developed in a.1950 b.1960 c.1970
d.1990 Answer: A
58. The term business graphics came into use in late a.1950 b.1960 c.1970 d.1990
Answer: C
59. Computer graphics is used in many DTP software as a.Photoshop b.Paint
brush c.Both a & b d.None of theseAnswer: C
60. Any CRT based display must be refreshing at least_______ times a second a.20
b.30 c.40 d.10 Answer: B
61.The standardization is needed a.To make application programs more portable
b.To increase their utility c.To allow them to use in different application
environment d.All of these Answer: D
62. GKS stands for a.Graphics kernel system b.Graphics kernel stands c.Generic
kernel system d.None of these Answer: A
63. GKS was developed by the a.International standards organization b.National
standard organization c.Both a & b d.None of these Answer: C
64. The resolution of raster scan display is a.Low b.High c.Medium d.None
Answer: A
65. Random scan systems are designed for a.Line drawing application b.Pixel
drawing application c.Color drawing application d.None of theseAnswer: A 66.
Solid pattern in random scan display is ____ to fill a.Difficult b.Easy c.Not fill
d.None of these Answer: A
67. Raster scan is _______ expensive than random scan a.More b.Less c.Both a &
b d.None Answer: B 68. Two basic technique for producing color display with a
CRT are a.Shadow mask and random scan b.Beam penetration method and
shadow mask method c.Random scan and raster scan d.None of above Answer: B
69. In beam penetration method of color CRT, two layer of phosphor coated are
a.Red and blue b.Red and green c.Blue and green d.None of these Answer: B 70.
In beam penetration method of color CRT, which layer is red and which is green
a.Outer is red and inner is green b.Inner is red and outer is green c.Inner is red
and inner is green d.None Answer: A 71. A shadow mask CRT has _____ phosphor
color dots at each pixel position a.1 b.2 c.3 d.None of theseAnswer: C
72. Which color is produced with the green and red dots only a.Blue b.Yellow
c.Magenta d.White Answer: B
73. Which color s produced with the blue and red dots a.Blue b.Yellow c.Magenta
d.White Answer: C
74. Cyan color is produced when the blue and green are activated a.Equally
b.Unequally c.Both a & b d.None Answer: A 75. Which technique of color CRT is
used for production of realistic image a.Shadow mask method b.Beam
penetration method c.Both a & b d.None of these Answer: A 76. In which method
of CRT, convergence problem occur a.Beam penetration method b.Shadow mask
method c.Both a & b d.None of these Answer: B 77. Beam penetration method is
used in a.Random scan system b.Raster scan system c.Both a & b d.None of
theseAnswer: A 78. Shadow mask method is used in a.Random scan system
b.Raster scan system c.Both a & b d.None of these Answer: B 79. Graphics data is
computed by processor in form of a.Electrical signals b.Analog signals c.Digital
signals d.None of these Answer: A
80. An example of impact device is a.Electrostatic printer b.Inkjet printer c.Line
printer d.Laser printer Answer: C
81. To generate the characters , which are required a.Hardware b.Software c.Both
a & b d.None of these Answer: C
82. The method which uses array of dots for generating a character is called
a.Stoke method b.Bitmap method c.Star bust method d.None of these Answer: B
83. The hardware devices contain a.Color printer / black white printer b.Plotters
c.Both a & b d.NoneAnswer: C
84. An example of black and white laser printer is a.HP 4000 b.QMS c.Both a & b
d.None Answer: A
85. An example of color printer is a.HP 4000 b.QMS c.Both a & b d.None Answer:
B 86. Non impact use various techniques to combine three color pigment ______
to produce a range of color patterns a.Cyan , magenta and yellow b.Cyan , white
and black c.Cyan , white and yellow d.Black , magenta and yellow Answer: A
87. Printers produce output by either a.Impact method b.Non impact method
c.Both a & b d.None of these Answer: C
88. What is name of temporary memory where the graphics data is stored to be
displayed on screen a.RAM b.ROM c.Frame buffer d.None Answer: C
89. The division of the computer screen into rows and columns that define the no.
of pixels to display a picture is called a.Persistence b.Resolution c.Encapsulated
post scriptd.None Answer: B
90. LCD means a.Liquid crystal displays b.Liquid crystal data c.Liquid chrome data
d.None Answer: A
91. LCD are commonly used in a.Calculators b.Portable c.Laptop computers d.All
of these Answer: D
92. LCD is an ______ device a.Emissive b.Non emissive c.Gas discharge d.None of
these Answer: B
93. Plasma panel is an __ device a.Emissive b.Non emissive c.Expensive d.None
Answer: A
94. Plasma device converts a.Electrical energy into light b.Light into electrical
energy c.Light into graphical energy d.None of these Answer: A
95. Plasma panel have_________ resolution a.High b.Good c.Both a & bd.Low
Answer: C
96. Plasma panel are also called a.Liquid crystal display b.Gas discharge display
c.Non emissive display d.None of these Answer: B
97. The basic graphical interactions are a.Pointing b.Positioning c.Both a & b
d.None Answer: C
98. GUI means a.Graphical user interface b.Graphical user interaction c.Graphics
uniform interaction d.None Answer: A
99. Which one is the basic input device in GUI a.Mouse b.Graphics tablet c.Voice
system d.Touch panel Answer: A
100. Pen or inkjet plotters use the following devices a.Drum b.Flat bed c.Both a &
b d.None of these Answer:c
1.Smallest size object that can be displayed on a monitor is called .....................
a) Picture element b) Point c)Dot Pitch d) aspect ratio
Ans: Picture element
32. In DVST, the electron beam from primary electron gun strikes on ..............
a) Phosphor screen b) Collector mesh c)Storage mesh d) Flood gun
Ans: Storage mesh
35. Video devices with reduced volume, weight and power consumption are collectively
known as .........
a) Light weight monitors b)Flat-panel displays c)CRT d) Portable display
Ans: Flat panel displays
38. ................... is responsible for accessing the frame buffer to refresh the screen.
a) Graphics package b) Video controller c) CPU d) Monitor
Ans: Video controller
39. Digitizing a picture definition into a set of intensity values is known as .............
a) Digitization b) Scan conversion c)Refreshing d) Scanning
Ans: Scan conversion
48. 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
Ans: Display Controller
52. Graphics and image processing technique used to produce a transformation of one
object into another is called
a) Animation b) Morphing c) Half toning d) None of the above
Ans: Animation
53. The amount of light emitted by the phosphor coating depends on the?
a) Number of electrons striking the screen
b) Speed of electrons striking the screen
c) Distance from the cathode to the screen
d)None of above
Ans: Number of electrons striking the screen
54. Gray scale is used in ............................
a) A Monitor that have color capability
b) A Monitor that have no color capability
c) Random scan display
d) Raster scan display
Ans: A Monitor that have no color capability
55. A wireless mouse works on
a) Infra blue radiation b) Infra Red radiation c) X-rays d) UV rays
Ans: Infrared radiation
56. Vector graphics is composed of
a. Pixels b. Paths c. Palette` d. None of these
Ans: Paths
70. The intensity of a grayscale pixel is expressed within a given range between a
minimum and a maximum
a) 1 and 2 b) 2 and 1 c) 0 and 1 d)0 and 2
Ans: 0 and 1
73. The basic geometric structures that describes a scene on display is called
.................
a) Attributes b) Output primitive c) Lines d) Curves
Ans: Output primitive
75. To set line width attributes in a PHIGS package, ................... function is used.
a) setLineThickness(lw) b)setLineWidth(lw)
c) setLineWidthScaleFactor(lw) d)setPolylineWidth(lw)
Ans: setLineWidthScaleFactor(lw)
76. Identify the values for fill-style parameter from the following
a) Hollow b)Hatch c) Pattern d)All of the above
Ans: All of the above
78. ..................... is defined as the distance between the baseline and cap line of the
character body.
a) Character Size b) Character Height c) Character Width d)Character Length
Ans: Character Height
80. ............... function is used to change the size of a character without changing the
height:width ratio.
a)setTextSize(ts) b)setCharacterHeight(ch) c)setCharacterSize(cs) d)setTextHeight(th)
Ans: setCharacterHeight(ch)
81. .................. will define a group of attribute values of each primitive to be used on a
monitor
a) Primitive table b)Bundle table c) Attribute table d) None of the above
Ans: None of the above
82. ............. function is used to set how text is to be positioned with respect to the start
coordinates
a) setTextAlignment(h,v) b)setTextPrecision(tp) c)setTextPosition(h,v) d)setText(ts)
Ans: setTextAlignment(h,v)
85. The transformation in which an object is moved in a minimum distance path from
one position to another is called
a) Rotation b) Replacement c) Translation d) Scaling
Ans: Translation
86. The translation distances (dx, dy) is called as a) Translation vector b) Shift vector c)
Both a and b d) Neither a nor b
Ans: Both a and b
87. The two-dimensional translation equation in the matrix form is a) P’=P+T b) P’=P-T
c) P’=P*T d) P’=p
88. The transformation in which an object is moved from one position to another in
circular path around a specified pivot point is called
a) Rotation b) Shearing c) Translation d) Scaling
Ans: Rotation
89. The transformation in which the dimension of an object are changed relative to a
specified fixed point is called
a) Rotation b) Reflection c) Translation d) Scaling
Ans: Scaling
90. The transformation that produces a parallel mirror image of an object are called
a) Rotation b) Reflection c) Translation d) Scaling
Ans: Reflection
91. If an object is rotated through an angle A in clockwise direction, the rotation matrix
R= ...............
a) cos A sin A b) cos A -sin A c) sin A cos A d) None
-sin A cos A sin A cos A cos A sin A
Ans: cos A sin A
-sin A cos A
92. If a point (x,y) is reflected about an axis which is normal to the XY plane and
passing through the origin, the reflected point (X,Y) is:-
a) (x,-y) b) (-x,y) c) (-x,-y) d) (y,x)
Ans: (-x,-y)
95. (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) All of above
Ans: All of above
96. Which technique of color CRT is used for production of realistic image
a) Beam penetration b) Shadow mask c) both a&b d)None of above
Ans: Shadow mask
98. Each successive transformation matrix _________ the product of the preceding
transformation
a) pre-multiplies b) post-multiplies c) adds d)subtracts
Ans: pre-multiplies
99. Which of the following is not a rigid body transformation?
a) Translation b) Rotation c) Shearing d) Reflection
Ans: Shearing
100. Forming products of transformation matrices is often referred as
a) Concatenation b) Composition c) both a&b d) None of above
Ans: both a&b
101. Two consecutive translation transformation t1 and t2 are
a) Additive b) Multiplicative c) Subtractive d) none of above
Ans: Additive
106. The rectangle portion of the interface window that defines where the image will
actually appear are called
a) Transformation viewing b) View port c) Clipping window d) Screen coordinate system
Ans: View port
107. 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
Ans: Phosphorescence
111. ............. identifies the picture portions that are exterior to the clip window
a) Interior clipping b) Exterior clipping c)Extraction d) None of the above
Ans: Exterior clipping
115. The region code of a point is 1001. The point is in the ................. region of window.
a) Top right b) Top left c) Bottom left d) Botton right
Ans: Top left
116. The result of logical AND operation with endpoint region codes is a nonzero value.
Which of the following statement is true?
a) The line is completely inside the window
b) The line is completely outside the window
c) The line is partially inside the window
d) The line is already clipped
Ans: The line is completely outside the window
117. The left (L bit ) bit of the region code of a point (X,Y) is '1' if ......................
a) X > XWMIN b) X< XWMIN c) X< XWMAX d) X>XWMAX
Ans: X< XWMIN
118. The right bit (R bit)of the region code of a point (X,Y) is '1' if ......................
a) X > XWMIN b) X< XWMIN c) X< XWMAX d) X>XWMAX
Ans: X>XWMAX
119 . The Most Significant Bit of the region code of a point (X,Y) is '1' if ......................
a) Y > YWMIN b) Y< YWMIN c) Y< YWMAX d) Y>YWMAX
Ans: Y>YWMAX
120. The bottom bit of the region code of a point is '0' if .......................
a) Y > YWMIN b) Y< YWMIN c) Y< YWMAX d) Y>YWMAX
Ans: Y< YWMIN
121. The ...................... algorithm divides a 2D space into 9 regions, of which only the
middle part (viewport) is visible.
a) Cohen-Sutherland b)Liang Barsky c) Sutherland Hodegeman d)N-L-N
Ans: Cohen-Sutherland
122. A method used to test lines for total clipping is equivalent to the .............
a) logical XOR b) logical OR c)logical AND d) both a & b
Ans: logical AND
125. The text clipping strategy to reject an entire character string that overlaps a clip
window is called................
a) All-or-none character clipping b) All-or-none string clipping
c) Curve clipping d) both a & b
Ans: All-or-none string clipping
126. . The object refers to the 3D representation through linear, circular or some other
representation are called
a) Quadric surface b) Sweep representation c) Torus d) None of these
Ans: Sweep representation
129. How many data elements for each region in quad-tree data structure
a) 2 b) 4 c) 8 d)6
Ans: 4
130. How many data elements for each region in octree data structure
a) 2 b) 4 c) 6 d) 8
Ans: 8
131. ............... refer to the shapes created by union, intersection and difference of given
shapes
a) . Wire frame model b) Composite transformation
c) Constructive solid geometry methods d) None
Ans: Constructive solid geometry methods
133. The operation that is used for repositioning the object is called
a) Rubber band method b) Gravity method c) Dragging d) None
Ans: Dragging
134. Which method are used to construct and position the straight lines, arcs and circles
etc.
a) Rubber band method b) Gravity method c) Dragging d)None of these
Ans: Rubber band method
138. ................. includes vertex coordinates and parameters to identify the spatial
orientation of polygon
surfaces
a) Attribute table b) Geometric table c) Orientation table d) Position table
Ans: Geometric table
139. Identify the data structures used to store the data about polygon surfaces
a) Vertex table b) Polygon table c) Edge table d) All of the above
Ans: All of the above
141. ...................... data structure is used to identify the vertices for each polygon edge.
a) Vertex table b) Polygon table c) Edge table d)Surface table
Ans: Edge table
142. ...................... data structure is used to identify the edges for each polygon .
a) Vertex table b) Polygon table c) Edge table d)None of the above
Ans: Polygon table
147. The .............. combines the volumes occupied by overlapping 3D objects using set
operations
a)Beam penetration b) CSG Method c)Sweep representation d)None of the above
Ans: CSG Method
14. The ___ controls the x and y address registers which in turn
define the memory location to be accessed next.
A) Frame buffer
B) Raster scan generator
C) Video controller
D) Random Scan Display Processor
19. The intensity values for all the screen points are held in the ___.
A) Frame buffer
B) IO buffer
C) Video controller
D) Display processor
20. ___ does its own scan conversion and handles all Simple Raster
Graphics Package’s (SRGP) primitives and attributes directly.
A) Video controller
B) Display controller
C) Frame buffer
D) I/O controller
22. Based on the line segment joining any two point’s lies, the
polygons can be classified as___.
A) Convex and Concave
B) Regular and Irregular
C) Equilateral and Equiangular
D) None of the above
23. For a scan line with every polygon side, the use of ___
simplifies the calculation of intersection points.
A) Primitive’s spatical coherence
B) Coherence properties
C) Span coherence properties
D) Scan-line coherence properties
24. The ___ is the smallest rectangle that contains the polygon.
A) Cache box
B) Activex box
C) Bounding box
D) Databox
25. Algorithms that fill the interior, that defines regions are called
___.
A) Boundary Fill algorithm
B) Flood Fill algorithm
C) Scan line algorithm
D) Fill area algorithm
37. For the axis which does not coincide with the axis of the
coordinate, a rotation matrix can be set up as a composite
transformation that involves the combinations of translation and
the ___ rotations.
A) Cartesian axes
B) Spatial axes
C) Coordinate axes
D) Reflexive axes
39. The inverse of a matrix is another matrix such that when the
two are multiplied together to get the___.
A) Transpose the matrix
B) Identity matrix
C) Diagonal matrix
D) Square matrix
45. The length of the directed line segment between the view
plane and the view reference points is referred to as ___.
A) View reference point
B) View-distance
C) view-up vector
D) None of the above
48. In ___ the view planes of the projection planes not normal to a
principal axis are used.
A) Oblique Projection
B) Cavalier projection
C) Axonometric orthographic
D) Cabinet projection
56. ___ receives the intensity information of each pixel from ___
and displays them on the screen.
A) Frame buffer, Video controller
B) Video controller, Frame buffer
C) Display coprocessor, Video controller
D) Frame buffer, Display coprocessor
61. The ___ between the output of the shift register and the ___
rate is maintained.
A) Synchronization, Audio Scan
B) Synchronization, Image Scan
C) Synchronization, Video Scan
D) All of the above
65. Which of the following are the tasks of the scan line
algorithm?
1. Setting of the respective positions between each intersection
pair with a specific colour.
2. Sorting of the intersection points from left to right.
3. Find the intersection points of the scan line with the polygon
boundary.
A) Only (1), Only (3)
B) Only (2), Only (3)
C) Only (1), Only (2)
D) (1), (2), (3)
67. If the result is not ___ in the logical AND operation with two
endpoint codes, then the line is completely ___ the clipping
region.
A) 0001, Outside
B) 0000, Outside
C) 0010, Inside
D) 0100, Inside
22) The bounding box is the ________ that contains the polygon.
(a) Smallest rectangle
(b) Largest rectangle
(c) Smallest triangle
(d) Smallest square
31) Using the half scan line convention for each edge interesting
the polygon, set the leftmost pixel whose endpoint lies to the
right of the interaction. This is a procedure for-
(a) Fill
(b) Counter
(c) Contour outline
(d) None of the above
32) The disadvantage of both the edge fill and fence fill algorithm
is the number of pixels addressed
(a) More than once
(b) Not even once
(c) Exactly once
(d) None of the above
33) The edge fill, fence fill and edge flag algorithm are _______ to
simple polygons.
(a) Limited
(b) Not limited
(c) Both a and b
(d) None of the above
43) If both the and points of a line are exterior to the window
then,
(a) It is completely exterior to the window
(b) The line is not necessarily complete exterior of the
window
(c) Both a and b
(d) None of the above
55) If both scaling constants have the same value S, the sealing
transformation is said to be
(a) Homogeneous
(b) Heterogeneous
(c) Both a and b
(d) None of the above
61) The __________ line is straight but its __________ is not constant.
a) 45°, width
b) 60°, Height
c) 30°, length
d) None of the above
62) In DDA, the rasterized line lies to both side of actual line i.e.
algo. is _________ dependent & here end. pt. accuracy is
_____________
a) rasterization, 90%
b) Orientation, poor
c) Orientation, good
d) Conversion, poor
63) The basic principle of Bresenham’s Line algorithm is to select
the optimum __________ loan to represent a line i.e. increment the
value of x or y by one unit depending upon ______ of line.
a) raster, slope
b) random, intensity
c) raster, intensity
d) random, slope.
68) Two basic approaches used to fill the polygon are _____________
& _____________.
a) Seed point, the scan line
b) Raster izaion, scan conversion
c) Seed point, bucket file
d) None of the above
69) _______ give the color of specified pixel & _________ draws the
pixel with specified color.
a) get pixel(), put pixel()
b) put pixel(), get pixel()
c) Both a & b
d) None of the above
73) The process of selecting & viewing the picture with different
views is called ____________ & a process which divides each
element of the picture into its visible & invisible position is called
______________.
a) Windowing, clipping
b) anchoring, filling
c) anchoring, cartography
d) all of the above
75) 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
80) Consider line (5,5) to (13,9) Use Bresenhen & give the value of
full term :
a) ∆x=8, ∆y=4, e=0, m=2
b) ∆x=7, ∆y=3, e=7, m=3
c) ∆x=6, ∆y=4, e=1, m=4
d) None of these
ROTATE-X
ROTATE-Y
Both a & b
None of these
Clipping
Morphing
Reflection
Shear
Square
Polygon
Rectangle
None
Edges
Vertices
Line
None of these
Edges
Vertices
Line
None of these
One
Two
Three
Four
Convex polygon
Concave polygon
Both a & b
None of these
Convex polygon
Concave polygon
Both a & b
None of these
10. If a line joining any two of its interior points lies not
completely inside are called
Convex polygon
Concave polygon
Both a & b
None of these
Convex polygon
Concave polygon
Both a & b
None
12. If the visit to the vertices of the polygon in the given order
produces an anticlockwise loop are called
Negatively oriented
Positively oriented
Both a & b
None of these
13. If the visit to the vertices of the polygon in the given order
produces an clockwise loop are called
Negatively oriented
Positively oriented
Both a & b
None of these
No of sides of polygon
Vertices points
Both a & b
None of these
Even-odd method
Winding number method
Both a & b
None of these
Reflection
Shear
Rotation
Scaling
Reflection
Shear
Rotation
Scaling
Transformation viewing
View Port
Clipping window
Screen coordinate system
Reflection
Shearing
Rotation
Scaling
1 . If the eccentricity is less than one then the conic is ?
A. parabola B. ellipse
C. hyperbola D. circle
A.regularly irregular
B. irregularly irregular
C.regularly regular
D.irregularly regular
Answer & Explanation
Answer: A
Explanation:
Fractal curves are geometric pattern that is repeated at ever smaller scales to
produce irregular shapes and surfaces that cannot be represented by classical
geometry. Fractals are used especially in computer modeling of irregular patterns
and structures in nature.
View Answer Workspace Report
3 . The best hidden surface removal algorithm is ?
A.Depth buffer
B. Area subdivision
D.painters
A.orthographic projection
B. oblique projection
C.perspective projection
D.none of the above
A.combination of both
A. Mouse B. Joystick
Answer: C
Explanation:
both (a) and (b)
View Answer Workspace Report
B. cavalier, cabinet
Answer: A
Explanation:
isometric, dimetric, trimetri
View Answer Workspace Report
A. 5 B. 15
C. 20 D. 25
Answer: D
Explanation:
25
View Answer Workspace Report
B. A Widget
Answer: B
D.All octants
Answer: C
Explanation:
In Bresehnam's algorithm only one octant is needs to be generated ans other octants can
be obtained by successive reflection.
View Answer Workspace Report
Answer: B
Explanation:
It is due to the aspect ratio of monitor
View Answer Workspace Report
A. 0 B. 1
Answer: A
Explanation:
0
View Answer Workspace Report
Answer: C
Explanation:
In mid point subdivision algorithm the line segment is separated at its mid point and them
the two resulting segments are checked for visibility and clipping
View Answer Workspace Report
15 . Which of the following clipping algorithm follows the Divide and Conquer strategy?
C.4-bit algorithm
D.Midpoint algorithm
Answer: D
A.Completely visible
B. Completely invisible
C.Partially invisible
D.Trivially invisible
Answer: C
Explanation:
Partially invisible
View Answer Workspace Report
Random scan method is well suited for displaying shading and color
B.
areas
Answer: D
Explanation:
Random scan monitors draw a picture one line at a time
View Answer Workspace Report
18 . The ISO standard for computer Graphics is ?
D.None of above
Answer: C
Explanation:
GKS is the first computer graphics standard.
View Answer Workspace Report
Answer: C
Explanation:
Presentation Graphics deals with the graphical representation of information. Examples of
Presentation includes bar charts, line graphs, surface graphs and pie charts.
View Answer Workspace Report
20 . The technique used to summarize the financial, statistical, mathematical,scientific and
economic data is ?
A.Presentation Graphics
B. Image processing
C.Computer Art
D.None of above
Answer: A
21 . Computer generated models of physical,financial and economic systems are often used
for ?
Answer: B
Explanation:
Computer generated models of physical,financial and economic system are often used as
Educational Aids.
View Answer Workspace Report
22 . Special System designed for some training application are known as ?
B. Simulators
C.GUI
D.None of above
Answer: B
Explanation:
Simulators
View Answer Workspace Report
Answer: D
Explanation:
All of the above
View Answer Workspace Report
24 . Graphics and image processing technique used to produce a transformation of one
object into another is called ?
Answer: C
Explanation:
When motion is provided to an object then it is known as animation.
View Answer Workspace Report
D.None of above
Answer: A
21 . Computer generated models of physical,financial and economic systems are often used
for ?
Answer: B
Explanation:
Computer generated models of physical,financial and economic system are often used as
Educational Aids.
View Answer Workspace Report
B. Simulators
C.GUI
D.None of above
Answer: B
Explanation:
Simulators
View Answer Workspace Report
23 . Computer Graphics models are now commonly used for making ?
Answer: D
Explanation:
All of the above
View Answer Workspace Report
Answer: C
Explanation:
When motion is provided to an object then it is known as animation.
View Answer Workspace Report
D.None of above
Answer: A