38,207 views
39 votes
39 votes
What is pseudocode ?

User Mcccclean
by
2.4k points

2 Answers

8 votes
8 votes
A notation resembling a simplified programming language, used in program design.
User Genesis Rock
by
3.1k points
24 votes
24 votes

Answer:

Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a "text-based" detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward. All statements showing "dependency" are to be indented. These include while, do, for, if, switch.

User Gordon Bockus
by
3.0k points