Which is an incorrect guideline for modular programming?
A) Keep each module to a manageable size.
B) Pay particular attention to the critical interfaces.
C) Maximize the number of modules the user needs to modify when making changes.
D) Maintain the hierarchical relationships set up in the top-down phases.
C) Maximize the number of modules the user needs to modify when making changes.
You might also like to view...
Answer the following questions true (T) or false (F)
1. Inside a Java method definition, you can use the keyword this as a name for the calling object. 2. Boolean expressions may be used to control if-else or while statements.
The following statement:
textList.setSelectionMode( ListSelectModel.SINGLE_INTERVAL_SELECTION); A) sets the textList component to single selection mode B) sets the textList component to ListSelectModel C) sets the textList component to single interval selection mode D) sets the value of textList to SINGLE_INTERVAL_SELECTION
Which of the following types of traffic does NOT travel through routers?
A. DNS zone transfers B. ARP requests C. SNMP status information D. network route information
The mouse action used to select large amounts of text is a ________
A) double-click B) click C) drag D) right-click