Definition:
Pseudocode: Example code in an imaginary language used to demonstrate an algorithm without writing a working implementation. The imaginary code is often vague and ad-hoc since it only has to explain how the algorithm will work, not how to implement it in a real programming language.
Alternate Spellings: pseudo-code

