MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER GRAPHICS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
On raster system, lines are plotted with
A
Lines
B
Dots
C
Pixels
D
None of the mentioned
Explanation: 

Detailed explanation-1: -On raster systems, lines are plotted with pixels, and step sizes in the horizontal and vertical directions are constrained by pixel separations. That is, we must “sample” a line at discrete positions and determine the nearest pixel to the line at each sampled position.

Detailed explanation-2: -Answer: c Explanation: Using pixels lines can be plotted.

Detailed explanation-3: -Answer: d Explanation: The DDA is a faster method for calculating pixel positions.

Detailed explanation-4: -Answer: d Explanation: Bresenham’s line algorithm is a very efficient and accurate algorithm.

There is 1 question to complete.