Computer Science, asked by lechellemehta8895, 10 months ago

Difference between algorithm flowchart and pseudocode

Answers

Answered by mullamdfareed03
3

Answer:Algorithm : Systematic logical approach which is a well-defined, step-by-step procedure that allows a computer to solve a problem.

Pseudocode : It is a simpler version of a programming code in plain English which uses short phrases to write code for a program before it is implemented in a specific programming language.

Program : It is exact code written for problem following all the rules of the programming language.

Explanation:

Similar questions