Question
Which of the following is a Creative Problem-Solving
(CPS)Â Technique that focuses on cultivating creative thinking, often among small groups of individuals with diverse experience and skills?Solution
Synectics Technique of decision-making was developed by William J.J. Gordon and George M. Prince in 1944. He termed the technique synectics, a Greek derivation which means fitting together different, distinct, novel and irrelevant ideas. It refers to the discussing of a problem before a group of experts with a special request to think and develop ideas that are creative and innovative, to arrive at a consensus solution through discussion. It is a Creative Problem-Solving (CPS) Technique that focuses on cultivating creative thinking.
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.