Computer Science, asked by avinsmallo745, 1 year ago

What shows the program structure , logic flow ,and operations performed and also forms an importnat part of the documentation?

Answers

Answered by skyfall63
0

Answer:

Flowchart  is the important part of a documentation

Explanation:

Flow chart is the diagrammatic representation of the process which explains the step by step execution of how to perform a task. Every step is represented by using diagrams which is connected by lines and arrows. This always gives an outline of a process but helps the viewer to understand a process easily.  

The different types of flow charts are given below:

  • Dataflow diagrams
  • Swim lane flowcharts
  • Work flow diagrams
  • Influence diagram
Answered by hotelcalifornia
0

Answer:

Flowchart

Explanation:

This shows the entire structure of program in a diagrammatic representation. It has symbols which are meant for certain purpose. It has Oval to represent stop and start, rectangle to perform calculation, parallelogram to denote read and write operation, diamond for decision making and arrow to show the flow of control. This is one of the important part of the documentation since it can be easily understood even by a person who does not know any computer programming language.

Similar questions