What Does Pseudocode Mean?
Pseudocode is an informal program description that does not contain code syntax or underlying technology considerations. Pseudocode summarizes a program’s steps (or flow) but excludes underlying details.
Techopedia Explains Pseudocode
To be pseudo is to be fake. In other words, something that is pseudo is pretending that to be something it’s not. Given this, the term pseudocode makes sense – it isn’t code, but it is the starting point to what the code should look like.