Phase 2 & 3 Flashcards

1
Q

When evaluating architecture, what is considered?

A

1 Modules/Components Themselves
2 Interactions between them
3 Integrations between them
4 How they fit in the environment

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

What is the purpose of architecture?

A

1 Allow analysis of effectivness of design in meeting requirements
2 Consider alternative while change is relatively easy
3 Reduce risks associated with construction of the software

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

What is the difference between architecture and design?

A

Design is an instance of architecture, similar to an object being an instance of a class

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

What is the optimization problem in architecture?

A

To minimize changes, and to implement changes as quickly as possible

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

Why is architecture important?

A

1 It provides a representation that facilitates communication among stakeholders
2 Highlights early design decisions
3 Model of system structure
4 Model of module/components working together

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

What are the different architectural styles?

A

1 - Data centered (Data stores and access center of architecture)
2 - Data flow (Input->output transformation, pipe-and-filter pattern [pipe - sending data, filter - actions taken on data], single line transformation, batch sequential)
3 - Call and return (Main program/subprogram, remote procedure call)
4 - Object Oriented (Encapsulation, information hiding, class messaging)
5 - Layered (Components layered: Core - Control, utility - [sorts, common modules], application - control, UI - Boundary)

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

What are the architectural (design) patterns?

A
1 Application-Specific Context (Limitations, Contraints)
2 Solution (General solution not specific)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the types of architectural organization control?

A

1 Control

2 Data

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

What does architectural Control organization encompass?

A

1 Transfer of control between user and application
2 Transfer of control between components
3 Synchronous or asynchronous operation

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

What does architectural Data organization encompass?

A

1 Data transfer between components
2 Data transfer modes
3 Data and control interaction

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

What are the architecture considerations?

A

1 Economy - Keep it simple
2 Visibility - Ensure reasons for decisions are obvious
3 Spacing - Avoid hidden dependencies
4 Symmetry - Maintain consistent and balanced attributes
5 Emergence - Maintain self-organized behavior and control (Event driven-defined behavior)

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

What are the pieces of the Architexture Context Diagram?

A

1 Superordinate systems (Systems using the target system)
2 Subordinate systems (Systems used by target system, provide data/processing to complete target system functionality)
3 Peer-level systems (Interact on peer-to-peer basis, information either produced or consumed by peers/target system)
4 Actors (Entities that interact with target system by producing or consuming information)

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