Reference no: EM133217462
1. The precondition for a method in its contract enables ---------
a. eliminating some of the need for validation logic
b. coupling increase
c. cohesion reduction
d. better definition of functional requirements
e. better security
2. In order to decrease coupling of a software module,
a. it can be combined with another module
b. it can split into multiple modules
c. its internal logic can be altered
d. its cohesion can be increased
e. its preconditions can be eliminated
3. The UML diagram that documents the IT architecture of a system is
a. Collaboration Diagram
b. State Chart Diagram
c. Deployment Diagram
d. Sequence Diagram
e. TOGAF
4. The UML diagram that is useful in documenting the user navigation in a software application is
a. Collaboration Diagram
b. State Chart Diagram
c. Deployment Diagram
d. Sequence Diagram
e. TOGAF
5. In order to increase cohesion of a software module,
a. it can be combined with another module
b. it can be split into multiple modules
c. its internal logic can be altered
d. its coupling can be reduced
e. its preconditions can be eliminated