Which of the following statements about structure charts is false?

A. The top-most function in a structure charts represents main.
B. Structure charts are used to factor a program.
C. All functions, except main, are called functions.
D. Communication between functions in the structure chart is allowed only through the calling function.
E. Functions at the lowest levels of a structure chart are only called functions; they cannot call another function.


Answer: B

Computer Science & Information Technology

You might also like to view...

The ____ of Visual Studio 2010 contains buttons for commands that are frequently used, such as Open Project, Save, Cut, Copy, Paste, and Undo.

A. menu bar B. Standard toolbar C. Toolbox D. Properties window

Computer Science & Information Technology

Which Windows firewall configurable exception allows computers to locate other resources on the local network?

a. Core networking b. File and Printer sharing c. Netlogon service d. Network discovery

Computer Science & Information Technology

List three assumptions that need to be made when inserting and removing items from an array. What happens when any of the assumptions is not met?

What will be an ideal response?

Computer Science & Information Technology

Once an exception is thrown, control is never returned to the try block.

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

Computer Science & Information Technology