Now, if you're a beginner; i'm going to explain this topic clearly to you. That's what you're here for right?
Pseudo code or Pseudocode or Pseudo-code is an English-like representation of a programming language intended for human reading rather than machine reading. It is not a programming language or an executable program; but it explains how a particular code should be written, omitting the actual codes that the machine would recognize on a normal day. Pseudocode is mostly found in textbooks related to computer science and other similar contents that talk about various tools or methods of representing Algorithms.
Pseudo code or Pseudocode or Pseudo-code is an English-like representation of a programming language intended for human reading rather than machine reading. It is not a programming language or an executable program; but it explains how a particular code should be written, omitting the actual codes that the machine would recognize on a normal day. Pseudocode is mostly found in textbooks related to computer science and other similar contents that talk about various tools or methods of representing Algorithms.