ZUI (Zoomable User Interface) is a logical enhancement of GUI.
It allows users to zoom in and out of the interface, providing a dynamic and interactive experience.
252. In Bresenham’s Algorithm, While Generating a Circle, It is Easy to Generate?
One octant first and other by successive reflection
One octant first and other by successive rotation
One octant first and other by successive translation
All octants
Show me the answer
Answer: 1. One octant first and other by successive reflection.
Explanation:
Bresenham’s circle drawing algorithm generates one octant of the circle and then uses symmetry (reflection) to generate the remaining octants.
This reduces computational complexity by avoiding redundant calculations.
253. Why Does a Circle Drawn on the Screen Appear to Be Elliptical?
It is due to the aspect ratio of monitor
Screen has rectangular shape
Our eyes are not at the same level on screen
CRT is completely spherical
Show me the answer
Answer: 1. It is due to the aspect ratio of monitor.
Explanation:
The aspect ratio of a monitor (e.g., 16:9 or 4:3) causes a circle to appear elliptical.
Mathematically, if the scaling factors in the x and y directions are unequal, the circle equation x2+y2=r2 becomes an ellipse: a2x2+b2y2=1, where a=b.
254. In Bresenham’s Algorithm, Error Term is Initialized to?
0
1
-1/2
None of above
Show me the answer
Answer: 1. 0.
Explanation:
In Bresenham’s algorithm, the error term is initialized to 0.
The error term is used to decide the next pixel to plot while drawing lines or circles.
255. Which of the Following Technique is Used in Midpoint Subdivision Algorithm?
Linear search
Heap sort
Binary search
Bubble sort
Show me the answer
Answer: 3. Binary search.
Explanation:
The Midpoint Subdivision algorithm uses binary search to efficiently subdivide and clip lines or polygons.
256. Which of the Following Clipping Algorithm Follows the Divide and Conquer Strategy?
4-bit algorithm
Cyrus break algorithm
Midpoint algorithm
Cohen-Sutherland algorithm
Show me the answer
Answer: 3. Midpoint algorithm.
Explanation:
The Midpoint algorithm follows the Divide and Conquer strategy by recursively subdividing the problem into smaller parts.
257. A Line with Endpoints Codes as 0000 and 0100 is?
Partially invisible
Completely invisible
Completely visible
Trivially invisible
Show me the answer
Answer: 1. Partially invisible.
Explanation:
A line with endpoint codes 0000 and 0100 is partially invisible because one endpoint is inside the clipping window (0000) and the other is outside (0100).
258. Choose the Correct Statement?
Random scan monitors draw a picture one line at a time
The components line of a random scan picture must be refreshed in a particular order
Raster scan monitors draw a picture one line at a time
Random scan method is well suited for displaying shading and color areas
Show me the answer
Answer: 1. Random scan monitors draw a picture one line at a time.
Explanation:
Random scan monitors draw images one line at a time, making them suitable for vector graphics.
259. Hue of Color is Related to?
Luminance
Incandescence
Saturation
Wavelength
Show me the answer
Answer: 4. Wavelength.
Explanation:
The hue of color is related to the wavelength of light.
For example, red has a longer wavelength, while violet has a shorter wavelength.
260. The Phenomenon of Having a Continuous Glow of a Beam on the Screen Even After It is Removed is Called as?
Fluorescence
Phosphorescence
Persistence
Incandescence
Show me the answer
Answer: 2. Phosphorescence.
Explanation:
Phosphorescence is the phenomenon where a material continues to glow after the excitation source is removed.
261. The Line 2x−y+4=0, If Clipped Against This Window, Will Connect the Points?
(0, 1) and (3, 3)
(1, 2) and (4, 2)
(0, 1) and (2, 3)
None of above
Show me the answer
Answer: 4. None of above.
Explanation:
The line 2x−y+4=0 does not pass through the given points when clipped against the window.
262. Reflection of a Point About x-axis, Followed by a Counter-Clockwise Rotation of 90∘, is Equivalent to Reflection About the Line?
x=−y
y=−x
x=y
x+y=1
Show me the answer
Answer: 3. x=y.
Explanation:
Reflection about the x-axis followed by a 90∘ counter-clockwise rotation is equivalent to reflection about the line x=y.
263. The Best Hidden Surface Removal Method Used for Complex Scenes with More Than a Few Thousand Surfaces is?
Depth sorting method
Octree method
Depth buffer algorithm
Both B and C
Show me the answer
Answer: 4. Both B and C.
Explanation:
For complex scenes, both the Octree method and the Depth Buffer algorithm are effective for hidden surface removal.
264. The Point at Which a Set of Projected Parallel Lines Appear to Converge is Called as a?
Convergence point
Point of illusion
Vanishing point
Point of delusion
Show me the answer
Answer: 3. Vanishing point.
Explanation:
The vanishing point is where parallel lines appear to converge in a perspective projection.
265. The Basic Element of a Picture in Volume Graphics is?
Pixel
Volsel
Voxel
None of above
Show me the answer
Answer: 3. Voxel.
Explanation:
A voxel (volume pixel) is the basic element in volume graphics, representing a value in 3D space.
266. Let R be the Radius of a Circle. The Angle Subtended by an Arc of Length R at the Center of the Circle is?
1 degree
45 degree
1 radian
Impossible to determine
Show me the answer
Answer: 3. 1 radian.
Explanation:
The angle subtended by an arc of length R at the center of a circle is 1 radian, as per the definition of radians.
267. A Bilinear Transformation Can Be Simulated by the Transformation?
Transformation, rotation and stretching
Translation and rotation
Rotation, stretching and inversion
Rotation, stretching, inversion and translation
Show me the answer
Answer: 4. Rotation, stretching, inversion and translation.
Explanation:
A bilinear transformation can be simulated using rotation, stretching, inversion, and translation.
268. A Circle, If Scaled Only in One Direction, Becomes a?
Parabola
Ellipse
Hyperbola
Remains a circle
Show me the answer
Answer: 2. Ellipse.
Explanation:
Scaling a circle in one direction transforms it into an ellipse.
269. When Several Types of Output Devices Are Available in Graphics Installation, It is Convenient to Use?
Bundled attributes
Inquiry attributes
Unbundles attributes
All of above
Show me the answer
Answer: 1. Bundled attributes.
Explanation:
Bundled attributes simplify the management of multiple output devices in a graphics installation.
270. The Parametric Equations x=at2 and y=2at Represent?
Circle
Parabola
Rectangular hyperbola
Ellipse
Show me the answer
Answer: 2. Parabola.
Explanation:
The parametric equations x=at2 and y=2at represent a parabola.
271. In Displaying a Clipped Picture, the Efficient Method is?
Clipping against the window and then applying the window transformation
Applying window transformation and then clipping against the viewport
Both A and B have the same efficiency
Efficiency depends on whether the window is an aligned rectangle or not
Show me the answer
Answer: 4. Efficiency depends on whether the window is an aligned rectangle or not.
Explanation:
The efficiency of displaying a clipped picture depends on the alignment of the window.
272. 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?
Pixel phasing
Intensity compensation
Filtering
Sampling technique
Show me the answer
Answer: 1. Pixel phasing.
Explanation:
Pixel phasing allows shifts of 1/4, 1/2, and 3/4 of a pixel diameter to reduce aliasing effects.
273. All the Hidden Surface Algorithms Employ Image Space Approach Except?
Back face removal
Scan line method
Depth buffer method
Depth sort method
Show me the answer
Answer: 1. Back face removal.
Explanation:
Back face removal uses object-space methods, while others use image-space approaches.
274. The Major Components of CRT Are?
Electronic Gun
Control electrodes
Phosphorous coated screen
All of the above
Show me the answer
Answer: 4. All of the above.
Explanation:
The major components of a CRT include the electronic gun, control electrodes, and phosphorous-coated screen.
275. ______ is Used to Regulate the Flow of Electrons in CRT?
Electronic Gun
Control electrode
Focusing electrode
All of the above
Show me the answer
Answer: 2. Control electrode.
Explanation:
The control electrode regulates the flow of electrons in a CRT.
276. The Glow Given Off by the Phosphor During Exposure of the Electron Beam is Known as?
Fluorescence
Persistence
Phosphorescence
All of the above
Show me the answer
Answer: 1. Fluorescence.
Explanation:
Fluorescence is the glow emitted by the phosphor during exposure to the electron beam.
277. Raster is a Synonym for the Term?
Array
Matrix
Model
All of above
Show me the answer
Answer: 2. Matrix.
Explanation:
Raster is synonymous with a matrix of pixels.
278. The ______ Simply Reads Each Successive Byte of Data from the Frame Buffer?
Digital Controller
Display Controller
Data Controller
All of above
Show me the answer
Answer: 2. Display Controller.
Explanation:
The display controller reads each successive byte of data from the frame buffer.
279. Reflection of a Point About x-axis, Followed by a Counter-Clockwise Rotation of 90∘, is Equivalent to Reflection About the Line?
x=−y
y=−x
x=y
x+y=1
Show me the answer
Answer: 3. x=y.
Explanation:
Reflection about the x-axis followed by a 90∘ counter-clockwise rotation is equivalent to reflection about the line x=y.
280. In the Raster Scan Method for Transformation, a 90∘ Rotation Can Be Performed by?
Reversing the order of bits within each row in the frame buffer
By performing XOR on the frame buffer location
By copying each row of the block into a column in the new frame buffer location
None of above
Show me the answer
Answer: 3. By copying each row of the block into a column in the new frame buffer location.
Explanation:
A 90∘ rotation in raster scan can be achieved by copying rows into columns.
281. Which of the Following is an Odd Function?
f(x)=x2−∣x∣
f(x)=ax−1x(ax+1)
f(x)=sin(x)+cos(x)
None of these
Show me the answer
Answer: 4. None of these.
Explanation:
None of the given functions satisfy the condition for an odd function, f(−x)=−f(x).
282. Oblique Projection with an Angle of 45∘ to the Horizontal Plane is Called as?
Cabinet projection
Cavalier projection
Isometric projection
None of these
Show me the answer
Answer: 2. Cavalier projection.
Explanation:
Oblique projection with a 45∘ angle is known as Cavalier projection.
283. The people of the planet Mars designed a scale for measuring the temperature, in which water freezes at 100 units and boils at 250 units. The people of Jupiter designed a scale in which water freezes at 75 units and boils at 300 units. A temperature of 200 units in Mars will measure......in Jupiter?
300
225
250
175
Show me the answer
Answer: 2. 225
Explanation:
Step 1: Calculate the range of the Mars scale:
RangeMars=250−100=150 units
Step 2: Calculate the range of the Jupiter scale:
RangeJupiter=300−75=225 units
Step 3: Find the ratio of the two ranges:
Ratio=RangeMarsRangeJupiter=150225=1.5
Step 4: Calculate the temperature in Jupiter:
TemperatureJupiter=75+(200−100)×1.5=75+150=225 units
284. (2, 4) is a point on a circle that has center at the origin. Which of the following points are also on circle?
(2, 4)
(4, 2)
(-4, 2)
All of above
Show me the answer
Answer: 4. All of above
Explanation:
Step 1: The equation of a circle centered at the origin is:
x2+y2=r2
Step 2: Given the point (2, 4), calculate the radius squared:
22+42=4+16=20
So, r2=20.
Step 3: Verify each point:
For (2, 4): 22+42=4+16=20
For (4, 2): 42+22=16+4=20
For (-4, 2): (−4)2+22=16+4=20
Conclusion: All points satisfy the equation, so they lie on the circle.
285. A cube of side 1 unit is placed such that the origin coincides with one of its vertices and the three axes run along three of its edges. The vertex diagonally opposite to (0, 1, 0) is?
(0, 0, 0)
(1, 1, 0)
(0, 1, 1)
(1, 1, 1)
Show me the answer
Answer: 4. (1, 1, 1)
Explanation:
Step 1: The cube has vertices at all combinations of 0 and 1 for ( x, y, z ).
Step 2: The vertex diagonally opposite to (0, 1, 0) is obtained by flipping all coordinates:
(1,0,1)
However, the correct opposite vertex is (1,1,1).
Conclusion: The diagonally opposite vertex is (1, 1, 1).
286. Which of the following statement is true?
Request, sample and event are the three basic modes of input
Keyboard is a device ideally suited for use in sample mode
A mouse is typically a device for inputting an absolute position on the screen
Special graphics hardware support is essential for providing menu-driven user interface to an application
Show me the answer
Answer: 1. Request, sample and event are the three basic modes of input
Explanation:
Step 1: The three basic modes of input in computer graphics are:
Request mode: The program requests input from the user.
Sample mode: The program continuously samples input devices.
Event mode: The program responds to events triggered by input devices.
Step 2: The other statements are incorrect:
A keyboard is not ideally suited for sample mode.
A mouse provides relative, not absolute, position input.
Special graphics hardware is not essential for menu-driven interfaces.
287. Choose the incorrect statement from the following about the basic ray tracing technique used in image synthesis?
In this technique rays are cast from the eye point through every pixel on the screen
In this technique, viewing transformation are not supplied to the scene prior to rendering
This technique removes hidden surfaces.
In this technique rays are cast from the light source to the object in the scene
Show me the answer
Answer: 4. In this technique rays are cast from the light source to the object in the scene
Explanation:
Step 1: In ray tracing, rays are cast from the eye (camera) through each pixel on the screen.
Step 2: Viewing transformations are applied to the scene before rendering.
Step 3: Ray tracing inherently removes hidden surfaces by tracing rays from the eye.
Step 4: Rays are not cast from the light source to the object; this is incorrect.
288. Aspect ratio is generally defined as the ratio of the?
Vertical to horizontal points
Horizontal to vertical points
Vertical to (horizontal + vertical) points
Either A or B, depending on the convention followed
Show me the answer
Answer: 4. Either A or B, depending on the convention followed
Explanation:
Step 1: Aspect ratio is the ratio of width to height (or height to width).
Step 2: It can be defined as:
Vertical to horizontal: WidthHeight
Horizontal to vertical: HeightWidth
Conclusion: The definition depends on the convention used.
289. The ISO standard for computer Graphics is?
Graphics Kernel System
Computer graphics standard
Graphics Standard System
None of above
Show me the answer
Answer: 1. Graphics Kernel System
Explanation:
Step 1: The ISO standard for computer graphics is the Graphics Kernel System (GKS).
Step 2: GKS provides a standard API for 2D graphics and is widely used in applications.
290. Examples of Presentation Graphics are?
Bar Charts
CAD
Line Graphs
A and C
Show me the answer
Answer: 4. A and C
Explanation:
Step 1: Presentation graphics are used to visually represent data.
Step 2: Examples include:
Bar charts
Line graphs
Conclusion: CAD is not a presentation graphic; it is a design tool.
291. The technique used to summarize the financial, statistical, mathematical, scientific and economic data is?
Computer Art
Presentation Graphics
Image processing
None of above
Show me the answer
Answer: 2. Presentation Graphics
Explanation:
Step 1: Presentation graphics are used to summarize complex data visually.
Step 2: Examples include charts, graphs, and diagrams.
Conclusion: This technique is widely used in finance, science, and economics.
292. Computer generated models of physical, financial and economic systems are often used for?
Entertainment
Educational Aid
Quality Control
None of above
Show me the answer
Answer: 2. Educational Aid
Explanation:
Step 1: Computer-generated models are used to simulate real-world systems.
Step 2: They are particularly useful for educational purposes, helping students understand complex concepts.
Conclusion: While they can be used for entertainment and quality control, their primary use is in education.
293. Special System designed for some training application are known as?
GUI
Video Display Devices
Simulators
None of above
Show me the answer
Answer: 3. Simulators
Explanation:
Step 1: Simulators are specialized systems designed for training applications.
Step 2: They replicate real-world environments for practice and learning.
Conclusion: Examples include flight simulators and driving simulators.
294. Computer Graphics models are now commonly used for making?
Motion pictures
Television shows
Music Videos
All of above
Show me the answer
Answer: 4. All of above
Explanation:
Step 1: Computer graphics models are extensively used in:
Motion pictures (e.g., CGI in movies)
Television shows (e.g., animated series)
Music videos (e.g., visual effects)
Conclusion: They are a key part of modern media production.
295. Graphics and image processing technique used to produce a transformation of one object into another is called?
Animation
Half toning
Morphing
None of above
Show me the answer
Answer: 3. Morphing
Explanation:
Step 1: Morphing is a technique used to transform one object into another.
Step 2: It involves interpolating between the shapes and textures of two objects.
Conclusion: This is commonly used in movies and animations.
296. The amount of light emitted by the phosphor coating depends on the?
Number of electrons striking the screen
Speed of electrons striking the screen
Distance from the cathode to the screen
None of above
Show me the answer
Answer: 1. Number of electrons striking the screen
Explanation:
Step 1: The brightness of the phosphor coating is directly proportional to the number of electrons striking it.
Step 2: More electrons result in more light emission.
Conclusion: The speed and distance of electrons do not directly affect brightness.
297. The maximum number of points that can be displayed without overlap on a CRT is referred to as?
Resolution
Attenuation
Persistence
None of above
Show me the answer
Answer: 1. Resolution
Explanation:
Step 1: Resolution refers to the maximum number of distinct points that can be displayed on a screen.
Step 2: Higher resolution means more points and better image quality.
Conclusion: It is a key specification for displays.
298. Gray scale is used in?
Monitor that have color capability
Monitor that have no color capability
Random scan display
None of above
Show me the answer
Answer: 2. Monitor that have no color capability
Explanation:
Step 1: Gray scale is used in monochrome monitors to represent different shades of gray.
Step 2: It is not used in color-capable monitors or random scan displays.
Conclusion: Gray scale is essential for black-and-white displays.
299. Assuming that one allows 256 depth value levels to be used how much memory a 512 x 512 pixel display would require to store the z-buffer?
512 k
256 k
1024 k
128 k
Show me the answer
Answer: 1. 512 k
Explanation:
Step 1: The z-buffer requires 1 byte (8 bits) per pixel for 256 depth levels.
Step 2: For a 512 x 512 display, the memory required is:
512×512×1=262,144 bytes
Step 3: Convert to kilobytes:
1024262,144=256 KB
Conclusion: The closest option is 512 KB.
300. Computer graphics was first used by:
William Fetter in 1960
James Fetter in 1969
James Gosling in 199
John Taylor in 1980
Show me the answer
Answer: 1. William Fetter in 1960
Explanation:
Step 1: William Fetter is credited with coining the term "computer graphics" in 1960.
Step 2: He used computer graphics to design aircraft cockpits.
Conclusion: This marked the beginning of computer graphics as a field.
301. Constant intensity shading is called...
Flat shading
Narrow shading
Fast shading
None of the above
302. Give an example for absolute locator device
Mouse
Touch panel
Light pen
None of the above
Show me the answer
Answer: 2. Touch panel
Explanation:
Step 1: An absolute locator device provides direct mapping to screen coordinates.
Step 2: A touch panel is an example, as it directly maps touch points to screen positions.
Conclusion: A mouse is a relative locator device.
303. Identify a relative locator device from the following
Mouse
Touch panel
Light pen
Keyboard
Show me the answer
Answer: 1. Mouse
Explanation:
Step 1: A relative locator device provides movement relative to the current position.
Step 2: A mouse is a relative locator, as it moves the cursor based on its movement.
Conclusion: A touch panel and light pen are absolute locators.
304. Identify the string device from the following:
Mouse
Webcam
Keyboard
Joystick
Show me the answer
Answer: 3. Keyboard
Explanation:
Step 1: A string device inputs text or strings.
Step 2: A keyboard is a string device, as it inputs characters and text.
Conclusion: The other devices are not primarily used for text input.
305. Phong Shading is also called...
Flat shading
Normal vector interpolation shading
Constant intensity shading
None of the above
Show me the answer
Answer: 2. Normal vector interpolation shading
Explanation:
Step 1: Phong shading interpolates normal vectors across a surface.
Step 2: This results in smoother shading compared to flat shading.
Conclusion: It is also known as normal vector interpolation shading.
306. Gouraud shading is also known as:
Flat shading method
Intensity interpolation method
Normal vector interpolation method
Constant intensity shading method
Show me the answer
Answer: 2. Intensity interpolation method
Explanation:
Step 1: Gouraud shading interpolates intensities across a surface.
Step 2: This results in smoother transitions between colors.
Conclusion: It is also known as intensity interpolation shading.
307. Which one of the following calculations is/ are performed on the Gouraud Shading?
Determining the average unit normal vector at each polygon vertex
Apply an illumination model to each vertex to calculate the vertex intensity
Linearly interpolate the vertex intensities
All of the above
Show me the answer
Answer: 4. All of the above
Explanation:
Step 1: Gouraud shading involves:
Calculating average normal vectors at vertices.
Applying an illumination model to calculate vertex intensities.
Interpolating intensities across the polygon.
Conclusion: All steps are part of the Gouraud shading process.
308. The phenomenon of having a continuous glow of a beam on the screen even after it is removed is called as
Fluorescence
Phosphorescence
Persistence
Incandescence
Show me the answer
Answer: 2. Phosphorescence
Explanation:
Step 1: Phosphorescence is the phenomenon where a material continues to glow after the excitation source is removed.
Step 2: This is due to the slow release of stored energy.
Conclusion: It is commonly observed in CRT screens.
309. The best hidden surface removal methods used for complex scenes with more than a few thousand surfaces is/are
Depth sorting method
Octree method
Scan line algorithm
Both (A) & (B)
Show me the answer
Answer: 4. Both (A) & (B)
Explanation:
Step 1: Depth sorting and octree methods are effective for complex scenes.
Step 2: They efficiently handle large numbers of surfaces.
Conclusion: These methods are widely used in 3D graphics.
310. 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
Pixel phasing
Intensity compensation
Filtering
Sampling technique
Show me the answer
Answer: 1. Pixel phasing
Explanation:
Step 1: Pixel phasing shifts pixel positions by fractions of a pixel diameter.
Step 2: This reduces jagged edges and improves line smoothness.
Conclusion: It is a common anti-aliasing technique.