Computer Science, asked by hemaprabaroshni, 7 months ago

Differentiate between an algorithm and pseudo code

Answers

Answered by captainmarvel7
2

An algorithm is a well defined sequence of steps that provides a solution for a given problem, while a pseudocode is one of the methods that can be used to represent an algorithm. While algorithms can be written in natural language, pseudocode is written in a format that is closely related to high level programming language structures. But pseudocode does not use specific programming language syntax and therefore could be understood by programmers who are familiar with different programming languages. Additionally, transforming an algorithm presented in pseudocode to programming code could be much easier than converting an algorithm written in natural language.

Answered by shreyashsingh43
0

Answer:

hi

Explanation:

now algorithm is basically defined as a well-defined as a sequence of steps that provides a solution for any given problem and pseudo code is that method which can be used to represent an algorithm

thank u .I hope this helps u

Similar questions