Refers to the process of writing instruction by following syntax of programming language
A. Coding
B. Algorithm
C. Flow chart
D. None
Answer: Option A
Solution (By Examveda Team)
The correct answer is A: Coding.Let's break down why:
Coding is the act of translating ideas and logic into a specific programming language that a computer can understand and execute.
Think of it like writing a set of instructions in a language (like Python) that the computer can follow.
Algorithm is a step-by-step procedure or set of rules to solve a problem, but it's not directly writing the instructions for the computer.
It's more like the plan before you start coding.
Flowchart is a diagram that visually represents the flow of control in an algorithm or program.
It's another way to plan before coding, not the coding itself.
Therefore, coding is the most accurate term for writing instructions following the syntax of a programming language.
Join The Discussion