Skip to content

Algorithms

In computer science, Selection sort refers to which of the following?

Difficulty: Easy

About this MCQ

This Easy Algorithms MCQ checks one syllabus fact.

The question is: “In computer science, Selection sort refers to which of the following?”

The accepted answer is C. A sorting algorithm that repeatedly selects the smallest remaining element and moves it to its correct position.. Selection sort refers to a sorting algorithm that repeatedly selects the smallest remaining element and moves it to its correct position.

Correct answer

C. A sorting algorithm that repeatedly selects the smallest remaining element and moves it to its correct position.

Explanation

Selection sort refers to a sorting algorithm that repeatedly selects the smallest remaining element and moves it to its correct position.

Source: Algorithms Official Reference Guide

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

Submitted by: MCQsHub Editorial

Related MCQs

More Algorithms MCQs