100 points
What is pseudocode??
Answers
Answer:
Pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm. It uses the structural conventions of a normal programming language, but is intended for human reading rather than machine reading
Explanation:
Answer:
Pseudo code is a way to write logic of a program in simple language.
Explanation:
This methodology is used in field of algorithms and computer programming . For example, a program is designed and wrote in a computer language, a laymen can not understand the coding of the program, here comes, pseudo code in the picture, it is written in simple language to make the other team members to understand the logic and function of the program.
Advantages of Pseudo code :
- Easy to understand the program
- It works as a bridge between program and algorithm.
- To make coding understandable to other team members on a project.
Example:
\\Now we can implement this logic into any programming language.
if "1 like"
print response
"Thank you!!"
if "Brainlist "
print response
"You got the best answer"