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...

The BindingNavigator allows the user _________.

a) to control which row of the table is currently in view b) to add new and delete new rows c) to save changes to the data in view d) All of the above

Computer Science & Information Technology

A ________ iterates through the parts of a string that match a regular expression.

a. regex_iterator b. string_iterator c. regex_token_iterator d. string_match_iterator

Computer Science & Information Technology

How do client OSs react when multiple RAs are received?

What will be an ideal response?

Computer Science & Information Technology

An organization that utilizes single sign-on has a primary domain and three secondary domains. Which of the following statements will be true of this scenario? (Choose two.)

A. The secondary domains need to trust the primary domain to protect the authentication credentials used to verify the end user identity to the secondary domains for authorized use. B. The primary domain needs to trust the secondary domains to protect the authentication credentials used to verify the end user identity to the primary domain for authorized use. C. The secondary domains will assert the identity and authentication credentials to the primary domain on behalf of the user. D. The primary domain will assert the identity and authentication credentials to the secondary domains on behalf of the user.

Computer Science & Information Technology