Skip to content

Algorithms

Identify the correct concept described as: a divide-and-conquer sorting algorithm that splits the array, sorts each half, and merges them.

Difficulty: Medium

About this MCQ

This Medium Algorithms MCQ checks one syllabus fact.

The question is: “Identify the correct concept described as: a divide-and-conquer sorting algorithm that splits the array, sorts each half, and merges them.”

The accepted answer is C. Merge sort. “Identify the correct concept described as: a divide-and-conquer sorting algorithm that splits the array, sorts each half, and merges them.” is answered by Merge sort (option C). Option A (“Time complexity”) does not match the stem; it is a near-miss used to catch incomplete recall of Merge sort. Option B (“Greedy algorithm”) does not match the stem; it is a near-miss used to catch incomplete recall of Merge sort. Remaining alternatives (Breadth-first search (BFS)) fall outside the same rule and should be eliminated once Merge sort 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. Merge sort

Explanation

“Identify the correct concept described as: a divide-and-conquer sorting algorithm that splits the array, sorts each half, and merges them.” is answered by Merge sort (option C). Option A (“Time complexity”) does not match the stem; it is a near-miss used to catch incomplete recall of Merge sort. Option B (“Greedy algorithm”) does not match the stem; it is a near-miss used to catch incomplete recall of Merge sort. Remaining alternatives (Breadth-first search (BFS)) fall outside the same rule and should be eliminated once Merge sort 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