Efficiency of an algorithm is measured in terms of _____.

2021

Efficiency of an algorithm is measured in terms of _____.

  1. A.

    Memory and processor speed

  2. B.

    Time and space

  3. C.

    Response time and completion time

  4. D.

    Data and space

Attempted by 904 students.

Show answer & explanation

Correct answer: B

Efficiency of an algorithm is measured in terms of time and space complexity. Time complexity refers to the amount of time an algorithm takes to complete, while space complexity refers to the amount of memory it uses. These metrics help compare algorithms independently of hardware, making them standard in algorithm analysis.

Explore the full course: Up Lt Grade Assistant Teacher 2025