Software Process, Ian Sommerville (CH 4) Flashcards

1
Q

What does CASE stand for?

A

Computer Aided Software Engineering

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

What are the four practices common to all software processes?

A

Specification. Design and Implementation. Validation. Evolution.

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

What are the three process models / paradigms the author explores?

A

Waterfall. Evolutionary Development. Component Based / Reuse-Oriented

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

What are the two categories of software processes?

A

Agile and Plan Driven.

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

Describe five phases of Waterfall process model (A plan driven process). 5

A

Requirements Definition. System and Software Design. Implementation and Unit Testing. Integration and System testing. Operation and Maintenance.

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

What are cons of Waterfall Model?

A

Because of costs of producing documents after each phase, iterations can be costly.

As a result parts of development are ‘frozen’ to continue with later stages of development. Problems are left for later resolution or programmed around.

Major problem is inflexible partitioning of project into distinct phases. Makes it difficult to respond to customers changing demands.

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

Describe incremental development.

A

Specification, development and validation are interleaved rather than seperate. Rapid feedback.

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

What is the formal system develpoment model?

A

A variation of the Waterfall Model. An example is the Cleanroom Process developed by IBM. The object is zero defects software. Used in safety critical systems.

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

What are the three imporant benefits of incremental model over waterfall model?

A
  • The cost of accomadating customer is reduced
  • Customer feedback on work done is easier
  • More rapid delivery of useful software is possible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

From a management perspective what two problems does the incremental (agile) process present?

A
  • The process is not visible (little documentation as it is not cost effective).
  • System structure degrades with each new increment. Regular change tends to corrupt. Offsetting this costs time and money.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe reuse-oriented software.

A
  • Component Analysis
  • Requirements Modification
  • System Design with Reuse
  • Development and Integration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the three types of software component that may be used in a reuse-oriented process?

A
  • Web services.
  • Collections of objects ie .NET or J2EE
  • Stand alone software systems configured for use in a particular environment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Pros and Cons of Reuse-Oriented process?

A
  1. Pros: reduced amount, cost and risk of software. ALso faster delivery.
  2. Cons: Requirements compromised. Also reusable components not under control of organisation who uses them.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly