Computer Science, asked by divinediya9, 1 year ago

Pseudocode is used for Denoting the program flow Program code For coding the program To write program steps

Answers

Answered by Chirpy
0

Answer is - d. To write program steps


Pseudocode summarizes the steps or flow of a program but excludes the underlying details. It is an informal program description. It does not contain code syntax or underlying technology considerations. It utilizes the structural conventions of a normal programming language but it is intended for human reading and not for machine reading.

Answered by alinakincsem
0
This is an interesting question. Pseudocode is used to write program steps. No standard is provided to write a program in pseudocode.
 
To main parts of pseudocode are:

 Logic design

 coding

Logic design:

                Its function is to design the logic of a program.

Coding:

         It converts the algorithm into a program.

By the help of this, a programmer can focus on panning of the program.
 
Hope this will help you.
Similar questions