【软件工程习题答案】第六章 面向对象设计

第六章 单元测试

1单选(5分)
______ emphasizes on the sequence of messages between objects.
______强调对象之间的消息序列。 D
A.use case diagram
B.class diagram
C.collaboration diagram
D.sequence diagram

2单选(5分)
The sequence diagram and collaboration diagram are both ______ diagrams; they describe the same thing in different way.
序列图和协作图都是______图; 他们用不同的方式描述同样的事情。D
A.state
B.use case
C.class
D.interaction

3单选(5分)
Which of the following is not a task of detailed design? _______
以下哪项不是详细设计的任务?A
A.Architecture design
B.User interface design
C.Data structure & algorithm design
D.Database design

4单选(5分)
Which of the following statements is correct?
下列哪个语句是正确的?B
A.Whether design is necessary or not is up to each software organization.
B.Surely a good design is very important and necessary for the success of the target software system.
C.GUI of a target software system should be designed before its architecture design
D.A good programmer can design the target software system while coding. So, if good programmers are available, design won’t be necessary.

你可能感兴趣的:(软件工程师)