1.2.3 - Software Development Flashcards

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

What happens during the analysis stage of the software development life cycle?

A

Stakeholders state what they require from the finished product.

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

What happens during the design stage of the software development life cycle?

A

The different aspects of the new system are designed including inputs, outputs and security features.

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

What happens during the development stage of the software development life cycle?

A

The design from the previous stage is used to develop the code for the project.

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

What happens during the testing stage of the software development life cycle?

A

The program is tested against the test plan formed in the design stage.

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

What happens during the implementation stage of the software development life cycle?

A

Once the testing stage has been used to make appropriate changes to the software, it is installed onto the user’s systems.

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

What happens during the evaluation stage of the software development life cycle?

A

The effectiveness of the software is evaluated against the system requirements.

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

What happens during the maintenance stage of the software development life cycle?

A

Any errors in the program are flagged up by the end-users and updates are created to maintain the software.

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

Name three different programming methodologies.

A

Waterfall lifecycle, agile, extreme programming, spiral and rapid application development.

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

Describe how the waterfall lifecycle model works.

A

The waterfall model is based on a series of stages that are completed in sequence from start to finish.

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

Describe how the agile methodologies work.

A

The problem is broken down into sections that are developed in parallel. The sequence is iterated until the project is complete.

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

Describe how extreme programming works.

A

The development team consists of a pair of programmers alongside a representative end-user.

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

Describe how the spiral model works.

A

The spiral model iterates the analysis, risk assessment, implementation and evaluation stages until the project is finished.

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

Describe how the rapid application development model works.

A

RAD is an iterative methodology that uses partially functioning prototypes that are continually built upon.

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

What are the advantages of using the waterfall lifecycle model?

A

Straightforward to manage.

Clearly documented.

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

What are the disadvantages of using the waterfall lifecycle model?

A

Lack of flexibility.

No risk analysis.

Limited user involvement.

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

What are the advantages of using the agile model?

A

Produces high-quality code.

Flexible to changing requirements.

Regular user input.

17
Q

What are the disadvantages of using the agile model?

A

Poor documentation.

Requires consistent interaction between the user and the programmer.

18
Q

What are the advantages of using extreme programming?

A

Produces high-quality code.

Constant user involvement means high usability.

19
Q

What are the disadvantages of using extreme programming?

A

High cost of two people working on one project.

Teamwork is essential.

End-user may not be able to be present.

20
Q

What are the advantages of using the spiral model?

A

Thorough risk analysis and mitigation.

Caters to changing user needs.

Produces prototypes throughout.

21
Q

What are the disadvantages of using the spiral model?

A

Expensive to hire risk assessors.

Lack of focus on code efficiency.

High costs due to constant prototyping.

22
Q

What are the advantages of using rapid application development?

A

Caters to changing user requirements.

Highly usable finished product.

Focuses on core features to reduce development time.

23
Q

What are the disadvantages of using rapid application development?

A

Poorer quality documentation.

The fast pace may reduce code quality.

24
Q

What is Alpha testing?

A

Testing carried out in-house by the software development teams within a company

25
Q

What is beta testing?

A

Testing carried out by end-users.

Feedback from users is used to inform the next stage of development

26
Q

What is white box testing?

A

Testing carried out by software development teams in which the test plan is based on the internal structure of the program.

All of the possible routes through the program are tested

27
Q

What is black box testing?

A

Testing without the testers being aware of the internal structure of the software, carried out by the company and end-users.

The test plan traces through inputs and outputs within the software.