Question 2: Which of the following line algorithms best balances the processing load among all the processers? a.Parallel line algorithm b.DDA line algorithm c.Both a. and b. balances the load equally d.None of the above
Answer: a. Parallel line algorithm Explanation: If a parallel line algorithm has 'n' processes then this algorithm divides it into a number of partitions and generates line segments. Thus the load on the processors gets divided.