πŸ“Š Computer Graphics
Q. The process of distortion of information due to low frequency sampling or under sampling is
  • (A) Aliasing
  • (B) Anti-aliasing
  • (C) Sampling
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (B) Anti-aliasing
πŸ“Š Computer Graphics
Q. The process of burning ON of the pixel of line segment is:
  • (A) Rasterization
  • (B) Factorization
  • (C) Randomization
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (A) Rasterization
πŸ“Š Computer Graphics
Q. In our computer we follow
  • (A) Left handed coordinate system
  • (B) Right handed coordinate system
  • (C) Cartesian Coordinate system
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (A) Left handed coordinate system
πŸ“Š Computer Graphics
Q. Most of our drawing algorithm use-
  • (A) Incremental Method
  • (B) Decrement Method
  • (C) Multiplier Method
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (A) Incremental Method
πŸ“Š Computer Graphics
Q. A polygon having vertices P1, P2 ,… Pn is said to be ____________ oriented if a tour of the vertices in the given order produces an anticlockwise loop.
  • (A) Positive
  • (B) Negative
  • (C) Register
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) Positive
πŸ“Š Computer Graphics
Q. The Cartesian slope-intercept equation for a straight line is ________________.
  • (A) y = m(a+b+c)
  • (B) y = m.x + b
  • (C) y = 2βˆ†x-m
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) y = m.x + b
πŸ“Š Computer Graphics
Q. Which is not an interactive device?
  • (A) Keyboard
  • (B) Mouse
  • (C) CRT Monitor
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) CRT Monitor
πŸ“Š Computer Graphics
Q. If a line whose end point is (10, 12) and start point is (20, 20), then slope m =?
  • (A) 1.2
  • (B) 0.8
  • (C) -0.4
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) 0.8
πŸ“Š Computer Graphics
Q. In Bresenham's line generation algorithm, the initial value of the decision parameter as p0 = __________, where slope MOD (m) < 1.
  • (A) 2Δy – Δx
  • (B) 2Δy – 2Δx
  • (C) Δx – Δy
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) 2Δy – Δx
πŸ“Š Computer Graphics
Q. If the line connecting two interior points of the polygon lies completely inside the polygon, is said to be ____________.
  • (A) Convex
  • (B) Pixel
  • (C) Concave
  • (D) bitmap
πŸ’¬ Discuss
βœ… Correct Answer: (A) Convex