The interactivity (structure) chart is developed by:

a. Using the similar types of modules for all programs.
b. Breaking the total solution into functional parts called modules.
c. Placing the names and numbers of the modules in rectangles which are then placed on the chart in a hierarchical fashion to show which modules process which other ones.
d. All of the above.


d. All of the above.

Computer Science & Information Technology

You might also like to view...

A(n) ____ firewall scans all network packets and blocks all but selected network traffic according to policies set in the firewall.

A. proxy B. route-filtering C. application gateway D. packet-filtering

Computer Science & Information Technology

Given that you have a file with the internal name Books which contains twenty records, with three fields per record (title, author, publication year), how many passes will be executed in the following loop?

```While NOT EOF(Books) Read Books, Title, Author, Year End While``` a. 1 b. 3 c. 20 d. 21

Computer Science & Information Technology

Values in a CSV file are separated by which symbol?

A. , (comma) B. ; (semi-colon) C. : (colon) D. - (dash)

Computer Science & Information Technology

Which feature of a DBMS allows producing an on-screen or printed document from all or part of a database?

A) access security B) data dictionary C) data recovery D) report generator E) utilities

Computer Science & Information Technology