CBSE Class 11 Computer Science Question 24 of 80

Getting Started with Python — Question 1

Back to all questions
1
Question

Question 1

What is an algorithm?

  1. A set of steps to solve a problem
  2. Software that analyzes data
  3. A hardware device that stores data
  4. All of these
Answer

A set of steps to solve a problem

Reason — A finite sequence of steps required to get the desired output is called an algorithm.