Question:medium

What is the main purpose of an algorithm?

Show Hint

Think of an algorithm as the "recipe" and the code as the "cooking." The same recipe can be cooked in different kitchens (programming languages), but the underlying logical steps remain the same.
Updated On: May 9, 2026
  • To store data
  • To solve a problem step by step
  • To design hardware
  • To connect networks
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0