Question:

The logic of a program is called

Show Hint

Definitions: \[ \boxed{ \begin{aligned} \text{Algorithm} &\rightarrow \text{Step-by-step logic to solve a problem}\\ \text{Compiler} &\rightarrow \text{Translates source code}\\ \text{Debugger} &\rightarrow \text{Finds and fixes program errors} \end{aligned} } \]
Updated On: Jul 23, 2026
  • Compiler
  • Algorithm
  • Debugger
  • Memory
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

An algorithm is a finite sequence of logical steps used to solve a problem or perform a task. It represents the logic of a program before implementation in any programming language. Therefore, \[ \boxed{\text{Algorithm}} \] is the correct answer. Hence, \[ \boxed{(B)} \]
Was this answer helpful?
0
0