Week 6: Structural Modeling Flashcards

1
Q

What does a structural or conceptual model describe?

A

It describes the structure of the information that supports the business processes carried out by the system.

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

What does the structural model present during analysis?

A

It presents the logical organization of the information without indicating how it is stored, created, or manipulated.

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

What is an object in the context of a system?

A

An object represents information captured by the system, which can be people, places, or events like meetings and appointments.

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

What is a class diagram?

A

A class diagram is a static model that shows the classes and the relationships among classes that remain constant in the system over time.

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

What does a class diagram depict?

A

It depicts classes, including behaviors and attributes, and the relationships between the classes.

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

What is a class?

A

A class is a template used to create objects (specific instances) in the problem domain.

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

What is the problem domain?

A

The problem domain refers to the business areas affected by the information system.

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

What does an attribute of an analysis class represent?

A

It represents a piece of information or state relevant to the description of the class within the problem domain.

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

What defines the structure of a class?

A

The collection of attributes of a class defines the structure of the class.

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

What defines the behavior of an analysis class?

A

An operation defines the behavior of an analysis class.

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

What should a class include in terms of operations?

A

A class should only include problem domain-specific operations.

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