Computer Science, asked by Anonymous, 10 months ago

100 points

What is pseudocode??

Answers

Answered by zareenfatima318
0

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:

Answered by Shubhgyanji
7

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"

Similar questions