Diagrams Flashcards

1
Q

a behavioral diagram used to visually model how a user interacts with a software program

A

use case diagram

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

a structural diagram that can be used to visually model the classes of a computer program, including data members and functions

A

class diagram

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

This diagram is a flowchart, which is a way to describe a program

A

activity diagram

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

this diagram can be used to describe the expected sequence, like if data is 2, 6, 7, then calling the mean function should output 5

A

sequence diagram

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

This diagram visualizes dynamic behavior of software, such as the flow of an algorithm

A

behavioral diagram

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

This diagram visualizes static elements of software, such as the types of variables and functions used in the program

A

structural diagram

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

a data type whose creation and update are constrained to specific well-defined operations

A

abstract data type (ADT)

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