116k views
22 votes
What is pseudo code?

2 Answers

8 votes
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 Abinash Sinha
by
4.9k points
6 votes

Answer:

a notation resembling a simplified programming language, used in program design.

Step-by-step explanation:

User Bobo Shone
by
3.8k points