The definition of pseudocode is that; A: A way of describing a set of instructions in text form using plain English
In computer science, pseudocode is defined as a plain language description of the steps in an algorithm or another system.
Now, the way Pseudocode works is that it often makes use of structural conventions of a normal programming language to be utilized for human reading instead of machine reading.
Pseudocode usually omits details that are essential for machine understanding of the algorithm, such as variable declarations and language-specific code.
Read more about Pseudocode at; https://brainly.com/question/11623795