Computer Science, asked by rp2470021, 8 months ago

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 snehatalekar68
13

Answer:

When algorithm is written in programming language it becomes Pseudo code

Answered by orangesquirrel
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