Give a brief description of each of the following documentation techniques: systems flowchart, and program flowchart.

What will be an ideal response?


System flowcharts portray the relationships between source data, transaction files, computer programs, master files, and output, including the form or type of media of each.

Program flowcharts represent the logic of a particular program. Each step is represented by a separate symbol, each of which represents one or more lines of computer instructions. The order of the steps is represented by the flow lines.

PTS: 1

Computer Science & Information Technology

You might also like to view...

Which of the following statements about pointer initialization and values is false?

a. Prior C++11, the value specified for a null pointer was 0 or NULL. b. When 0 is assigned to a pointer, it’s converted to a pointer of the appropriate type. c. The value 0 is the only integer value that can be assigned directly to a pointer variable without first casting the integer to a pointer type. d. In the new standard, you should use the constant null_ptr to initialize a pointer instead of 0 or NULL.

Computer Science & Information Technology

To activate the Add to selection button, you can click it on the options bar or hold down the ____ key while dragging a second selection.

a. SHIFT b. CTRL c. ALT d. F6

Computer Science & Information Technology

Together, the appearance and the way in which the user interacts with the application are known as that application’s ________.

a. abstract window toolkit. b. look-and-feel. c. swing factor. d. All of the above.

Computer Science & Information Technology

A series of evenly spaced dots that precede a tab

A) Tab stop position B) Ellipsis C) Dot leader

Computer Science & Information Technology