asked 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.
answered
User Abinash Sinha
by
8.8k points
6 votes

Answer:

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

Step-by-step explanation:

answered
User Bobo Shone
by
7.8k points

No related questions found