InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by the terms: program, algorithm and flowchart? |
|
Answer» ong>Answer: The algorithm and FLOWCHART are TWO types of tools to EXPLAIN the process of a program. ... An algorithm is a step-by-step analysis of the process, while a flowchart EXPLAINS the steps of a program in a graphical way. |
|