How are computer system flowcharts and program flowcharts related?

What will be an ideal response?

The system flowchart shows the relationship between two computer programs, the files that they use, and the outputs that they produce. However, this level of documentation does not provide the operational details that are sometimes needed. An auditor wishing to assess the correctness a program's logic cannot do so from the system flowchart. A program flowchart provides this detail. Every program represented in a system flowchart should have a supporting program flowchart that describes its logic.

PTS: 1

Computer Science & Information Technology

You might also like to view...

Which of the following What-If analysis tools is an add-in?

A) Goal Seek B) PivotTable C) Solver D) Scenario Manager

Computer Science & Information Technology

What is the value of result after the following statement executes?

result = (3 * 5) % 4 + 24 / (15 - (7 - 4)); a. -6.4 b. 5 c. 1.6 d. 2.25 e. None of these

Computer Science & Information Technology