Noun
pseudocode (countable and uncountable, plural pseudocodes)
(computing) A description of a computer programming algorithm that uses the structural conventions of programming languages but omits detailed subroutines or language-specific syntax.
Universal coding for computers is sought that uses relative addresses and a pseudocode and that assembles and translates, printing out a directory of final addresses of key commands, variables, and constants. Saul Gorn
Python is executable pseudocode. Perl is executable line noise. Bruce Eckel
Algorithm The following pseudocode determines whether a year is a leap year or a common year in the Gregorian calendar (and in the proleptic Gregorian calendar before 1582). Source: Internet
Depending on the writer, pseudocode may therefore vary widely in style, from a near-exact imitation of a real programming language at one extreme, to a description approaching formatted prose at the other. Source: Internet
Examples and pseudocode Example hashes These are examples of SHA-1 message digests in hexadecimal and in Base64 binary to ASCII text encoding. Source: Internet
Pseudocode The pseudocode for the depth limited minimax algorithm is given below. Source: Internet