Question
Which of the following is a Multiple Criteria Decision
Analysis technique that presents a series of values in columns and rows that allow you to visually compare possible solutions by weighing variables based on importance?Solution
Decision matrix method was invented by Professor Stuart Pugh and is also called as Pugh method. It is also called the decision grid, selection matrix or grid, problem matrix, problem selection matrix, A decision matrix evaluates and prioritizes a list of options and is a decision-making tool. The team first establishes a list of weighted criteria and then evaluates each option against those criteria. This technique is primarily used when various alternatives are available and many different parameters are to be considered for making a selection
Which sorting algorithm divides the array into halves recursively?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
In mobile computing, what is the main feature of pervasive computing?
Which of the following is true for the time complexity of binary search?
Recursive problems are implemented by
Which of the following algorithms uses a greedy approach?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
In dynamic programming, overlapping subproblems and _________ are key properties.