L7: Software Development Methodologies * Flashcards

1
Q

What is an information systems development methodology?

A

An information systems development methodology is a collection of procedures, tools, techniques, and documentation aids which help guide developers through planning, management, control, implementation, and evaluation of a new information system.

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

Properties of a systems development methodology (5)help

A

Procedures
Techniques
Tools
Documentation aids
Phases

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

1970s-2000s development methodologies evolution timeline (4)

A

1970s Waterfall approach
1980s Spiral approach
1990s Object-oriented approaches
2000s Agile approaches

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

What is the waterfall approach in systems development? (7 phases)

A

The waterfall approach was a systems development methodology developed in the 1970s-1980s by Royce, W. It described an incremental approach to development including 7 phases, which were:
System requirements -> Software Requirements -> Analysis -> Program Design -> Coding -> Testing -> Operations

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

Problems with the waterfall model (describe 5)

A

Projects ran over time and budget
Projects required excessive documentation
No working product was delivered until the end of the project
Could not adapt to changing requirements
Little integration between teams - poor communication

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

What is Boehm’s spiral model of systems development? (4 cycles)

A

Boehm’s spiral model, published in 1988 identified issues with Royce’s waterfall model and proposed a cyclic process for system development. It describes an incremental and iterative approach to development. It includes:
- Repeated risk assessment
- Repeated prototype development and evaluation
- Repeated cost assessment
- Multiple review/stopping points

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

Describe the object-oriented methodologies approach to systems development?

A

The Object-oriented methodologies were developed to be suitable for the object-oriented programming languages (VB, Python, Perl, C++, C#, Java, PHP, Ruby, Javascript) becoming popular in the 1990s, they used UML, and used iterative and incremental development.

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

What is Rational Unified Process (RUP)?

A

Rational Unified Process (RUP) is one of the most popular object-oriented methodologies, and is described as a use-case driven, architecture centric, iterative and incremental methodology.

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

What is meant by use-case driven and architecture centric in RUP?

A

RUP is use-case driven because it uses use-cases to capture and organise requirements, and iterations of development in phases.

RUP is architecture centric because it uses the three-tier architecture layers (views), and components, of the system to understand and guide development

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

Rational Unified Process (RUP) phases

A

Inception, Elaboration, Construction, Transition

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

What is Unified Modelling Language (UML)?

A

UML is a standardised modelling language used and understood by software developers and analysts to design and visualise models of systems. UML is based on modelling objects, and its diagramming tools use a standard notation to communicate designs. The UML standard contains 12 diagrams, for modelling static structure and dynamic behaviour of systems

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

UML structure diagrams

A

Structure diagrams show the static structure of the system and its parts, they include:
Class diagram
Package diagram
Deployment
Composite structure
Communication diagram
Component diagram

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