Q: Which problem-solving approach involves generating possible solutions and systematically testing them until the correct one is found?
-
A
Divide and Conquer
-
B
Trial and Error
-
C
Heuristic
-
D
Algorithmic
B
Answer:
B
Explanation:
Trial and Error is a problem-solving approach where possible solutions are generated and systematically tested until the correct one is found. It is often used when the solution space is not well-defined or when the problem lacks a known algorithmic solution.
Related Topic:
Share Above MCQ