Answer:
pseudo-code describes the logic, flow, and operations to perform a task or implement an algorithm. The description is in a form that is like a computer program, but may not use the syntax for any actual programming language. It allows a person familiar with programming in general to understand the flow without needing to know any specific computer programming language. In some cases the pseudo-code is written and used to help select the best language to use.