INSY 3305 Chapter 6: Behavioral Modeling

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

The external behavior of a system is described by ____________.

functional models

2
New cards

An analyst depicts the static view of an information system with _______.

structural models

3
New cards

The two types of interactive diagrams are _________ diagrams

sequence and communication

4
New cards

The modeling focus of the interaction diagram is at the _______ level while the modeling focus on the class diagram is at the _______ level.

object, class

5
New cards

A(n) __________ is an instantiation of a class.

object

6
New cards

A(n) __________ describes information about an object.

attribute.

7
New cards

__________ are information that is sent to objects to tell it to execute one of its behaviors.

messages

8
New cards

Analyst use ________ to show the objects that participate in a use case and the messages that pass between the objects over time for one particular use case.

sequence diagrams

9
New cards

When arranging actors and objects on a sequence diagram, it is nice to list them_________.

in order in which they participate in the sequence across the top of the diagram.

10
New cards

Which of the following objects would be most likely to be destroyed at some point in time in a sequence diagram?

shopping cart

11
New cards

A systems analyst draws a lifetime with an X at the end. The lifetime represents ___________.

an object that is destroyed at a point in time

12
New cards

The focus in a sequence diagram is on ________.

time ordering of messages being passed between objects

13
New cards

On a sequence diagram, an object name of Student:List would indicate that _________.

Students is an instance of the List class that contains individual student objects.

14
New cards

The order of messages on a sequence diagram goes from _____ to _______.

top to bottom

15
New cards

When an object sends a message to itself in a sequence diagram, that is referred to as _________.

self-delegation

16
New cards

The first step in building a sequence diagram is to _________.

set the context

17
New cards

In a communication diagram, a(n) ___________ between actors and objects is shown with an undirected line.

association.

18
New cards

The acronym CRUD stands for _________.

create, read, update, delete

19
New cards

A behavioral state machine is a dynamic model that shows the different state through which a single ______ passes through its life in response to events, along with its responses and actions.

object.