ICSE Class 8 Computer Studies Question 2 of 5

Algorithms and Flowcharts — Question 2

Back to all questions
2
Question

Question 2

Define the term flowchart. Write any two advantages of a flowchart.

Answer

A flowchart is a pictorial representation of the steps or an algorithm used to solve a particular problem. Two advantages of a flowchart are:

  1. Communication — The pictorial representation of the flowchart provides better communication. It is easier for the programmer to explain the logic of a program.
  2. Effective Analysis — It is a very useful technique, as flowchart is a pictorial representation that helps the programmer to analyze the problem in detail.