When an algorithm is written in the form of a programming language, it becomes a
1. Flowchart
2. Program
3. Pseudo code
4. Syntax
Answers
Answered by
13
Answer:
When algorithm is written in programming language it becomes Pseudo code
Answered by
8
When an algorithm is written in the form of a programming language, it becomes a program.
* A set of rules or instructions to address any problem is referred to as an algorithm.
* Programming languages such as JAVA, C++, etc can be used to convert these algorithms into programs that can be interpreted by the computer.
* Some of the types of algorithms are:
Brute Force algorithm, Recursive algorithm, Randomized algorithm, etc.
Similar questions