Unit 2 Flashcards

1
Q

Software development life cycle

A

Analysis, design, development, testing, deployment, maintenance

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

is a method used to design,
develop and test to the software.

A

SOFTWARE DEVELOPMENT LIFE CYCLE

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

methodology may include the
pre-definition of specific deliverables
and artifacts that are created and completed by a project team to develop or maintain an application.

A

SOFTWARE DEVELOPMENT LIFE CYCLE

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

what sdlc aims

A
  1. to produce a high-quality software that meets or exceeds customer expectations.
  2. reaches completion within times and cost estimates.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what consists of the development team?

A

project sponsor, project manager, customer, project team member.

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

It comes from the senior executives,
where maybe a collective executive
team decides on strategic initiatives.

*Provides the High Level information
about the Project
*Ensure Project stays aligned
to Company Objectives

A

PROJECT SPONSOR

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

Responsible for leading the entire project, work closely with a lot of individuals.

A

PROJECT MANAGER

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

The one that would be getting the end result of the project’s deliverable.

A

Customer

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

They’re called the SMEs (Subject Matter Experts) they understand the task they have to do to ensure that deliverable.

A

PROJECT TEAM MEMBERS

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

PROJECT TEAM MEMBERS consists of?

A

*Software Engineers
*Designers
*Systems/Business Analyst
*Quality Assurance
*Trainers

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

What part of SDLC is this?

The senior members of the
team perform it with inputs
from all the stakeholders and
domain experts or SMEs in
the industry.

A

PLANNING AND
REQUIREMENTS
ANALYSIS

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

What part of SDLC is this?

this phase is about to bring
down all the knowledge of
requirements, analysis, and
design of the software project.
This phase is the product of the
last two, like inputs from the
customer and requirement
gathering.

A

DESIGNING THE
SOFTWARE

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

What part of SDLC is this?

the actual development begins,
and the programming is built. The implementation of design begins concerning
writing code.

A

DEVELOPING THE
PROJECT

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

What part of SDLC is this?

After the code is generated,
it is tested against the
requirements to make sure
that the products are solving
the needs addressed and gathered during the
requirements stage.

A

TESTING

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

During testing, what are the testing practice needs to done?

A

unit testing, integration testing, system testing, acceptance testing

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

What part of SDLC is this?

Once the software is certified, and no bugs or
errors are stated, then it is deployed. The software may be released as it is or
with suggested enhancement in the object
segment.

A

DEPLOYMENT

17
Q

What part of SDLC is this?

Once the client starts using
the developed systems, then
the real issues come up and
requirements to be solved
from time to time.

A

MAINTENANCE