1.

The algorithm which uses multiple processors to calculatepixel positions is(a) Midpoint algorithm(b) Parallel line algorithm(c) Bresenham’s line algorithm(d) All of the mentionedThis question was posed to me during an interview for a job.My question is from Line Filling Algorithms topic in section Graphics Primitives of Computer Graphics

Answer»

Right answer is (b) PARALLEL line ALGORITHM

The explanation: In Parallel line algorithm each PROCESSORS calculates PIXEL positions.



Discussion

No Comment Found

Related InterviewSolutions