Which of the following statements is correct?
A. Surely, integration should follow implementation.
B. Drivers are needed for top-down implementation and integration.
C. Drivers are needed for bottom-up implementation and integration.
D. Stubs are needed for bottom-up implementation and integration.
查看答案
Which of the following are disadvantages of top-down integration and implementation?
A. Operational modules may not be adequately tested.
B. Major design faults show up late.
C. Fault isolation
D. None of the above
Which of the following will not be considered when choosing a programming language?
A. product efficiency
B. application domain
C. cost
D. personal preference
Which of the following are disadvantages of bottom-up integration and implementation? I. Operational modules may not be adequately tested. II. Logical modules may not be adequately tested. III. It promotes responsibility-driven design.
A. I, II, and III
B. II only
C. III only
D. II and III only
Which of the following statements about good programming practice is correct?
A. Good variable names are good for both debugging and maintenance.
B. If there is already prologue comments, inline comments won't be needed.
Code layout is for nice interface.
D. Nested "if" statements should be recommended.