Systems Development Environment Flashcards

SYSTEMS DEVELOPMENT CHAPTER 2

1
Q

What is Information Systems Analysis and Design?

A

It is a complex organizational process that is used to develop and maintain computer based information systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an Application Software?

A

It is a computer software designed to support
organizational functions or processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Systems Analyst?

A

A person responsible for
analysis and design of information systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is System Development Methodology?

A

It is a standard process followed in an organization to conduct all the steps necessary to analyze, design, implement, and maintain information systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Systems Development Life Cycle (SDLC)

A

It is the traditional methodology used to develop, maintain, and replace information systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the phases of the Systems Development Life Cycle (SDLC)

A

Planning
Analysis
Design
Implementation
Maintenance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Planning in SDLC?

A

It is when an organization’s total
information system needs are identified, analyzed, prioritized, and arranged

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Analysis in SDLC?

A

It is when system requirements
are studied and structured

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Design in SDLC?

A

It is when description of the
recommended solution is converted into logical and then physical system specifications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Implementation in SDLC?

A

It is when the information system is coded, tested, installed and supported in the organization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Maintenance in SDLC?

A

It is when an information system is systematically repaired and improved

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two types of design in SDLC?

A

Physical Design and Logical Design

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Physical Design

A

the logical specifications of the system from logical design are transformed into the
technology-specific details from which all programming and system construction can
be accomplished

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Logical design

A

It is when all functional features of the system chosen for development in analysis are described independently of
any computer platform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are Computer-Aided Software Engineering (CASE) Tools?

A

They are diagramming tools that enable graphical representation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Rapid Application Development (RAD)?

A

Methodology to radically decrease design and implementation time

17
Q

What is Service-Oriented Architecture (SOA)?

A

An approach to systems development based on building complete systems through assembling software
components, each of which model generic business functions

18
Q

What are Agile Methodologies?

A

Methods motivated by recognition of software development as fluid, unpredictable, and dynamic

19
Q

What is eXtreme Programming?

A

an Agile project management methodology that has short, incremental development cycles

20
Q

What is Object-Oriented Analysis and Design (OOAD)?

A

An agile methodology based on objects rather than data or
processes

21
Q

What is an Object?

A

A structure encapsulating
attributes and behaviors of a real world entity

22
Q

What is an Object Class?

A

A logical grouping of
objects sharing the same attributes and behaviors

23
Q

What is Inheritance?

A

hierarchical arrangement of classes enable subclasses to inherit properties of superclasses

24
Q

What is the Rational Unified Process (RUP)?

A
25
Q
A