GUI Stands For
GUI Stands For
GUI Stands For
2) Graphics can be -
a. Simulation
b. Drawing
c. Movies, photographs
d. All of the above
Explanation: Computer Graphics is the creation of pictures with the help of a computer.
The end product of the computer graphics is a picture; it may be a business graph,
drawing, and engineering. In computer graphics, two or three-dimensional pictures can
be created that are used for research.
a. A monitor
b. Display controller
c. Frame buffer
d. All of the above
Explanation: In interactive Computer Graphics, the user has some control over the
picture, i.e., the user can make any change in the produced image. One example of it is
the ping-pong game.
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
Explanation: The display method of the part selected or the design in which the
selected element is viewed is called a viewport. An area on the display device to which a
window is mapped is known as a viewport.
Explanation: Aspect ratio is the ratio of the vertical points to horizontal points essential
to produce equivalent length lines in both directions on the screen.
a. Dotted line
b. Dashed line
c. Dark line
d. All of the above
13) From the given list of options, which one is the accurate and efficient line-generating
algorithm?
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
Explanation: We translate a 2-D point by adding translation distance, t x, and ty, to the
original coordinates position (x,y) to move the points to a new position (x', y').
x' = x + tx
y' = y + ty.
a. Translation
b. Rotation
c. Scaling
d. None of the above
Explanation: Rotation is a process of changing the angle of the object. Rotation can be
clockwise or anticlockwise.
a. Rotational distance
b. Rotation angle
c. Co-ordinates
d. None of the above
Explanation: For rotation, we have to specify the angle of rotation and rotation point.
The rotation point is also known as pivot point.
Explanation: The positive value of the pivot point (rotation angle) rotates an object in a
counter-clockwise (anti-clockwise) direction.
19) Which of the following transformation is used for altering the object's size?
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?
Explanation: If the values of scaling factors sx and sy are equal, it is called Uniform
Scaling.
22) The Cohen-Sutherland algorithm divides the two-dimensional space in how many
regions?
a. 4
b. 8
c. 9
d. 23
Answer: (c) 9
Explanation: If the line is neither a visible case nor an invisible case, then it will be
considered to be the clipped case. The Cohen-Sutherland algorithm will divide the 2D
space into nine regions. All nine regions are assigned codes. Each code is of 4 bits. If
both endpoints of the line have end bits zero, then the line is considered to be visible.
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
Explanation: The 4-bit code of the bottom-right region amongst the nine regions
divided by the Cohen-Sutherland algorithm is 0110.
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?
Explanation: The line will be completely visible if both end codes are 0000, and the
result of their logical OR also 0000.
25) Which one of the following is the most commonly used and basic input device?
a. Mouse
b. Printer
c. Scanner
d. Keyboard
Explanation: The most commonly used input device is a keyboard. The data is entered
by pressing the set of keys. All keys are labeled. A keyboard with 101 keys is called a
QWERTY 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
Explanation: The printers that print the characters by striking against the ribbon and
onto the papers are known as Impact Printers.
a. Laser printer
b. Inkjet printer
c. Line printer
d. None of the above
Explanation: Line printers are the impact printers that print one line at a time. It is a
high-speed impact printer as it can print 500 to 3000 lines per minute. Drum printer and
chain printer are examples of line printers.
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
Explanation: The digitizer is an operator input device, which contains a large, smooth
board & an electronic tracking device, which can be changed over the surface to follow
existing lines. The electronic tracking device contains a switch for the user to record the
desire x & y coordinate positions. The coordinates can be entered into the computer
memory or stored or an off-line storage medium such as magnetic tape.
Explanation: Grayscale images are monochrome images; means they have only one
color. Grayscale images do not contain any information about color. Each pixel
determines available different grey levels.
a. zooming
b. copying
c. removing objects and lines
d. All of the above
Explanation: When we have to display a large portion of the picture, then not only
scaling & translation is necessary, the visible part of the picture is also identified. For
deciding the visible and invisible portion, a particular process called clipping is used.
Clipping determines each element into the visible and invisible portions. The visible
portion is selected. An invisible portion is discarded.
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
Explanation: A shadow mask CRT has 3 phosphor color dots at each pixel position.
36) In which of the following CRT methods, there is an occurrence of convergence problem?
Explanation: The convergence problem occurs in the shadow mask method of the color
CRT monitors. It is one of the limitations of the shadow mask method.
Explanation: The Beam-Penetration method has been used with random-scan monitors.
a. Emissive display
b. Non-Emissive display
c. Printer
d. None of the above
39) Which of the following algorithm is used to fill the interior of a polygon?
Explanation: When the boundary is of many colors and the interior is to be filled with
one color, the flood fill algorithm is used.
40) Which of the algorithm is used to color a pixel if it is not colored and leaves it if it is
already filled?
Explanation: The Boundary fill algorithm checks whether the boundary pixels or
adjacent pixels are colored or not. It leaves it, if the adjacent pixel is already filled or
colored; otherwise, fill it.
Answer: (c) A flexible strip used to generate a smooth curve through a designated set of
points
Explanation: The name spline is a flexible strip used to generate a smooth curve
through a designated set of points. In computer Graphics, the name spline curves define
any combined curve creates with polynomial portions fulfilling specified continuity
methods at the edge of the pieces.
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.
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
Explanation: A color model described with the primary colors cyan, magenta, and
yellow (CMY) is useful for defining color output to hard-copy devices. The intersection
of primary colors in the CMYK color model will produce the black color.
46) Select the set of colors produced in the beam-penetration method of the color CRT -
Explanation: Beam penetration method in color CRT produces four colors only, red,
green, orange and yellow. A beam of slow electrons excites the outer red layer only;
hence, the screen only shows red color. A beam of high-speed electrons excites the
inner green layer. Thus the screen shows a green color.
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
Explanation: The phase of determining the appropriate pixels for representing images
or graphics objects is called rasterization.
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
Explanation: The Flat-Panel display refers to a class of video devices with reduced
volume, weight and power requirement compared to CRT.
Example: Small T.V. monitor, calculator, pocket video games, laptop computers, an
advertisement board in an elevator.
50) Plasma panel is also called as -
a. Non-emissive display
b. Liquid crystal display
c. Gas discharge display
d. None of the above
← PrevNext →