Computer Science, asked by Nidyasaro, 1 year ago

which one of the following statement is the most appropriate?
a) pseudo code is basically a diagrammatic representation of the algorithm. whereas in flowchart normal English language is translated into the programming language to be worked on.
b) flowchart is a diagrammatic representation of the algorithm. pseudo code is just another name of algorithm.
c) pseudo code is another name of progr. whereas in flowchart is diagrammatic representation of algorithm.
d) flowchart is a basically a diagrammatic representation of the algorithm. whereas in pseudo code normal English language is translated into the programming language to be worked on​

Answers

Answered by lovingheart
1

Answer:

The correct answer is option C.

Explanation:

Flowchart has certain symbols like Oval for start and stop, a Parallelogram to represent input statements, a rectangle to perform calculation, diamond symbol for decision making and arrows to show the flow of the program. So Flowchart is a diagrammatic representation of an algorithm.

Whereas Pseudo code are the actual program written using computer language like c, c++, java, Dot Net, Python, etc. There are certain rules, syntax, built-in features available and the length of the pseudo code depends on the language that is used.

Similar questions