Systems Analysis and Design Chapter 3: Identifying User Stories and Use Cases

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering the key concepts of user stories, use cases, and identification techniques from Systems Analysis and Design 7th Edition Chapter 3.

Last updated 6:53 PM on 6/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

User Story

A 11-sentence description of a work-related task done by a user to achieve some goal or result, typically following the template: 'As a I want to so that '.

2
New cards

Acceptance Criteria

The features that must be present at the completion of a task to identify that a user story has been successfully implemented.

3
New cards

Use Case

An activity that the system performs, usually in response to a request by a user, used to define functional requirements.

4
New cards

Functional Decomposition

The process by which analysts decompose the system into a set of use cases.

5
New cards

User Goal Technique

A technique to identify use cases by identifying all potential categories of users and interviewing them to describe tasks where the computer can help them achieve specific goals.

6
New cards

Event Decomposition Technique

A comprehensive technique for identifying use cases by identifying the events to which the system must respond.

7
New cards

Event

Something that occurs at a specific time and place, can be described, and should be remembered by the system.

8
New cards

External Event

An event that occurs outside the system, usually initiated by an external agent or actor, such as a customer buying a product.

9
New cards

Temporal Event

An event that occurs as a result of reaching a point in time, such as the need to produce payroll or management reports.

10
New cards

State Event

An event that occurs when something happens inside the system that triggers a process, such as reaching a reorder point for an inventory item.

11
New cards

Perfect Technology Assumption

The assumption that technology and people have no limits, used during analysis to avoid including system controls like login or backup until the design phase.

12
New cards

Elementary Business Process (EBP)

A fundamental business process performed by 11 person, in 11 place, in response to a business event, which identifies the right level of analysis for a use case.

13
New cards

Brief Use Case Description

An often 11-sentence description showing the main steps within a use case.

14
New cards

Use Case Diagram

A UML model used to graphically show use cases and their relationships to actors.

15
New cards

Unified Modeling Language (UML)

The standard for diagrams and terminology used for developing information systems.

16
New cards

Actor

The UML name for an end user who interacts with the system.

17
New cards

Automation Boundary

The boundary between the computerized portion of the application and the users who operate the application.

18
New cards
<> relationship

A relationship between use cases where one use case is stereotypically included within another, similar to a called subroutine.