Computer Graphics MCQS++
Computer Graphics MCQS++
Computer Graphics MCQS++
a. m = dx / dy
b. m = dy / dx
c. y = mx + c
d. None of the above
Answer: b. m = dy / dx
Explanation:
Explanation:
All the mentioned algorithms: Line equation algorithm, the DDA algorithm and the
Bressenham's line drawing algorithm are used for line drawing in computer graphics.
Question 3: Which of the following statements is not true with respect to the Digital
Differential Analyzer (DDA) algorithm?
Explanation:
The DDA algorithm is applicable only for line drawing. Circle cannot be drawn using this
algorithm. For circle drawing, there are other algorithms available like the mid-point circle
drawing algorithm, etc.
Question 4: Which of the following options is not correct according to the definition
of Bresenham's line drawing algorithm?
Explanation:
a. True
b. False
Answer: a. True
Explanation:
As the DDA algorithm is an incremental algorithm, it uses the previous values for
determining the next values.
a. 0-1
b. 0 - 255
c. 0 - 210
d. None of the above
Answer: b. 0 - 255
Explanation:
The pixel value of the grayscale image defines the brightness of the pixel. Here, the pixel
value is stored as a byte value, i.e. an 8-bit value. Hence, the value of every pixel in a
grayscale image ranges from 0 to 255.
Question 2: The RGB image is known as the true color image. What does RGB stand
for?
Explanation:
The RGB Image which is also known as the true color image or the tri-color image stands for
Red- Green- Blue image. This is because an RGB image can be viewed as three different
color images: Red Green and Blue.
Explanation:
The RGB image has three different values for each color band, and the range of each color is
0 to 255. Hence, an RGB image is stored in a 3-dimensional array where each dimension
represents one of the colors, with a value lying between 0 - 255.
Question 4: Which of the following options is not correct according to the definition
of Computer Graphics?
Explanation:
Computer graphics has nothing to do with the audio of any device. Its sole purpose is to
deal with the imaging and animations part.
a. True
b. False
Answer: b. False
Explanation:
The game development does include a lot of graphics work for all the animations and
interfaces.
Question 1: Who among the following developed the CRT (Cathode Ray Tube)?
a. Charles Darwin
b. Ferdinand Barun
c. Thomas Alva Edison
d. None of the above
Explanation:
The Ferdinand Barun of Strasbourg developed the Cathode Ray Tube (CRT) in 1897.
Question 2: The inside of the Cathode Ray Tube is coated with what material?
a. Fluorescent powder
b. No coating
c. Phosphorus
d. None of the above
Answer: c. Phosphorus
Explanation:
The inside of the CRT is coated with phosphorus because phosphorus glows when a high
energy electron beam hits on to it.
Question 3: Which among the following is not merit (advantage) of the Cathode Ray
Tube?
Explanation:
Being large, heavy, and bulgy cannot be taken as an advantage of the cathode ray tube.
Other displays technologies are available now which are light weighted, flat, and much more
advanced.
Question 4: Which of the following options is correct in accordance with the cathode
ray tube?
Answer: c. CRTs can operate at any resolution and at any aspect ratio
Explanation:
All the other options are incorrect for a Cathode Ray Tube. The only option (b.) is correct.
Because the CRTs are not brighter than LCDs. Also, CRTs are very cheap. The only true
option is: the CRTs can operate at any resolution and any aspect ratio.
Question 5: Which among the following is a part of the Cathode Ray Tube?
a. Control Electrode
b. Electron Gun
c. Focusing System
d. All of the Above
Explanation:
The Cathode Ray Tube (CRT) contains all the mentioned parts: the Control Electrode, the
Electron Gun, and the Focusing system.
Question 6: CRT stands for,
Explanation:
CRT stands for "Cathode Ray Tube" and it is used in monitors and TV's.
Explanation:
Question 8: Which lights form the viewing colors that we see on the screen?
a. Red
b. Blue
c. Green
d. All of these
Explanation:
All these colors lights are primary i.e., changing their intensity can make any color.
Question 9: Which part of CRT monitor is responsible for clear picture on the screen?
a. Phosphorus Screen
b. Deflection Yoke
c. Focusing System
d. Colored Lights of the screen
Explanation:
Focusing systems focus a narrow beam of electron, which leads to sharper and clearer
picture quality.
a. Focusing system
b. Electron Gun
c. Screen
d. Control Electrode
Explanation:
The electron gun contains a cathode which throughs the electron beam.
Question 1: Which of the following methods is the fastest pixel position calculating
method?
Explanation:
The DDA is the fastest algorithm among the given algorithms for calculating the position of
the pixels because it has a very easy formula or way to calculate which can be readily
implemented and executed in programs.
Question 2: Which of the following line algorithms best balances the processing load
among all the processers?
Explanation:
If a parallel line algorithm has 'n' processes then this algorithm divides it into a number of
partitions and generates line segments. Thus the load on the processors gets divided.
"The boundary is specified in a single color, and the algorithm proceeds pixel by pixel until the
boundary color is encountered."
Explanation:
Mainly, this algorithm proceeds outward pixel by pixel until the boundary color is
encountered. Hence, the given statement definition correctly defines the Boundary fill
algorithm.
Question 4: In Bressenham’s line algorithm, there are certain conditions for deciding
the successive parameters. Of the distances d1 < d2 then decision parameter Pk is
which of the following?
a. Positive
b. Equal
c. Negative
d. Can be any of the above
Answer: c. Negative
Explanation:
Explanation:
DDA stands for Digital differential analyzer which is use to draw a line.
a. Width
b. Color
c. Type
d. All of the mentioned above
Question 7: ___ is a method of moving an entity from one coordinate point to another
into a straight-line path is known as positioning.
a. Shearing
b. Reflection
c. Translation
d. Transformation
Answer: c. Translation
Explanation:
Explanation:
? Only if the slope magnitude is small enough, x may be a range equal to a small horizontal
deflection voltage |m| < 1.
a. Dark line
b. Dotted line
c. Dashed line
d. None of the mentioned above
Explanation:
Question 10: Which of the following line-generating algorithms is the most effective
and efficient?
a. Midpoint algorithm
b. Bresenham's Line algorithm
c. DDA algorithm
d. None of the mentioned above
Explanation:
Question 11: The main role of a frame buffer is the ___ of the video signals that drive
the display device.
Explanation:
The main role of a frame buffer is the Storage, conditioning, and output of the video signals
that drive the display device.
Question 12: The ___ between the strong regions equal to the duration of the dashed
lines.
Explanation:
The inter dash spacing between the strong regions equal to the duration of the dashed
lines.
Explanation:
The inter dash spacing is equal to the length of the solid sections displays dashed line.
Question 14: Which of the following sentence used in application software to specify
line-type attributes?
a. SETLINE ()
b. SETLINE TYPE (lt)
c. Both of the above mentioned
d. None of the above mentioned
Quite long dashboards with equivalent or greater spacing than the dash will display dotted
lines.
a. Two points
b. One point
c. Four points
d. Three points
Explanation:
Two points may be found on a line to mark it. It is represented symbolically by an overhead
bar of two letters referring to a dot on the line at either end.
Question 1: Which of the following is defined by the number of pixels present in the
frame buffer?
a. Resolution
b. Depth
c. Both a. and b.
d. None of the above
Answer: a. Resolution
Explanation:
The number of pixels in the frame buffer determines the resolution of the image.
"The limited range of number of points that can be displayed without overlap on a CRT."
Determine whether the given condition is true or false.
a. True
b. False
c. Can't be determined
Answer: a. True
Explanation:
The given statement is true as maximum number of points can be displayed without overlap
on a CRT, and is called as Resolution.
Question 3: Which of the following defines the mapping of points from some domain
to bits?
a. Pix-map
b. Graph
c. Bitmap
d. All of the mentioned
Answer: c. Bitmap
Explanation:
Bit map frame buffer is always 1 bit per pixel and it defines the mapping of points from
domain to bits. It is also referred to as a bit array.
a. The process of digitizing a known picture definition into a set of pixel-intensity for
storage in the frame buffer.
b. Encoding the pixels into bits
c. Converting the draw able image into a graphical image
d. None of the above
Answer: a. The process of digitizing a known picture definition into a set of pixel-
intensity for storage in the frame buffer.
Explanation:
The process of digitizing a given picture definition into a set of pixel-intensity for storage in
the frame buffer is called Scan conversion.
Question 5: In which of the following parts of the cathode ray tube, is a huge amount
of heat released to the cathode by directing a current through a coil of wire?
a. Electron gun
b. Phosphorus coated tube
c. Filament
d. Anode and cathode
Answer: c. Filament
Explanation:
In CRT, the filament is responsible to supply power when an electron gun release the
electron then it focusing to hit the phosphorus screen to display the picture.
Question 6: In a graphical user interface, the most common input device is,
a. Mouse
b. Keyboard
c. Monitor
d. Joy stick
Answer: a. Mouse
Explanation:
Nowadays, a mouse is a most widely used input device. It enables the user to give
commands to the computer system by simply clicking. A mouse has two buttons left and
right, these are used as per need.
Question 7: Which display device allows a user to move around an object and can be
shown it from different angles?
a. Flat Panel Display Devices
b. Direct View Storage Tubes
c. 3D Devices
d. CRT
Answer: c. 3D Devices
Explanation:
The usage of 3D display devices helps the consumer to display an object from different
angles.
Question 8: Which devices provide the graphics framework with positional data?
a. Output devices
b. Storage devices
c. Input devices
d. Both B and C
Explanation:
Input devices are the devices which provide the graphics framework with positional data.
Explanation:
DVST stands for Direct View Storage Tube. DVST is a graphical display device that didn't
need to be refreshed to keep an image.
Question 10: The amount of pixels contained in a graphics system's frame buffer is
referred to as,
a. Resolution
b. Screen Size
c. Screen Color
d. None of the above mentioned
Answer: a. Resolution
Explanation:
A screen resolution can be determined by the number of pixels. If a display system contains
good quantity of pixels, it means the visibility of the screen will be highly clear.
Question 11: An instrument that transforms electrical energy into light are referred to
as,
Explanation:
a. Screen
b. Display
c. Matrix
d. Array
Answer: c. Matrix
Explanation:
Raster Scan Display is a type of most common graphics monitor. In this system an electron
beam sweeps across the system screen from top to bottom manner and covers one row at a
time.
Question 13: The translation of a specified picture description into a series of pixel-
intensity values for storage in the frame buffer is known as digitization, it is also
known as ...,
a. Scan conversion
b. Randomization
c. Rasterization
d. Encoding
Explanation:
The translation of a specified picture description into a series of pixel-intensity values for
storage in the frame buffer is known as digitization, it is also known as Scan conversion.
Explanation:
The Graphics Card is used to send graphical data to the output unit.
Question 15: In a graphics system, the most prominent output device is,
Explanation:
In a graphics system, the most prominent output device is a VDU (Visual Display Unit).
a. Display controller
b. Data controller
c. Digital controller
d. None of the above mentioned
Explanation:
A frame buffer is an area of memory used to store detail description about the display of
pixels. Data controller is used in the frame buffer.
a. Graphical display
b. Graphical error
c. Graphical system
d. None of the above mentioned
Explanation:
The model's name is formed from the letters R, G, and B, which stand for the three-additive
primary colors Red, Green, and Blue. The RGB colour model is mainly used in electronic
systems for image sensing, representation, and display.
a. Display Devices
b. Video signal
c. Text wrapping
d. None of the above mentioned
Explanation:
The display device's function is regulated by the Display Controller. A video display
controller is an integrated circuit which is a main component of a video signal generator.
Question 19: A video display device with the smallest height, lowest power usage, and
lightest weight is -
Explanation:
A flat-panel display is a type of video display that has a smaller size, weight, and power
consumption than a CRT display.
Explanation:
The core hardware components of graphic systems are Motherboard, CPU, RAM Memory,
IO Machine, Power Supply; Video Monitor Controller, Bus, And Hard Disc Drive.
Explanation:
The Random scan and rater scan are the display techniques using which (any one) an image
is displayed on the screen.
Question 2: Which among the following is best suited for a smooth line drawing on
the screen?
Explanation:
The Random scan display algorithm is best suited for line drawing because it uses an
electron beam which operates like a pencil to create a line on the screen.
Question 3: Which among the following is best suited for a realistic shaded image
drawing on the screen?
Explanation:
The Raster scan display algorithm is best suited for realistic shaded drawing because it is
works upon the intensity of the pixels. Hence, the value of every pixel is assigned from the
starting pixel to the ending one. Hence, a shaded realistic image can be best drawn using
this technique.
Question 4: Which of the following options is correct in accordance with the Random
Scan Display Algorithm?
Explanation:
All the given options are correct in accordance to the random scan display technique in a
Cathode Ray tube.
Question 5: Which among the following are the types of scanning or travelling of
beam in a raster scan display technique?
a. Interlaced Scanning
b. Non- Interlaced Scanning
c. Spiral Scanning
d. All of the Above
Explanation:
There is no scanning technique such as spiral scanning in the rater scan display technique.
Question 6: In ___ a beam of an electron is moved across the screen. It moves from top
to bottom considering one row at a time.
Explanation:
In Raster Scan Display a beam of an electron is moved across the screen. It moves from top
to bottom considering one row at a time.
Question 7: A beam of electron moves through each row, its intensity is alternatively
turned ___ which helps to create a pattern of spots that are illuminated.
a. On and off
b. Power interrupt
c. Up and down
d. All of the above mentioned
Explanation:
A beam of electron moves through each row, its intensity is alternatively turned On and Off
which helps to create a pattern of spots that are illuminated.
Question 8: Which of the following is a better option for drawing a smooth line on the
screen?
Explanation:
Since it uses an electron beam which acts like a pencil to build a line on the panel, Random
scan display is ideally adapted for line drawing.
Question 9: A 900 rotation can be done using the raster scan technique for
transformation ___
a. Using coping every row of a block into a column in a new frame buffer location
b. Using drawing a line
c. Using refresh a frame buffer
d. None of the above mentioned
Answer: a. Using coping every row of a block into a column in a new frame buffer
location
Explanation:
A 900 rotation can be done using the raster scan technique for transformation using coping
every row of a block into a column in a new frame buffer location.
Question 10: In ___ a beam of the electron is directed only to the screen areas where
any picture has to be displayed or drawn on the screen.
a. Video Display
b. Raster Scan Display
c. Random Scan Display
d. All of the above mentioned
Answer: c. Random Scan Display
Explanation:
In Random Scan Display a beam of the electron is directed only to the screen areas where
any picture has to be displayed or drawn on the screen.
Question 11: The resolution of random scan is higher than raster scan.
a. True
b. False
Answer: a. True
Explanation:
Question 12: Raster scan systems generally use ___ to display an image.
a. Frame buffer
b. Display controller
c. Display file program
d. None of the These
Explanation:
In a raster scan system, an electron beam sweeps through the panel, one row at a time, from
top to bottom. In his process a frame buffer uses.
Question 13: With reference to Random Scan Display, which of the following options
is correct?
a. It has an electron beam that directed only to the screen areas where any picture has
to be displayed.
b. It has a good pixel amount.
c. It's ideal for line drawing.
d. All of the above mentioned.
Explanation:
In the Random Scan Display technique, it has an electron beam that directed only to the
screen areas where any picture has to be displayed. Random Scan Display has a good pixel
amount and also an ideal method for line drawing.
Question 14: Which one of the following does not fit for Random Scan and Raster
Scan?
Explanation:
Random scan and rater scan are two display methods that can be used to display image on
the screen.
Question 15: With reference to Random Scan Display the beam of electron moves to
the left top corner of the screen to move to another frame. This motion is referred to
as ___
a. Vertical retrace
b. Horizontal retrace
c. Scan line
d. All of the above mentioned
Explanation:
With reference to Random Scan Display, the beam of electron moves to the left top corner
of the screen to move to another frame. This motion is referred to as Vertical retrace.
Explanation:
All the other definitions are wrong as per defining the Scan Conversion in computer
graphics.
Question 2: What is the main reason behind developing algorithms for scan
conversion?
Explanation:
The algorithms are being developed in the Scan conversion technique because of its faster
rate of generation of objects and efficient use of memory.
Explanation:
All the mentioned objects can be scan converted. Hence the correct option is: d. All of the
above.
a. True
b. False
Answer: b. False
Explanation:
The term pixel is not the short form for electronic picture. Rather, it is an abbreviation for
'Picture Element'.
a. Frame Buffer
b. Random Access Memory (RAM)
c. Picture Memory
d. None of the above
Explanation:
a. y = mx + c
b. y2 = r2 – x2
c. rx2y2 = rx2ry2 - ry2x2
d. None of the above
Answer: b. y2 = r2 – x2
Explanation:
x2 + y2 = r2
y2 = r2 – x2
Question 2: Which among the following is the correct equation for an ellipse?
a. y = mx + c
b. y2 = r2 – x2
c. rx2y2 = rx2ry2 - ry2x2
d. None of the above
Explanation:
a. 4 – symmetry property
b. 8 – symmetry property
c. 6 – symmetry property
d. All of the above
Explanation:
An ellipse is identical through all its quadrant values. i.e., if you place the origin at the center
of the ellipse, then it will have the mirror images for its points on all the four quadrants.
Hence, the ellipse is said to have the 4-symmetry property.
Explanation:
A circle can be defined from both the stated options: Using the polynomial method as well
as the polar coordinates method.
Question 5: "The mid-point algorithm is used for both circle drawing as well as ellipse
drawing, but the procedure is different for both of them."
Based upon the above statement, determine whether the following condition is true
or false.
"The circle follows 8 - symmetry property whereas the ellipse follows 4 – symmetry
property."
a. True
b. False
Answer: a. True
Explanation:
The circle is identical along all its octants whereas an ellipse is identical long all its
quadrants. Hence the given statement: "The circle follows 8 - symmetry property whereas
the ellipse follows 4 – symmetry property" is true.
Explanation:
The screen aspect ratio, a circle drawn on the panel seems to be elliptical.
a. True
b. False
Answer: a. True
Explanation:
A circle is defined as a set of points that are all the given distance (xc ,yc).
Question 8: An ellipse consists of two axes: major and minor axes where the major
axis is the longest diameter and minor axis is the shortest diameter.
a. True
b. False
Answer: a. True
Explanation:
From the image plane, an ellipse consists of two axes: major and minor axes. The major axis
is the longest diameter and minor axis is the shortest diameter. Each end of the major axis is
the vertex, and each end of the minor axis is the co-vertex of the ellipse.
Explanation:
Only one octant is needed in Bresehnam's algorithm, and the remaining octants can be
obtained by successive reflection.
a. Elliptical method
b. Decremented method
c. Circulation method
d. None of the above mentioned
Explanation:
In computer graphics, the mid-point ellipse algorithm is an Incremental method of drawing
an ellipse.
Question 11: Midpoint ellipse algorithm plots points of an ellipse on the first quadrant
by dividing the quadrant into two regions.
a. True
b. False
Answer: a. True
Explanation:
A midpoint ellipse algorithm plots points of an ellipse on the first quadrant by dividing the
quadrant into two regions.
Question 12: In the following figure, which one will be the appropriate pair of
coordinates in the blanks?
a. (-x, y)
b. (x, -y)
c. (-x, -y)
d. (x, y)
Answer: a. (-x, y)
Explanation:
Question 13: The value of the decision parameter determines whether the mid-point
lies ___ boundary and the then position of the mid-point help in drawing the ellipse.
a. At boundaries
b. Inside, outside, or on the ellipse
c. Only inside the boundaries
d. Only outside the boundaries
Explanation:
The value of the decision parameter determines whether the mid-point lies Inside, outside,
or on the ellipse boundary and the then position of the mid-point helps in drawing the
ellipse.
Question 14: Which of the following method/methods are used to get and set the
location of a pixel, object or text in a desktop's active area?
Explanation:
In the active region of a desktop, basic positioning methods are used to get and set the
location of a pixel, point, or document.
Question 15: The ___ of the circle is often used by the midpoint circle drawing
algorithm to produce.
a. Two-way symmetry
b. Six-way symmetry
c. Eight-way symmetry
d. None of the mentioned above
Explanation:
The two-way symmetry is used to create a circle in the midpoint circle drawing algorithm.
Question 16: Let R be the circumference of a circle. The angle created by an arc of
length R at the circle's middle is?
a. 1 radian
b. 90 degree
c. 60 degree
d. 1 degree
Answer: a. 1 radian
Explanation:
One radian is the angle generated by wrapping a circle's radius around its circumference.
Question 17: To draw a perspective image of a globe, first enclose the circle in ___ then
add pointing points, and so on.
a. Circle
b. Rectangle
c. Ellipse
d. All of the mentioned above
Answer: b. Rectangle
Explanation:
The circle can be enclosed in a square to achieve points on an ellipse, and the midpoints of
the sides and intersection of diagonals with the circle are 8 points. Parallel to the square's
edges, lines are traced along these stages.
Question 18: ___ is defined as a group of points where the sum of the distances for all
points is the same.
a. Lines
b. Dots
c. Only A
d. Ellipses
Answer: d. Ellipses
Explanation:
Question 19: The orientation of a picture plane in relation to the source is unaffected
by the perspective view's distance.
a. True
b. False
Answer: a. True
Explanation:
If an entity is set behind the picture plane, it will appear smaller in perspective. The height of
the viewpoint would rise as the object is brought closer to the picture plane, and vice versa.
Question 20: At any point (x, y) on the boundary of the circle with radius r satisfies the
equation fcircle (x,y)=0. If the point is in the interior of the circle, the circle function is
negative while if the point is outside the circle the, circle function is ___
a. Positive
b. Also negative
c. May be positive or negative
d. None of the above mentioned
Answer: a. Positive
Explanation:
With reference to circle equation fcircle (x, y) = 0. If the point is in the interior of the circle,
the circle function is negative while if the point is outside the circle the, circle function is
positive.
a. Translation
b. Shearing
c. Both a. and b.
d. None of the above
Answer: a. Translation
Explanation:
The movement of objects without deforming the shape of object is called Translation.
a. Shift Vector
b. Shift Coordinates
c. Translation points
d. None of the above
Explanation:
a. Positive Value
b. Negative value
c. Value less than 180 degree
d. All of the above
Explanation:
The positive value of the rotation angle rotates an object in an anti-clockwise direction while
the negative value of the rotation angle rotates an object in a clockwise direction.
a. Translation
b. Rotation
c. Scaling
d. None of the above
Answer: c. Scaling
Explanation:
Scaling is be used to increase or decrease which is reduce the size of object. Scaling subjects
to the co-ordinate points of the original object is to be changed. The scaling factor
determines whether the size of the object is to be increased or decreased.
a. True
b. False
Answer: a. True
Explanation:
The Shape of the object does not get deformed in any of the transformation techniques:
translation, rotation or scaling. In translation, we just move the object from one place to
another. In rotation, the object is rotated as it is according to the required angle of rotation.
In scaling, we just enlarge or diminish the size of the object without interfering with its
shape.
Explanation:
Question 7: ___ is a rigid body transformation that enables an entity to shift without
deforming.
a. Rotation
b. Translation
c. Only B
d. None of the above
Answer: c. Only B
Explanation:
Explanation:
Explanation:
In order to rotate an object, we must specify the position of its pivot or pivot angle, either
the rotation point or its height, or the magnitude of the rotation, and an angle relative to
the pivot.
Question 10: The distances between two points (dx, dy) are referred to as translation
distances (dx, dy).
The translation vector or shift vector is described as the distances (dx, dy) from the original
location.
a. Translation difference
b. Rotation colour model
c. Colour Mapping Functions
d. None of these
Explanation:
a. Translation vector
b. Shift vector
c. Translation distances
d. Both A and B
Explanation:
Question 13: The transformation of the entity in relation to an axis is called the
reflection image.
a. Reflection
b. Translation
c. Only A
d. Only B
Answer: d. Only B
Explanation:
Question 14: Which of the following is a matrix form of 2D translation equation is,
a. P'=R*P
b. P'= P + R
c. P'= P / R
d. None of the above mentioned
Answer: a. P'=R*P
Explanation:
Question 15: We set all scale factors to reduce the object's dimension.
a. Greater than 0
b. Less than 1
c. in Between 0 and 1
d. None of the Above
Explanation:
To scale a polygon, multiply the product of each vertex's (x, y) by the scaling factor sx and sy
to get the transformation coordinates.
Answer: c. Rotation
Explanation:
Other transformations include reflection and shear, which are simple geometric
transformations.
a. Line
b. Vertices
c. Edges
d. All of the mentioned above
Answer: c. Edges
Explanation:
a. Rotation
b. Reflection
c. Shear
d. All of the mentioned above
Answer: b. Reflection
Explanation:
a. Rotation
b. Translation
c. Scaling
d. All of the mentioned above
Answer: b. Translation
Explanation:
Translation is an efficient transformation method in which an object may shift form one
coordinate position to any other coordinate position in a three-dimensional plane.
Question 20: A transformation method which may cause the change in a shape of an
object is referred as,
a. Rotation
b. Scaling
c. Reflection
d. Shear
Answer: d. Shear
Explanation:
Shearing is a transformation method which may cause the change in shape of an object.
Question 21: Amongst which one of the most basic transformation methods which
may applied in three-dimensional planes -
a. Rotation
b. Translation
c. Scaling
d. All of the mentioned above
Answer: d. All of the mentioned above
Explanation:
Rotation, Translation and Scaling are some of the most basic transformation methods which
may apply in three-dimensional planes.
uestion 1: Which of the following is true with respect to the Bresenham's line drawing
algorithm?
Explanation:
The Bresenham's algorithm was proposed in order to overcome the drawbacks of the DDA
algorithm.
Question 2: Why is the complexity of Bresenham's line drawing algorithm less than
that of DDA line drawing algorithm?
Answer: c. It uses integer addition and subtraction over floating point operations
Explanation:
The only drawback of DDA algorithm was that it produces floating point results which
increases the overall complexity. This algorithm is used for calculating intermediate
coordinate points between the given source and ending points by only using integer
addition and subtraction.
Question 3: Which of the following properties is followed by the Bresenham's
algorithm?
a. It is an incremental method
b. It chooses points randomly
c. It uses floating point operations
d. All of the above
Explanation:
Question 4: Which of the following are true with respect to the Bresenham's
algorithm?
Explanation:
The Bresenham's algorithm has quite low complexity due to its integer-based operations.
Question 5: "This algorithm is more accurate than any other circle drawing algorithms
as it avoids the use of round off function."
Based upon the above statement, determine whether it is true or false.
a. True
b. False
Answer: a. True
Explanation:
Question 1: Which of the following ports resembles the coordinates from the real-
world system?
a. Window port
b. View Port
c. Universal Port
d. None of the above
Explanation:
A world coordinate area selected for display is called a window port. A window defines a
rectangular area in the world coordinates.
Explanation:
The process of mapping the window port to view port is termed as 'Window to view port
Transformation'. It is also known as 'Viewing Transformation' or 'Windowing
Transformation'.
Explanation:
To display different sections of the scene, we use multiple viewports so that different
sections can be displayed on different parts of the screen.
Question 4: Which of the following are true with respect to the Window Port in
computer graphics?
Explanation:
All the given statements are true according to the window port in computer graphics.
a. True
b. False
Answer: a. True
Explanation:
A viewport is a polygon viewing region in computer graphics which represents our device's
screen. Hence, the given statement is true.
Question 1: Which of the following is defined by the number of pixels present in the
frame buffer?
a. Resolution
b. Depth
c. Both a. and b.
d. None of the above
Answer: a. Resolution
Explanation:
The number of pixels in the frame buffer determines the resolution of the image.
"The limited range of number of points that can be displayed without overlap on a CRT."
a. True
b. False
c. Can't be determined
Answer: a. True
Explanation:
The given statement is true as maximum number of points can be displayed without overlap
on a CRT, and is called as Resolution.
Question 3: Which of the following defines the mapping of points from some domain
to bits?
a. Pix-map
b. Graph
c. Bitmap
d. All of the mentioned
Answer: c. Bitmap
Explanation:
Bit map frame buffer is always 1 bit per pixel and it defines the mapping of points from
domain to bits. It is also referred to as a bit array.
a. The process of digitizing a known picture definition into a set of pixel-intensity for
storage in the frame buffer.
b. Encoding the pixels into bits
c. Converting the draw able image into a graphical image
d. None of the above
Answer: a. The process of digitizing a known picture definition into a set of pixel-
intensity for storage in the frame buffer.
Explanation:
The process of digitizing a given picture definition into a set of pixel-intensity for storage in
the frame buffer is called Scan conversion.
Question 5: In which of the following parts of the cathode ray tube, is a huge amount
of heat released to the cathode by directing a current through a coil of wire?
a. Electron gun
b. Phosphorus coated tube
c. Filament
d. Anode and cathode
Answer: c. Filament
Explanation:
In CRT, the filament is responsible to supply power when an electron gun release the
electron then it focusing to hit the phosphorus screen to display the picture.
Question 6: In a graphical user interface, the most common input device is,
a. Mouse
b. Keyboard
c. Monitor
d. Joy stick
Answer: a. Mouse
Explanation:
Nowadays, a mouse is a most widely used input device. It enables the user to give
commands to the computer system by simply clicking. A mouse has two buttons left and
right, these are used as per need.
Question 7: Which display device allows a user to move around an object and can be
shown it from different angles?
Answer: c. 3D Devices
Explanation:
The usage of 3D display devices helps the consumer to display an object from different
angles.
Question 8: Which devices provide the graphics framework with positional data?
a. Output devices
b. Storage devices
c. Input devices
d. Both B and C
Explanation:
Input devices are the devices which provide the graphics framework with positional data.
Explanation:
DVST stands for Direct View Storage Tube. DVST is a graphical display device that didn't
need to be refreshed to keep an image.
Question 10: The amount of pixels contained in a graphics system's frame buffer is
referred to as,
a. Resolution
b. Screen Size
c. Screen Color
d. None of the above mentioned
Answer: a. Resolution
Explanation:
A screen resolution can be determined by the number of pixels. If a display system contains
good quantity of pixels, it means the visibility of the screen will be highly clear.
Question 11: An instrument that transforms electrical energy into light are referred to
as,
Explanation:
a. Screen
b. Display
c. Matrix
d. Array
Answer: c. Matrix
Explanation:
Raster Scan Display is a type of most common graphics monitor. In this system an electron
beam sweeps across the system screen from top to bottom manner and covers one row at a
time.
Question 13: The translation of a specified picture description into a series of pixel-
intensity values for storage in the frame buffer is known as digitization, it is also
known as ...,
a. Scan conversion
b. Randomization
c. Rasterization
d. Encoding
Answer: a. Scan conversion
Explanation:
The translation of a specified picture description into a series of pixel-intensity values for
storage in the frame buffer is known as digitization, it is also known as Scan conversion.
Explanation:
The Graphics Card is used to send graphical data to the output unit.
Question 15: In a graphics system, the most prominent output device is,
Explanation:
In a graphics system, the most prominent output device is a VDU (Visual Display Unit).
a. Display controller
b. Data controller
c. Digital controller
d. None of the above mentioned
Explanation:
A frame buffer is an area of memory used to store detail description about the display of
pixels. Data controller is used in the frame buffer.
a. Graphical display
b. Graphical error
c. Graphical system
d. None of the above mentioned
Explanation:
The model's name is formed from the letters R, G, and B, which stand for the three-additive
primary colors Red, Green, and Blue. The RGB colour model is mainly used in electronic
systems for image sensing, representation, and display.
a. Display Devices
b. Video signal
c. Text wrapping
d. None of the above mentioned
Explanation:
The display device's function is regulated by the Display Controller. A video display
controller is an integrated circuit which is a main component of a video signal generator.
Question 19: A video display device with the smallest height, lowest power usage, and
lightest weight is -
Explanation:
A flat-panel display is a type of video display that has a smaller size, weight, and power
consumption than a CRT display.
Explanation:
The core hardware components of graphic systems are Motherboard, CPU, RAM Memory,
IO Machine, Power Supply; Video Monitor Controller, Bus, And Hard Disc Drive.
2) Graphics can be -
a. Simulation
b. Drawing
c. Movies, photographs
b. Computer-aided design
a. A monitor
b. Display controller
c. Frame buffer
o A Monitor likes a home T.V. set without the tuning and receiving electronics.
o Display Controller or Video Controller: It passes the contents of the frame buffer
to the monitor.
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
A digital camera uses pixel elements (also known as a pixel) to capture images.
a. Video monitor
b. Scanner
c. Speaker
d. Printer
a. Display
b. Window
c. Viewport
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.
b. of pixels
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
a. Translation
b. Reflection
c. Shearing
d. Transformation
Explanation: We translate a 2-D point by adding translation distance, tx, 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.
b. Rotation
c. Scaling
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
Explanation: For rotation, we have to specify the angle of rotation and rotation point.
The rotation point is also known as pivot point.
19) Which of the following transformation is used for altering the object's size?
a. Translation
b. Scaling
c. Rotation
Explanation: Scaling is used to alter or change the size of objects. The change is done
using scaling factors.
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.
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
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?
b. Completely inside
c. Completely outside
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
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
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
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
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.
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.
a. Emissive display
b. Non-Emissive display
c. Printer
Explanation: None
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.
a. Curved strip
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.
a. Painting
b. Sketching
c. Printing
d. Computer display
Hide Answer Workspace
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
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.
a. Non-emissive display
(a) r > 2
(b) r < 5
(a) 25
(b) 7
(c) 12
(d) 5
3. An ellipse has its axes along co-ordinate axes. The distance between its foci is
2h and the focal distance of an end of the minor axis is k. The equation of the
ellipse is
(a)
(b)
(c)
(d)
4. Equation of the ellipse, referred to its axes as the x and y axes respectively,
5. Equation of tangents to the ellipse 9x2 + 10y2 = 144 from the point (2, 3) are
(a) y = 3, x + y = 5
(b) x = 3, x – y = 5
(c) x + y = 3, x – y + 5 = 0
(a) m2 + e2 = 1
(b) 2m2 + e2 = 1
(c) 3m2 + e2 = 1
7. The tangent to the curve x = a( – sin ); y = a(1 + cos ) at the points = (2k
+ 1), k Z are parallel to
(a) y = x
(b) y = –x
(c) y = 0
(d) x = 0
8. The equation(s) of the tangent(s) to the ellipse 9(x – 1)2 + 4y2 = 36 parallel to
the latus rectum, is (are)
(a) y = 3
(b) y = -3
(c) x = 3
(d) x = -3.
9. The area of the triangle formed by the points on the ellipse 25x2 + 16y2 = 400
whose eccentric angles are /2, and 3/2 is
(a)
(b)
(c)
(d)
11. The vaue of ‘c’ for which lie y = x + c is tangent to the ellipse 2x2 + 3y2 = 1 is
(a)
(b)
(c)
(d)
13. Let ‘E’ be the ellipse and ‘C’ be the circle x2 + y2 = 9. Let P and Q be
points (1, 2) and (2, 1) respectively. Then
(a) (1, 6)
(d) (6, 1)
(a)
(b)
(c)
(d)
16. One foot of normal of the ellipse 4 x2 + 9y2 = 36, that is parallel to the line 2
x + y = 3, is
(a)
(b)
(c)
(a) 6 x2 + 12 y2 = 1
(b) 12 x2 + 6 y2 = 1
(c) 3 x2 + 12 y2 = 1
(d) 9 x2 + 12 y2 = 1
(b) (3, 2)
(a) 2 y x 4 = 0 and 2 y + x + 4 = 0
(b) y 2 x 4 = 0 and y + 2 x + 4 = 0
(c) 2 y x 2 = 0 and 2 y + x + 2 = 0
(d) y 2 x 2 = 0 and y + 2 x + 2 = 0
(a)
(b)
(c)
(d)
1. c 2. d 3. c 4. b 5. d
6. c 7. c 8. a 9. b 10. a
(a) 2/5
(b) 4/5
(c) 3/5
(d) 1/5
(a)
(b)
(c)
(d)
(a) x= 4
(b) y = 5
(c) x2 +y2 = 41
(d) x2 +y2 = 9
4. Equation to an ellipse whose centre is (-2, 3) and whose semi-axes are 3 and 2
and major axis parallel to x-axis, is given by
5. The angle between the tangents drawn from the point (1, 2) to the ellipse 3x2 +
2y2 = 5 is
(a) tan-1
(b) tan-1
(c) tan-1
(d) tan-1
(a)
(b)
(c)
(a)
(b)
(c)
8. Equation of the ellipse whose minor axis is equal to the distance between foci
and whose latus rectum is 10, is given by
9. If P is a point on the ellipse =1 whose foci are S and S. Then PS + PS is
(a) 8
(b) 4
(c) 10
(d) 4
(a)
(b)
(c)
11. If F1 (0,0), F2 (3,4) and |PF1| +|PF2| =10, then the locus of is
(a) An ellipse
(c) A hyperbola
(a) An ellipse
(b) A circle
(a)
(b) –
(c)
(a) 16
(b) 20
(c) 25
(d) 36
15. The locus of the point (3h+2, k), where (h, k) lies on the circle x2+y2 = 1 is
(a) A hyperbola
(b) A circle
(c) A parabola
(d) An ellipse
16. The equation of ellipse, whose focus is (1, 0), directrix is x = 4 and whose
eccentricity is a root of the quadratic equation 2x2
3x + 1 = 0, is-
(a)
(b)
17. Area of the quadrilateral formed by the tangents to the ellipse at the
end points of its major and minor axes is
(a) 8
(b) 4
(c) 16
(d) 2
(a) (1, 1)
(c) (1, 1)
(a) 4
(b) 1
(c)
(d) 2
(a) 4
(b) 2
(c) 3
(d)
Answer keys:
1. c 2. c 3. c 4. c 5. c
6. c 7. a 8. c 9. b 10. c
5. Axes are called conjugate axes when they are parallel to the tangents drawn at their
extremes.
a) True
b) False
View Answer
Answer: a
Explanation: In ellipse there exist two axes (major and minor) which are perpendicular to each
other, whose extremes have tangents parallel them. There exist two conjugate axes for ellipse
and 1 for parabola and hyperbola.
6. Steps are given to draw an ellipse by loop of the thread method. Arrange the steps.
i. Check whether the length of the thread is enough to touch the end of minor axis.
ii. Draw two axes AB and CD intersecting at O. Locate the foci F1 and F2.
iii. Move the pencil around the foci, maintaining an even tension in the thread throughout and
obtain the ellipse.
iv. Insert a pin at each focus-point and tie a piece of thread in the form of a loop around the
pins.
a) i, ii, iii, iv
b) ii, iv, i, iii
c) iii, iv, i, ii
d) iv, i, ii, iii
View Answer
Answer: b
Explanation: This is the easiest method of drawing ellipse if we know the distance between
the foci and minor axis, major axis. It is possible since ellipse can be traced by a point, moving
in the same plane as and in such a way that the sum of its distances from two foci is always
the same.
7. Steps are given to draw an ellipse by trammel method. Arrange the steps.
i. Place the trammel so that R is on the minor axis CD and Q on the major axis AB. Then P
will be on the ellipse.
ii. Draw two axes AB and CD intersecting each other at O.
iii. By moving the trammel to new positions, always keeping R on CD and Q on AB, obtain
other points and join those to get an ellipse.
iv. Along the edge of a strip of paper which may be used as a trammel, mark PQ equal to half
the minor axis and PR equal to half of major axis.
a) i, ii, iii, iv
b) ii, iv, i, iii
c) iii, iv, i, ii
d) iv, i, ii, iii
View Answer
Answer: b
Explanation: This method uses the trammels PQ and PR which ends Q and R should be
placed on major axis and minor axis respectively. It is possible since ellipse can be traced by
a point, moving in the same plane as and in such a way that the sum of its distances from
two foci is always the same.
8. Steps are given to draw a normal and a tangent to the ellipse at a point Q on it. Arrange
the steps.
i. Draw a line ST through Q and perpendicular to NM.
ii. ST is the required tangent.
iii. Join Q with the foci F1 and F2.
iv. Draw a line NM bisecting the angle between the lines drawn before which is normal.
a) i, ii, iii, iv
b) ii, iv, i, iii
c) iii, iv, i, ii
d) iv, i, ii, iii
View Answer
Answer: c
Explanation: Tangents are the lines which touch the curves at only one point. Normals are
perpendiculars of tangents. As in the circles first, we found the normal using foci (centre in
circle) and then perpendicular at given point gives tangent.
9. Which of the following is not belonged to ellipse?
a) Latus rectum
b) Directrix
c) Major axis
d) Asymptotes
View Answer
Answer: d
What is the radius of the circle x2 + y2 – 6y = 0?
A. 2
B. 3
C. 4
D.5
View Answer:
Answer: Option B
Solution: Review: Solution for Number 1
Problem 2: CE Board November 1995
What are the coordinates of the center of the curve x2 + y2 – 2x – 4y – 31 =
0?
A. (-1, -1)
B. (-2, -2)
C. (1, 2)
D. (2, 1)
View Answer:
Answer: Option C
Solution: Review: Solution for Number 2
Problem 3:
A circle whose equation is x2 + y2 + 4x +6y – 23 = 0 has its center at
A. (2, 3)
B. (3, 2)
C. (-3, 2)
D. (-2, -3)
View Answer:
Answer: Option D
Solution: Review: Solution for Number 3
Problem 4: ME Board April 1998
What is the radius of a circle with the ff. equation: x2 – 6x + y2 – 4y – 12 = 0
A. 3.46
B. 7
C. 5
D.6
View Answer:
Answer: Option C
Solution: Review: Solution for Number 4
Problem 5: ECE Board April 1998
The diameter of a circle described by 9x2 + 9y2 = 16 is?
A. 4/3
B. 16/9
C. 8/3
D. 4
View Answer:
Answer: Option C
Solution: Review: Solution for Number 5
Problem 6: CE Board May 1996
How far from the y-axis is the center of the curve 2x2 + 2y2 +10x – 6y – 55
=0
A. -2.5
B. -3.0
C. -2.75
D. -3.25
View Answer:
Answer: Option A
Solution: Review: Solution for Number 6
Problem 7:
What is the distance between the centers of the circles x2 + y2 + 2x + 4y – 3
= 0 and x2 + y2 + 2x – 8x – 6y + 7 = 0?
A. 7.07
B. 7.77
C. 8.07
D. 7.87
View Answer:
Answer: Option A
Solution: Review: Solution for Number 7
Problem 8: CE Board November 1993
The shortest distance from A (3, 8) to the circle x2 + y2 + 4x – 6y = 12 is
equal to?
A. 2.1
B. 2.3
C. 2.5
D. 2.7
View Answer:
Answer: Option A
Solution: Review: Solution for Number 8
Problem 9: ME Board October 1996
The equation circle x2 + y2 – 4x + 2y – 20 = 0 describes:
A. A circle of radius 5 centered at the origin.
View Answer:
Answer: Option D
Solution: Review: Solution for Number 9
Problem 10: EE Board April 1997
The center of a circle is at (1, 1) and one point on its circumference is (-1, -
3). Find the other end of the diameter through (-1, -3).
A. (2, 4)
B. (3, 5)
C. (3, 6)
D. (1, 3)
View Answer:
Answer: Option B
Solution: Review: Solution for Number 10
Problem 11:
Find the area (in square units) of the circle whose equation is x2 + y2 = 6x –
8y.
A. 20 π
B. 22 π
C. 25 π
D. 27 π
View Answer:
Answer: Option C
Solution: Review: Solution for Number 11
Problem 12:
Determine the equation of the circle whose radius is 5, center on the line x =
2 and tangent to the line 3x – 4y + 11 = 0.
A. (x – 2)2 + (y – 2)2 = 5
B. (x – 2)2 + (y + 2)2 = 25
C. (x – 2)2 + (y + 2)2 = 5
D. (x – 2)2 + (y – 2)2 = 25
View Answer:
Answer: Option B
Solution: Review: Solution for Number 12
Problem 13:
Find the equation of the circle with the center at (-4, -5) and tangent to the
line 2x + 7y – 10 = 0.
A. x2 + y2 + 8x – 10y – 12 = 0
B. x2 + y2 + 8x – 10y + 12 = 0
C. x2 + y2 + 8x + 10y – 12 = 0
D. x2 + y2 – 8x + 10y + 12 = 0
View Answer:
Answer: Option C
Solution: Review: Solution for Number 13
Problem 14: ECE Board April 1998
Find the value of k for which the equation x2 + y2 + 4x – 2y – k = 0
represents a point circle.
A. 5
B. 6
C. -6
D. -5
View Answer:
Answer: Option D
Solution: Review: Solution for Number 14
Problem 15: ECE Board April 1999
3x2 + 2x – 5y + 7 = 0. Determine the curve.
A. Parabola
B. Ellipse
C. Circle
D. Hyperbola
View Answer:
Answer: Option A
Solution: Review: Solution for Number 15
Problem 16: CE Board May 1993, CE Board November 1993, ECE Board April 1994
The focus of the parabola y2 = 16x is at
A. (4, 0)
B. (0, 4)
C. (3, 0)
D. (0, 3)
View Answer:
Answer: Option A
Solution: Review: Solution for Number 16
Problem 17: CE Board November 1994
Where is the vertex of the parabola x2 = 4(y – 2)?
A. (2, 0)
B. (0, 2)
C. (3, 0)
D. (0, 3)
View Answer:
Answer: Option B
Solution: Review: Solution for Number 17
Problem 18: ECE Board April 1994, ECE Board April 1999
Find the equation of the directrix of the parabola y2 = 16x.
A. x = 2
B. x = -2
C. x = 4
D. x = -4
View Answer:
Answer: Option D
Solution: Review: Solution for Number 18
Problem 19:
Given the equation of a parabola 3x + 2y2 – 4y + 7 = 0. Locate its vertex.
A. (5/3, 1)
B. (5/3, -1)
C. -(5/3, -1)
D. (-5/3, 1)
View Answer:
Answer: Option D
Solution: Review: Solution for Number 19
d. All octants
a. 0
b. 1
c. -1/2
d. None of above
View Answer Report Discuss Too Difficult!
Answer: (a).0
a. Heap sort
b. Bubble sort
c. Binary search
d. Linear search
25. Which of the following clipping algorithm follows the Divide and Conquer strategy?
c. 4-bit algorithm
d. Midpoint algorithm
a. Completely visible
b. Completely invisible
c. Partially invisible
d. Trivially invisible
View Answer Report Discuss Too Difficult!
27. In the raster scan method for transformation, a 90º rotation can be performed by ?
a. by coping each row of the block into a column in the new frame buffer location
b. reversing the order of bits within each row in the frame buffer
d. None of above
Answer: (a).by coping each row of the block into a column in the new frame buffer location
28. Obliquee projection with an angle of 450 to the horizontal plane is called as ?
a. Cabinaet projection
b. Cavalier projection
c. Isometric projection
d. None of these
a. Parabola
b. Circle
c. Rectangular hyperbola
d. Ellipse
View Answer Report Discuss Too Difficult!
Answer: (a).Parabola
30. Line produced by moving pen is __ at the end points than the line produced by the pixel replication?
a. straight
b. thin
d. thicker
Answer: (d).thicker
31. The process which divides each element of the picture into its visible and
be discarded is called__?
a. Windowing
b. clipping
d. Projecting
Answer: (b).clipping
a. image window
b. Drawing window
d. none of these
d. viewing window
34. A method used to test lines for total clipping is equivalent to the_____________________
a. logical OR operator
35. A process of changing the position of an object in a straight line path from one coordinate location to another i
a. rotation
b. translation
c. motion
d. none of these
a. location
b. size
c. shape
d. none of these
Answer: (b).size
39. The transformation that produces a mirror image of an object relative to an axis is called__________
a. reflection
b. translation
c. rotation
d. none of these
Answer: (a).reflection
a. reflection
b. shear transformation
c. translation
d. none of these
Question 2: Which among the following is the correct equation for an ellipse?
a. y = mx + c
b. y2 = r2 – x2
c. rx2y2 = rx2ry2 - ry2x2
d. None of the above
Explanation:
a. 4 – symmetry property
b. 8 – symmetry property
c. 6 – symmetry property
d. All of the above
Explanation:
An ellipse is identical through all its quadrant values. i.e., if you place the origin at the center
of the ellipse, then it will have the mirror images for its points on all the four quadrants.
Hence, the ellipse is said to have the 4-symmetry property.
Explanation:
A circle can be defined from both the stated options: Using the polynomial method as well
as the polar coordinates method.
Question 5: "The mid-point algorithm is used for both circle drawing as well as ellipse
drawing, but the procedure is different for both of them."
Based upon the above statement, determine whether the following condition is true
or false.
"The circle follows 8 - symmetry property whereas the ellipse follows 4 – symmetry
property."
a. True
b. False
Answer: a. True
Explanation:
The circle is identical along all its octants whereas an ellipse is identical long all its
quadrants. Hence the given statement: "The circle follows 8 - symmetry property whereas
the ellipse follows 4 – symmetry property" is true.
Explanation:
The screen aspect ratio, a circle drawn on the panel seems to be elliptical.
Answer: a. True
Explanation:
A circle is defined as a set of points that are all the given distance (xc ,yc).
Question 8: An ellipse consists of two axes: major and minor axes where the major
axis is the longest diameter and minor axis is the shortest diameter.
a. True
b. False
Answer: a. True
Explanation:
From the image plane, an ellipse consists of two axes: major and minor axes. The major axis
is the longest diameter and minor axis is the shortest diameter. Each end of the major axis is
the vertex, and each end of the minor axis is the co-vertex of the ellipse.
Explanation:
Only one octant is needed in Bresehnam's algorithm, and the remaining octants can be
obtained by successive reflection.
a. Elliptical method
b. Decremented method
c. Circulation method
d. None of the above mentioned
Explanation:
Question 11: Midpoint ellipse algorithm plots points of an ellipse on the first quadrant
by dividing the quadrant into two regions.
a. True
b. False
Answer: a. True
Explanation:
A midpoint ellipse algorithm plots points of an ellipse on the first quadrant by dividing the
quadrant into two regions.
Question 12: In the following figure, which one will be the appropriate pair of
coordinates in the blanks?
a. (-x, y)
b. (x, -y)
c. (-x, -y)
d. (x, y)
Answer: a. (-x, y)
Explanation:
Question 13: The value of the decision parameter determines whether the mid-point
lies ___ boundary and the then position of the mid-point help in drawing the ellipse.
a. At boundaries
b. Inside, outside, or on the ellipse
c. Only inside the boundaries
d. Only outside the boundaries
The value of the decision parameter determines whether the mid-point lies Inside, outside,
or on the ellipse boundary and the then position of the mid-point helps in drawing the
ellipse.
Question 14: Which of the following method/methods are used to get and set the
location of a pixel, object or text in a desktop's active area?
Explanation:
In the active region of a desktop, basic positioning methods are used to get and set the
location of a pixel, point, or document.
Question 15: The ___ of the circle is often used by the midpoint circle drawing
algorithm to produce.
a. Two-way symmetry
b. Six-way symmetry
c. Eight-way symmetry
d. None of the mentioned above
Explanation:
The two-way symmetry is used to create a circle in the midpoint circle drawing algorithm.
Question 16: Let R be the circumference of a circle. The angle created by an arc of
length R at the circle's middle is?
a. 1 radian
b. 90 degree
c. 60 degree
d. 1 degree
Answer: a. 1 radian
Explanation:
One radian is the angle generated by wrapping a circle's radius around its circumference.
Question 17: To draw a perspective image of a globe, first enclose the circle in ___ then
add pointing points, and so on.
a. Circle
b. Rectangle
c. Ellipse
d. All of the mentioned above
Answer: b. Rectangle
Explanation:
The circle can be enclosed in a square to achieve points on an ellipse, and the midpoints of
the sides and intersection of diagonals with the circle are 8 points. Parallel to the square's
edges, lines are traced along these stages.
Question 18: ___ is defined as a group of points where the sum of the distances for all
points is the same.
a. Lines
b. Dots
c. Only A
d. Ellipses
Answer: d. Ellipses
Explanation:
Ellipses are a set of lines.
Question 19: The orientation of a picture plane in relation to the source is unaffected
by the perspective view's distance.
a. True
b. False
Answer: a. True
Explanation:
If an entity is set behind the picture plane, it will appear smaller in perspective. The height of
the viewpoint would rise as the object is brought closer to the picture plane, and vice versa.
Question 20: At any point (x, y) on the boundary of the circle with radius r satisfies the
equation fcircle (x,y)=0. If the point is in the interior of the circle, the circle function is
negative while if the point is outside the circle the, circle function is ___
a. Positive
b. Also negative
c. May be positive or negative
d. None of the above mentioned
Answer: a. Positive
Explanation:
With reference to circle equation fcircle (x, y) = 0. If the point is in the interior of the circle,
the circle function is negative while if the point is outside the circle the, circle function is
positive.
A. Mouse B. Joystick
Explanation:
Mouse
View Answer Workspace Report
7 . In a clipping algorithm of Cohen & Sutherland using region codes, a line is already clipped if the ?
Answer: C
Explanation:
B. cavalier, cabinet
Answer: A
Explanation:
A. 5 B. 15
C. 20 D. 25
Answer: D
Explanation:
25
View Answer Workspace Report
B. A Widget
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.
8. The function of the pixel mask is
a) To display dashes and inter dash spaces according to the slope
b) To display curved attributes
c) To display the thick curves
d) None of these
View Answer
Answer: a
Explanation: None.
9. If we want to display constant-length dashes, then we need to do the following.
a) We need to adjust the number of pixels plotted in each dash
b) We need to adjust the number of dots
c) We must use line-type functions
d) Neither a nor c
View Answer
Answer: a
Explanation: Number of pixels plotted in each dash, will displays constant-length dashes.
10. The curves displayed with a rectangular pen will be
a) Thinner
b) Thicker and magnitude slope is 1
c) Thicker and magnitude slope >1
d) B or C
View Answer
Answer: b
Explanation: None.
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 monitor