Skip to content

Algorithms

What term describes the following? a straightforward problem-solving approach that tries all possible solutions to find the correct one.

Difficulty: Easy

About this MCQ

This Easy Algorithms MCQ checks one syllabus fact.

The question is: “What term describes the following? a straightforward problem-solving approach that tries all possible solutions to find the correct one.”

The accepted answer is C. Brute-force algorithm. Brute-force algorithm is the fact required by “What term describes the following? a straightforward problem-solving approach that tries all possible solutions to find the correct one.” (option C). Option A (“Sorting stability”) does not match the stem; it is a near-miss used to catch incomplete recall of Brute-force algorithm. Option B (“Selection sort”) does not match the stem; it is a near-miss used to catch incomplete recall of Brute-force algorithm. Remaining alternatives (Kruskal's algorithm) fall outside the same rule and should be eliminated once Brute-force algorithm is identified. Algorithms questions of this type reward precise definitions rather than approximate associations. Algorithms recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.

Correct answer

C. Brute-force algorithm

Explanation

Brute-force algorithm is the fact required by “What term describes the following? a straightforward problem-solving approach that tries all possible solutions to find the correct one.” (option C). Option A (“Sorting stability”) does not match the stem; it is a near-miss used to catch incomplete recall of Brute-force algorithm. Option B (“Selection sort”) does not match the stem; it is a near-miss used to catch incomplete recall of Brute-force algorithm. Remaining alternatives (Kruskal's algorithm) fall outside the same rule and should be eliminated once Brute-force algorithm is identified. Algorithms questions of this type reward precise definitions rather than approximate associations. Algorithms recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.

Source: Algorithms Official Reference Guide

Tags: computer science, algorithms, problem solving, complexity analysis

Submitted by: MCQsHub Editorial

Related MCQs

More Algorithms MCQs