1.

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​

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.



Discussion

No Comment Found