+3 votes
in Class 11 by kratos

What is the difference between a program flowchart and system flowchart?

1 Answer

+1 vote
by kratos
 
Best answer

A program flowchart details the flow through a single program. Each box in the flowchart will represent a single instruction or a process within the program. A system flowchart will show the flow through a system. Each box will represent a program or a process made up of multiple programs.

...