Diagrams Flashcards
a behavioral diagram used to visually model how a user interacts with a software program
use case diagram
a structural diagram that can be used to visually model the classes of a computer program, including data members and functions
class diagram
This diagram is a flowchart, which is a way to describe a program
activity diagram
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
sequence diagram
This diagram visualizes dynamic behavior of software, such as the flow of an algorithm
behavioral diagram
This diagram visualizes static elements of software, such as the types of variables and functions used in the program
structural diagram
a data type whose creation and update are constrained to specific well-defined operations
abstract data type (ADT)