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

1. A module can be both a calling module and a called module.
2. The execution order of the modules on a structure chart is indicated by their positioning on the chart.
3. A called module must be invoked one or more times by a calling module during processing.
4. On a structure chart, the leftmost box represents the module that will be executed first.
5. The annotation program flow charting symbol does not represent an additional processing step.


1. True
2. False
3. False
4. False
5. True

Computer Science & Information Technology

You might also like to view...

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

1. A vector can potentially encounter an ArrayIndexOutOfBoundsException. 2. An Iterator is an object that allows your code to produce the elements in a vector or other container one after the other, exactly once. 3. The V parameter in a HashMap may be any object, but the K parameter must be a String. 4. The number of entries that may be added to a HashMap object is limited to what is specified as the initial capacity in the constructor for the HashMap object.

Computer Science & Information Technology

The MLA style requires that the ________ appear at the top right of every page except the first page

A) instructor's name and the page number B) author's name and the page number C) instructor's name and the report title D) the report title and the page number

Computer Science & Information Technology

Match the JavaScript features to the descriptions

I. /* A. Characters that begin a single line comment in JavaScript II. */ B. Characters that begin a multiline comment in JavaScript III. // C. The value for the type attribute in a JavaScript script element IV. text/JavaScript D. Element used to display alternative content V. noscript E. Characters that end a multiline comment in JavaScript

Computer Science & Information Technology

Bob has been tasked with writing a policy that describes how long data should be kept and when it should be purged. What concept does this policy deal with?

A. Data remanence B. Record retention C. Data redaction D. Audit logging

Computer Science & Information Technology