1.

Which of the following don’t use matrices?(a) In solving linear equations(b) Image processing(c) Graph theory(d) Sorting numbersThe origin of the question is Matrix in division Arrays Types of Data Structures & Algorithms II got this question in exam.

Answer»

The correct ANSWER is (d) Sorting numbers

Best explanation: Numbers uses ARRAYS(1-D) for sorting not matrices(2-D arrays). Solving linear equations is a separate field in Mathematics involving matrices, IMAGE processing stores the PIXELS in the form of matrices, and the graphs are represented with the help of matrices to indicate the nodes and EDGES.



Discussion

No Comment Found

Related InterviewSolutions