1.

Which is the best line algorithm to balance the processing load among the processers?(a) Parallel line algorithm(b) DDA line algorithm(c) Bresenham’s line algorithm(d) Position Bresenham’s line algorithmThis question was addressed to me in a job interview.My enquiry is from Line Filling Algorithms topic in chapter Graphics Primitives of Computer Graphics

Answer»

The correct OPTION is (a) Parallel line algorithm

The explanation: If there are ‘n’ processes then this algorithm divides it into NUMBER of partitions and GENERATES line segments.



Discussion

No Comment Found

Related InterviewSolutions