what is pseudocode ??
Answers
Pseudocode is a detailed yet readable description of what a computer program or algorithm must do, expressed in a formally-styled natural language rather than in a programming language. Pseudocode is sometimes used as a detailed step in the process of developing a program...
plzzz follow
Answer:
pls mark as brainliest friend..
Explanation:
Pseudocode (pronounced SOO-doh-kohd) is a detailed yet readable description of what a computer program or algorithm must do, expressed in a formally-styled natural language rather than in a programming language. Pseudocode is sometimes used as a detailed step in the process of developing a program.
Examples of Pseudocode
It cannot be compiled or run like a regular program. Pseudocode can be written how you want. But some companies use specific pseudocode syntax to keep everyone in the company on the same page. Syntax is a set of rules on how to use and organize statements in a programming language.
Rules for Writing Pseudocode
Write one statement per line : After getting the formal design, such as lists of major tasks, subtasks and so on.
Capitalize Initial Keywords
Indent to show hierarchy
End Multiline Structure
Keep statements language independent
Uses
Description: Pseudocode is not an actual programming language. So it cannot be compiled into an executable program. ... The purpose of using pseudocode is an efficient key principle of an algorithm. It is used in planning an algorithm with sketching out the structure of the program before the actual coding takes place.