Question 7 Flashcards

1
Q

What is the probable content of this exam question?

A

(1) Define architectural styles and how they are used.
(2) Define frameworks and how they are used.
(3) Define design patterns and how they are used.

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

What is the relationship between stakeholders and architectural views?

A

An architectural view represents the concerns of a set of stakeholders.

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

What is reused in a framework?

A

A framework reuses an architecture together with code for components that can slot into that architecture.

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

How are the Model-view-controller (MVC) and Observer software patters related?

A

In MVC, the view needs to be kept updated when the state of the model changes. This can be achieved by using the Observer pattern, with the model as the subject and the view as the observer.

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