pseudo-code

[soo-doh-kohd] /ˈsu doʊˌkoʊd/
noun, Computers.
1.
a program code unrelated to the hardware of a particular computer and requiring conversion to the code used by the computer before the program can be used.
Also called symbolic code.
Origin
1950-55
pseudocode in Technology


A notation resembling a programming language but not intended for actual compilation. It usually combines some of the structure of a programming language with an informal natural-language description of the computations to be carried out. It is often produced by CASE systems as a basis for later hand coding.