Software Design Development - Development Methodologies Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the main phases of development are?

A

analysis,
design,
implementation,
testing,
documentation
and evaluation

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

What does analysis do and its purpose?

A

Tasks:
Identify and gather user requirements.
Analyze existing systems (if applicable).
Define project scope and objectives.
Create use cases and user stories.

Purpose:
To understand the problem domain and the needs of the users.

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

What does design do and its purpose?

A

Tasks:
Create system architecture.
Develop data models and database designs.
Design the user interface (UI).
Plan software components and modules.

Purpose:
To outline how the software will function and look.

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

What does implementation do and its purpose?

A

Task:
Write code based on the design.
Develop software features and functionality.
Perform unit testing.
Integrate components/modules.

Purpose:
To build the actual software according to the design.

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

What does testing do and its purpose?

A

Tasks:
Conduct various testing types (e.g., unit, integration, system, regression).
Identify and fix defects and issues.
Validate that the software meets requirements.

Purpose:
To ensure the software functions correctly and reliably.

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

What does documentation do and its purpose?

A

Task:
Create user manuals and documentation.
Document code (comments and documentation).
Produce system architecture and design documents.

Purpose:
To aid users, maintainers, and future developers.

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

What does evaluation do and its purpose?

A

Tasks:
Conduct user acceptance testing (UAT).
Gather feedback from users and stakeholders.
Assess the software’s performance and reliability.

Purpose:
To ensure the software meets user needs and quality standards.

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

Term: Iteration

A

Definition:
Iteration means repeating a process, and in software development, it refers to revisiting and repeating phases of development as needed.

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

Use in Software Development:

A

In software development, iteration involves cycling through phases like design, implementation, and testing multiple times to refine and improve the software.

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

Traditional vs. Iterative Development

A

Traditional Development:
Phases are worked through in a linear sequence (e.g., analysis, design, implementation, testing, documentation).

Iterative Development:
Software is developed in cycles, allowing for revisiting and refining phases as necessary.

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

Iterative Cycle:

A

Process:
Design part of the program.
Implement the designed part.
Test for errors.
Modify design and implementation based on test results.
Repeat the cycle for the next part of the program.

Purpose:
To incrementally improve the software’s quality and functionality.

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

Benefits of Iteration

A

Advantages:
Flexibility to adapt to changing requirements.
Early detection and correction of issues.
Continuous improvement and refinement of the software.

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