Systems Analysis and Design Flashcards

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

1/24

flashcard set

Earn XP

Description and Tags

Flashcards on Systems Analysis and Design

IM-7ed

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Computer Application (App)

A computer software program that executes on a computing device to carry out a specific function or set of related functions.

2
New cards

Information System

A set of interrelated computer components that collects, processes, stores, and provides as output the information needed to complete business tasks.

3
New cards

Systems Analysis

Those activities that enable a person to understand and specify what the new system should accomplish.

4
New cards

Systems Design

System development activities that enable a person to describe in detail how the resulting information system will actually be implemented.

5
New cards

Project

A planned undertaking that has a beginning and an end, and that produces some definite result

6
New cards

Systems Development Life Cycle (SDLC)

A framework that identifies all the activities required to research, build, deploy, and often maintain an information system.

7
New cards

System Development Process or Methodology

A set of comprehensive guidelines for carrying out all of the activities of each core process of the SDLC.

8
New cards

Agile Development

An information system development process that emphasizes flexibility and rapid response to anticipate new and changing requirements during development.

9
New cards

Iterative Development

An approach to system development in which the system is 'grown' piece by piece through multiple mini-projects called iterations.

10
New cards

Subsystem

An identifiable and partitioned portion of the overall system

11
New cards

To understand what the system must do and specify how the components are configured to provide the solution.

What is the purpose of systems analysis and design when developing information systems?

12
New cards

To define all the activities required to develop a new system. It provides a framework for the development process.

What is the purpose of the System Development Life Cycle (SDLC)?

13
New cards
  1. Identify the problem or need and obtain approval to proceed. 2. Plan and monitor the project. 3. Discover and understand the details of the problem or the need. 4. Design the system components. 5. Build, test, and integrate system components. 6. Complete system tests and then deploy the solution.

What are the six core processes of the SDLC?

14
New cards

Flexibility and rapid response to anticipate new and changing requirements during development.

What are some characteristics of Agile methodologies?

15
New cards

To identify all of the tasks that must be done to complete a particular iteration and produce the defined deliverable.

What is the purpose of a Work Breakdown Structure?

16
New cards

To define the order of the work. It also helps to monitor the progress of the iteration and assign resources to tasks.

What is the purpose of a work sequence diagram?

17
New cards

To identify and list the functions that must be provided by the new system.

What is the purpose of a list of use cases?

18
New cards

To identify and list the information components that must be maintained by the new system.

What is the purpose of a table of classes or class diagram?

19
New cards

To document the use cases and the actors in a system or subsystem.

What is the purpose of a use case diagram?

20
New cards

To define the detailed processing steps of a use case.

What is the purpose of a workflow diagram?

21
New cards

To design the layout of a computer screen, including all the data elements required on the screen.

What is the purpose of sample screen layouts?

22
New cards

To define the details of the information requirements in preparation for building the database schema.

What is the purpose of a design class diagram?

23
New cards

It is the detailed database structure, used to build the database with MySql, Oracle, or SQLServer.

What is the purpose of the database schema?

24
New cards

To configure the overall solution system.

What is the purpose of the system architectural configuration diagram?

25
New cards

To define the individual components of a subsystem and identify how they relate to each other.

What is the purpose of the subsystem architectural design diagram?