1.2.3. Software Development: 1.2 Software and Software Developments: Computer Science A-Level OCR

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Identify the common stages of software

development life cycles (SDLCs).

Analysis, Design, Development, Testing, Implementation, Evaluation and Maintenance.

2
New cards

Define white box testing.

A form of 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.

3
New cards

What is TELOS?

A method of analysis used by designers to evaluate the feasibility of a project. It considers technical, economic, legal, and operational aspects of the project, as well as scheduling.

4
New cards

What are agile methodologies?

A collection of methodologies which aim to improve the flexibility of software development. They respond quickly to changes in user requirements.

5
New cards

Identify the advantages of waterfall programming methodologies.

- Straightforward to manage.

- Clear structure.

- Clearly documented.

6
New cards

Give three disadvantages of extreme

programming methodologies.

- High cost due to two people working on one project.

- Teamwork and good communication is essential.

- End-user must be present throughout the duration

of the project.

7
New cards

What type of projects are spiral programming methodologies suited to?

Large, risk-intensive projects with a high budget.

8
New cards

What type of projects are Rapid

Application Development (RAD) programming methodologies suited to?

Projects where high usability is required and user requirement may not be clear from the outset or are continually changing. Suited to projects of a small to medium size with a relatively low budget and short time-frame.

9
New cards

Define an algorithm.

A set of instructions used to solve a problem.

10
New cards

State three key qualities or considerations good algorithms should make.

● Inputs must be clearly defined - what is valid and what is invalid?

● Must always produce a valid output for any defined input.

● Must be able to deal with invalid inputs.

● Must always reach a stopping condition.

● Must be well-documented for reference.

● Must be well-commented so modifications can easily be made.