Computer Science, asked by vivianjeri123, 11 months ago

What is a pseudocode

Answers

Answered by khushi6174
2

A very simple form of computer language used in programs design ....

mark as a brainliest answer

Answered by hotelcalifornia
2

Pseudocode:

  • A pseudocode is an informal method of programming description which is not require any strict programming language or syntax.
  • It is not an actual programming language.
  • It can be easily understandable by programmer.
  • It is a problem-solving technique like flowchart and algorithms
  • It is a rough copy of the program.
  • It uses natural language or mathematical symbols and equations.
  • It has no standard syntax.
  • It uses simple keywords like get for input and show for output.

Learn more about pseudocode

Write pseudocode for computing gcd(m,n) where m = 525 and n = 125 and calculate worst time complexity of the problem.

https://brainly.in/question/8396790

Draw a flowchart and write pseudocode to print numbers from 1 to 20

https://brainly.in/question/7306776

Similar questions