Lecture 13 Flashcards

1
Q

Why is big design/up front anti-pattern are popular?

A

Estimates, scope, visibility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is big design/up front anti-pattern dangerous?

A
  • Reduce willingness to change
  • High chance of poor design
  • High change of deviation
  • Decreases morale in development
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why are diagrams important?

A
  • Communication

- Ease transition to other teams

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In OOD, what is the system context model?

A

A structural model that demonstrates the relationship to other systems in the environment of the system being developed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In OOD, what is the interaction model model?

A

A dynamic model that shows how the system interacts with its environment as it is used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In a UML diagram a static model describes?

A

The structure of the system, for example in terms of object classes and relationships.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In a UML diagram a dynamic model describes?

A

The interactions between objects or other system components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are two types of diagrams to sequence models?

A
  • State diagram

- Sequence diagram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What diagram should be used to illustrate interface specifications?

A

Component diagrams can be used as a structural model showing how the system will communicate via interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly