Systems Analysis Chapter 5

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

What is the primary purpose of fully developed use case descriptions?

  • To show states that an object can be in over time.
  • To provide detailed information about each use case. (correct)
  • To depict the flow of activities visually.
  • To identify inputs and outputs as messages.

Which diagram is specifically used to show the flow of activities for a use case?

  • State machine diagram
  • Flowchart
  • Activity diagram (correct)
  • System sequence diagram

What do system sequence diagrams (SSDs) illustrate?

  • The exceptions conditions of use cases.
  • The relationships between domain classes.
  • The detailed states an object can have.
  • The inputs and outputs for each use case. (correct)

When should use cases and domain classes be modeled in detail?

<p>When there is a requirement to communicate complexity. (C)</p> Signup and view all the answers

What type of diagram is used to model the behavior of an object over time?

<p>State machine diagram (A)</p> Signup and view all the answers

In the context of requirements modeling, what is the role of UML diagrams?

<p>To work together with use case descriptions to define functional requirements. (D)</p> Signup and view all the answers

What is included in a fully developed use case description to aid understanding?

<p>Actors, stakeholders, and flow of activities. (D)</p> Signup and view all the answers

Which of the following best describes activity diagrams?

<p>They illustrate sequential and concurrent flows of activities. (C)</p> Signup and view all the answers

What does a system sequence diagram primarily show?

<p>Input and output messaging requirements for a use case (A)</p> Signup and view all the answers

Which notation indicates that a message may be repeated or looped in a system sequence diagram?

<ul> <li>(B)</li> </ul> Signup and view all the answers

In the message notation for a system sequence diagram, what do the brackets [ ] signify?

<p>A true/false condition for sending the message (D)</p> Signup and view all the answers

What is the correct format for representing a return value in a message notation?

<p>return-value := message-name(parameter-list) (A)</p> Signup and view all the answers

What role does the 'Actor' serve in a system sequence diagram?

<p>It is the user or entity interacting with the system (C)</p> Signup and view all the answers

Which of the following is NOT a step in developing a system sequence diagram?

<p>Evaluate system performance (A)</p> Signup and view all the answers

What does the term 'message-name' refer to in the context of a system sequence diagram?

<p>The description of the requested service, typically written as a verb-noun (D)</p> Signup and view all the answers

What is the purpose of the 'Loop Frame' in a system sequence diagram?

<p>To indicate messages that may repeat (B)</p> Signup and view all the answers

What is the main purpose of a sequence diagram in systems analysis?

<p>To capture dynamic behavior of the system (A)</p> Signup and view all the answers

Which element is typically NOT included in a fully developed use case description?

<p>Software requirements (A)</p> Signup and view all the answers

What does a synchronization bar in an activity diagram represent?

<p>Merging of parallel processes (A)</p> Signup and view all the answers

Which part of a use case description specifies conditions that must be true before the use case begins?

<p>Preconditions (A)</p> Signup and view all the answers

In a use case, which aspect focuses on the possible failures or issues that can occur during execution?

<p>Exception conditions (A)</p> Signup and view all the answers

What is the primary function of a Use Case Diagram?

<p>To detail the interactions between users and the system (C)</p> Signup and view all the answers

Which element is described as a 'verb-noun' in a use case description?

<p>Use case name (D)</p> Signup and view all the answers

What does the term 'actors' refer to in a use case context?

<p>Users engaging with the system (C)</p> Signup and view all the answers

Which diagram type is used to capture and show the behavior of data objects?

<p>State Machine Diagram (A)</p> Signup and view all the answers

What is an important aspect of a use case description that outlines the expected results once the use case is completed?

<p>Post conditions (D)</p> Signup and view all the answers

What is the first step in developing a state machine diagram?

<p>Review the class diagram and select relevant classes (D)</p> Signup and view all the answers

Which of the following is NOT a focus point when reviewing a state machine diagram for a class?

<p>Identifying object methods for the class (C)</p> Signup and view all the answers

What is involved in expanding each transition within a state machine diagram?

<p>Including guard conditions and action expressions (C)</p> Signup and view all the answers

After identifying states for a class, what step comes next when developing a state machine diagram?

<p>Sequence states and aggregate combinations into fragments (C)</p> Signup and view all the answers

Which aspect is essential to verify when testing a state machine diagram?

<p>Existence of concurrent paths (C)</p> Signup and view all the answers

What is an important component of the final state machine diagram for a SaleItem object?

<p>Transition for backordering items (C)</p> Signup and view all the answers

Which diagram is NOT mentioned as a requirement when integrating requirement models?

<p>Class Responsibility Collaborator (CRC) Diagram (D)</p> Signup and view all the answers

What should you review to ensure completeness when developing a state machine diagram?

<p>All exception conditions (A)</p> Signup and view all the answers

What is a primary aspect of functional requirements according to the summary?

<p>Use cases (A)</p> Signup and view all the answers

Which diagram shows the flow of activities for a use case?

<p>Activity diagram (D)</p> Signup and view all the answers

What do system sequence diagrams represent?

<p>Inputs and outputs as messages (C)</p> Signup and view all the answers

When should detailed modeling of use cases and domain classes be performed?

<p>When there is complexity (D)</p> Signup and view all the answers

What is the purpose of requirements management tools?

<p>They ease the requirements engineering processes (C)</p> Signup and view all the answers

Which of the following is NOT a technique for modeling use cases?

<p>User flow diagrams (C)</p> Signup and view all the answers

What do state machine diagrams represent?

<p>The lifecycle of an object (A)</p> Signup and view all the answers

Which of the following statements about functional requirements is accurate?

<p>Functional requirements focus on user interactions and system behaviors. (B)</p> Signup and view all the answers

What does the message notation identify in the context of system interactions?

<p>The action requested from the system along with required parameters (A)</p> Signup and view all the answers

What is a guard condition in a state machine diagram?

<p>A true-false test determining if a transition can occur (B)</p> Signup and view all the answers

In a state machine diagram, what defines the transition of an object between states?

<p>The action expression describing activities performed (D)</p> Signup and view all the answers

What represents a composite state in state machine diagrams?

<p>A state consisting of nested states and transitions (D)</p> Signup and view all the answers

Which of the following best explains a pseudo state in a state machine diagram?

<p>It serves as the starting point of the state machine (A)</p> Signup and view all the answers

What is the purpose of output return values in a messaging system?

<p>To provide feedback on processed messages (D)</p> Signup and view all the answers

In the context of the car alarm system described, what best defines the 'Armed' state?

<p>The system is secured and monitoring for intrusions (A)</p> Signup and view all the answers

What distinguishes concurrent paths in a composite state?

<p>They represent independent transitions that coexist (B)</p> Signup and view all the answers

Which feature is prominent in a state when it is 'Idle' within a state machine diagram?

<p>Waits for an external event or action to occur (A)</p> Signup and view all the answers

The light switch system includes which of the following brightness levels?

<p>Dimmed, Medium, Bright (A)</p> Signup and view all the answers

Flashcards

Use Case Descriptions

Detailed descriptions of how a system should work in a particular scenario

Activity Diagrams

Visual models that show flow of activities for a use case, highlighting complexities and decision points.

System Sequence Diagrams (SSDs)

Diagrams highlighting inputs and outputs for a use case, showing system messages.

State Machine Diagrams

Show the states and transitions of an object or domain class over time.

Signup and view all the flashcards

Functional Requirements

What the system does, described by use cases and associated diagrams.

Signup and view all the flashcards

Preconditions

Conditions that must be true before a use case can begin.

Signup and view all the flashcards

Postconditions

Conditions that are true after a use case completes successfully.

Signup and view all the flashcards

Actors

Users (or other systems) interacting with a system.

Signup and view all the flashcards

Backorder sales

Business practice of selling products not currently in stock, promising delivery once inventory replenishes.

Signup and view all the flashcards

System Sequence Diagram (SSD)

A specific type of sequence diagram focusing on a single object (the system) to illustrate input and output messages for a use case.

Signup and view all the flashcards

SSD Message Notation

Describes messages using a format that includes conditions (true/false), the message name, input parameters, and returned data.

Signup and view all the flashcards

SSD Message Loop/Repeat

Indicates a repeating message or set of messages, often within the diagram.

Signup and view all the flashcards

SSD Message Condition

A true/false condition [ ] determining the sending of a message. If the condition is false, the message is not sent.

Signup and view all the flashcards

*[Condition] Function(Parameters) : Return_Value

SSD message format shows repeating message/function(parameters), and variable-returning data when a message is fulfilled/sent

Signup and view all the flashcards

Developing SSD Steps

Steps to create a system sequence diagram include identifying input messages according to the use case flow of activities or activity diagram.

Signup and view all the flashcards

Class Diagram

A structural diagram that shows the classes, attributes, and relationships in a system.

Signup and view all the flashcards

Use Case Diagram

A diagram that shows the interactions between actors and the system, focusing on system functionality.

Signup and view all the flashcards

Sequence Diagram

A dynamic diagram that shows the sequence of interactions between objects in a system.

Signup and view all the flashcards

Activity Diagram

A dynamic diagram illustrating the flow of activities within a use case, highlighting decisions and loops.

Signup and view all the flashcards

State Machine Diagram

A dynamic diagram that shows how an object (or class) changes state over time.

Signup and view all the flashcards

Use Case Description

A detailed textual description of how a system behaves when an actor performs a use case.

Signup and view all the flashcards

Triggering Event

The event that initiates the execution of a use case by an actor.

Signup and view all the flashcards

Preconditions

Conditions that must be true before a use case can begin.

Signup and view all the flashcards

Postconditions

Conditions that are true after a use case completes successfully.

Signup and view all the flashcards

Actors

Users or other systems that interact with a system to perform a use case.

Signup and view all the flashcards

Flow of Activities

A sequence of steps describing the actions performed by the system or an actor in a use case.

Signup and view all the flashcards

Exception Conditions

Conditions that indicate an error or unusual situation that might occur during a use case.

Signup and view all the flashcards

Message Notation

A way of describing messages sent from external actors to a system, using verb-noun phrases to show what the system should do, and including necessary parameters.

Signup and view all the flashcards

Input Message Conditions

Special rules or limitations about inputs received by the system, including potentially looping or conditional inputs.

Signup and view all the flashcards

Return Values

Values a system returns after processing a message, either included in the message itself (e.g., calculations) or as separate outputs.

Signup and view all the flashcards

State

A specific condition or situation for an object (or system) at a certain point in time.

Signup and view all the flashcards

Transition

The change from one state to another in an object's lifecycle.

Signup and view all the flashcards

Guard Condition

A true or false test that decides if a transition in a state machine diagram can happen or not.

Signup and view all the flashcards

Composite State

A state containing other states and transitions within it, allowing for more complex behaviors.

Signup and view all the flashcards

Concurrent Paths

Multiple independent paths within a composite state.

Signup and view all the flashcards

Pseudo State

A special state in a state machine diagram that marks the start of a process.

Signup and view all the flashcards

Origin State

The initial, starting state of an object or process.

Signup and view all the flashcards

Destination State

The state reached after a transition.

Signup and view all the flashcards

State Machine Diagram

A diagram that illustrates the states and transitions of an object or class over time.

Signup and view all the flashcards

Steps for State Machine Diagram

A systematic process for creating state machine diagrams, involving reviewing classes, identifying states, transitions, and expanding transitions with details.

Signup and view all the flashcards

SaleItem Object States

Represents the different states that a 'SaleItem' object can be in, like 'active', 'backordered', or 'archived'.

Signup and view all the flashcards

Sale Object States

Represents the different conditions that a 'Sale' object can be in; order placement, for example.

Signup and view all the flashcards

Integrating Requirements Models

Combining different models (use cases, activity diagrams, domain models, state machine diagrams) to create a complete system understanding.

Signup and view all the flashcards

Project Drivers

Specific factors influencing or creating the need for a project. Often documented, but not defined in the provided context.

Signup and view all the flashcards

Functional Requirements

Describes what a system does, using use cases and diagrams.

Signup and view all the flashcards

Use Cases

Specific scenarios detailing how a system functions.

Signup and view all the flashcards

Activity Diagrams

Visual models showing activities in a use case, highlighting complexity.

Signup and view all the flashcards

System Sequence Diagrams (SSDs)

Diagrams focusing on system input/output messages in use cases.

Signup and view all the flashcards

State Machine Diagrams

Illustrate object states and transitions over time between use cases.

Signup and view all the flashcards

Preconditions

Conditions needed before a use case starts.

Signup and view all the flashcards

Postconditions

Conditions true after a use case completes successfully.

Signup and view all the flashcards

Actors

Users or systems interacting with the system.

Signup and view all the flashcards

Project Constraints

Limitations and rules impacting a project.

Signup and view all the flashcards

Requirements Management Tools

Software to manage requirements, changes, and traceability.

Signup and view all the flashcards

Study Notes

Systems Analysis and Design in a Changing World - Chapter 5

  • Chapter 5 extends the requirements models, introduced in Chapters 3 and 4, by adding detail and techniques
  • This chapter aims to explore use cases and domain classes further using fully developed use case descriptions
  • It also covers activity diagrams, system sequence diagrams, and state machine diagrams
  • Use case descriptions provide details about actors, stakeholders, preconditions, postconditions, activities and exceptions
  • Activity diagrams, introduced in Chapter 2, model the flow of activities for a use case
  • System sequence diagrams (SSDs) detail the system's inputs and outputs via messages between actor and system
  • State machine diagrams show object states over time
  • Domain classes are further detailed using state machine diagrams
  • Not all use cases and domain classes are modeled at depth; only if complexity and detail communication are needed
  • Different views (structural and behavioural) and their characteristics are compared
    • Structural (static) views include class diagrams and use case diagrams
    • Dynamic views (behaviour) include sequence diagrams, activity diagrams and state machine diagrams
  • Learning objectives include developing use cases, activity diagrams, system sequence diagrams, state machine diagrams, and explaining their combined role in defining functional requirements.
  • Chapters 3, 4 and 5 address system analysis activities, which involve discovering and understanding the system's context
  • Core processes include problem identification, project planning, user interface design, and testing/deployment
  • Iterations are an essential component of analysis, with each iteration having specific core processes
  • Fully developed use case descriptions are detailed, specifying actors, stakeholders, preconditions, postconditions, activities, and exceptional conditions for use case analysis.

Use Case Descriptions and Details

  • Use case descriptions provide a brief but comprehensive summary of actions
  • Detailed use case descriptions expand on brief descriptions to provide precise scenarios, triggering events, actors, and more details
  • Use case descriptions include use case name, scenario (if needed), event trigger, brief description, actors, related use cases (<>), stakeholders, preconditions, postconditions, flow of activities and exception conditions.
  • Use case descriptions can include detailed scenarios, alternative flows, or exceptional conditions
  • Use case details, such as scenarios, triggering events, brief description, actors, related, stakeholders, preconditions, and postconditions are presented
  • Use case notation for complex cases requires more detail in specific templates
  • UML diagrams, including use cases, assist in defining functional requirements
  • Methods for use case descriptions, scenarios and actors are presented

UML Activity Diagram for Use Cases

  • UML activity diagrams visually represent the workflow of activities within a use case
  • Diagrams are presented to exemplify use case workflows.

System Sequence Diagram (SSD)

  • System sequence diagrams (SSDs) are UML diagrams that illustrate inputs and outputs as messages between the system and actor.
  • SSDs focus on interactions over time showcasing object lifelines and messages
  • The notation for SSDs includes actor, system, lifeline, messages, loop frame, and optional frames like Opt and Alt

State Machine Diagram

  • State machine diagrams are UML diagrams showing an object's states over time.
  • They show conditions, actions, events and transitions

Composite States and Concurrent Paths

  • Composite states represent complex behavior within a state machine
  • In composite states, parallel activities (concurrent paths) are independent
  • State diagrams show concurrent path capability within complex states

Requirements Management Tool

  • Requirements management tools support collecting, managing, tracking, and modifying requirements.
  • Examples like DOORS, Caliber RM, IrqA, and ReqView are cited

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Like This

Use Quizgecko on...
Browser
Browser