Skip to content

Algorithms

The following statement describes a specific concept. What is it called? a measure of the amount of memory an algorithm uses as a function of input size.

Difficulty: Medium

About this MCQ

This Medium Algorithms MCQ checks one syllabus fact.

The question is: “The following statement describes a specific concept. What is it called? a measure of the amount of memory an algorithm uses as a function of input size.”

The accepted answer is D. Space complexity. Space complexity refers to a measure of the amount of memory an algorithm uses as a function of input size.

Correct answer

D. Space complexity

Explanation

Space complexity refers to a measure of the amount of memory an algorithm uses as a function of input size.

Source: Algorithms Official Reference Guide

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

Submitted by: MCQsHub Editorial

Related MCQs

More Algorithms MCQs