A graphical representation of the programs within a system and their relationships is called a(n)

a) program flowchart.
b) system flowchart.
c) control structure.
d) memory diagram.

b) system flowchart.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) In Java, array indexes begin at 0 and end at one less than the length of the array. 2) If an array is declared to hold objects, none of the objects can have instance variables that are arrays. 3) An array declared as an int[] can contain elements of different primitive types. 4) The elements of a two-dimensional array are called rows and columns. 5) It is possible to store 11 elements in an array that is declared in the following way. ``` int[] array = new int[10]; ```

Computer Science & Information Technology

Case-Based Critical Thinking Questions ? Case 6-3 Your friend Jared asks you to help him learn more about using hyperlinks in an Excel workbook file. ? ? Which of the following statements about hyperlinks in Excel workbooks is correct?

A. They are usually represented by bold faced words with underlines or images. B. They can be used to jump to a specific cell or range within the active worksheet, another worksheet, or another workbook. C. They cannot be used to jump to other types of files or sites on the Web. D. To use a hyperlink, you can click anywhere in the cell that contains the link, including white space in the cell or any text that flows into an adjacent cell.

Computer Science & Information Technology