Computer Graphics Interview Questions And Answers

Saturday 1 September 2012


Computer Graphics multiple choice, objective type and interview based questions and answers.

1) What is ZUI in computer Graphics ?
  1. A Widget
  2. Logical Enhancement of GUI
  3. An application that saves memory
  4. None of above
Show/Hide Answer
Answer = A 
Explanation: Zooming user interface or zoomable user interface (ZUI, pronounced zoo-ee) is a graphical environment where users can change the scale of the viewed area in order to see more detail or less, and browse through different documents
2) In Bresenham's algorithm, while generating a circle , it is easy to generate?
  1. One octant first and other by successive reflection
  2. One octant first and other by successive rotation
  3. One octant first and other by successive translation
  4. All octants
Show/Hide Answer
Answer = A 
Explanation:In Bresehnam's algorithm only one octant is needs to be generated ans other octants can be obtained by successive reflection.
3) Why a circle drawn on the screen appears to be elliptical  ?
  1. It is due to the aspect ratio of monitor
  2. Screen has rectangular shape
  3. Our eyes are not at the same level on screen
  4. CRT is completely spherical
Show/Hide Answer
Answer = A
4) In bresenhan's algorithm error term is initialized to ?
  1. 0
  2. 1
  3. -1/2
  4. None of above
Show/Hide Answer
Answer = A
5) Which of the following technique is used in Midpoint Subdivision algorithm ?
  1. Linear search
  2. Binary search
  3. Heap sort
  4. Bubble sort
Show/Hide Answer
Answer = B 
Explanation: In mid point subdivision algorithm the line segment is separated at its mid point and them the two resulting segments are checked for visibility and clipping.
6) Which of the following clipping algorithm follows the Divide and Conquer strategy?
  1. 4-bit algorithm
  2. Midpoint algorithm
  3. Cyrus break algorithm
  4. Cohen- Sutherland algorithm
Show/Hide Answer
Answer = B 
Explanation:No Explanation
7) A line with endpoints codes as 0000 and 0100 is ?
  1. Partially invisible
  2. Completely visible
  3. Completely invisible
  4. Trivially invisible
Show/Hide Answer
Answer = A
8) Choose the correct statement?
  1. Random scan monitors draw a picture one line at a time
  2. The components line of a random scan picture must be refreshed in a particular order
  3. Raster scan monitors draw a picture one line at a time
  4. Random scan method is well suited for displaying shading and color areas
Show/Hide Answer
Answer = A

Do You Like This? Please take 5 seconds to share with your firends.