Higher Computing - Software Design and Development

studied byStudied by 4 people
5.0(1)
get a hint
hint

Waterfall Design Process

1 / 34

Tags and Description

35 Terms

1

Waterfall Design Process

A method of developing a program using structured steps to avoid errors.

New cards
2

Analysis

The process of finding out what the program needs to do through interviews and DIY sessions. It involves creating a software specification document that describes what the software must do and how long the development process will take.

New cards
3

Scope

States what will and won't be involved in the project. It allows the developer to reject changes requested by the client if they are outside the scope.

New cards
4

Design

The process of deciding the layout, inputs, outputs, and processes of the program. It involves creating the HCI using wireframes and logic flow structures such as pseudocode, flow charts, and structure diagrams.

New cards
5

Implementation

Writing the code for the program. If errors are spotted in the design, the design stage may have to be redone.

New cards
6

Testing

The process of ensuring that the software works correctly. Test tables are produced for inputs, expected outputs, and actual outputs.

New cards
7

Documentation

Writing user and technical guides for the program. The user guide specifies how to use the program and its functions, while the technical guide specifies the minimum hardware requirements and installation instructions.

New cards
8

Evaluation

Reviewing the program's fitness for purpose and whether or not it meets the requirements of the original software specification. It checks for efficient use of coding constructs, usability, maintainability, and robustness.

New cards
9

Maintenance

Making any required changes or updates to the program. It can be corrective, adaptive, or perfective maintenance.

New cards
10

Agile Software Development Process

A method of developing software quicker and on a smaller scale. It breaks the development process into smaller steps and involves more interaction with the client for easier and more frequent changes.

New cards
11

Requirements Elicitation

The process of finding out what needs to be done to meet the program's requirements. It can be done through DIY, interviews, and observations.

New cards
12

Inputs Processes and Outputs

The three components of a program. Inputs are anything taken into the program to be processed, processes are what is carried out using the input to change it, and outputs are the final result of the program.

New cards
13

Types of User

Novice, Intermediate, Expert

New cards
14

Data Types

Integer, Real/Double, String, and Boolean

New cards
15

Types of Design Methods

Wireframe Diagrams, Low-Fidelity Prototypes, Flow Charts, Structure Diagrams, and Pseudocode

New cards
16

Types of Maintenance

Corrective, Adaptive, and Perfective

New cards
17

Types of Error

Syntax Error, Execution Error, and Logic Error

New cards
18

Golden Rules of Programming

Internal commentary, meaningful variable names, blank space, indentation

New cards
19

Test Data

Normal Data, Extreme Data, and Exceptional Data used to test the program's functionality and error handling.

New cards
20

Test Tables

Tables that help programmers test a full program by recording test data and expected/actual outputs.

New cards
21

Trace Tables

Tables that help programmers keep track of variable values in a program during execution.

New cards
22

Dry Runs

The process of working through a program on paper to follow its logic and detect errors before implementation.

New cards
23

Breakpoints

Points in the program code where it will stop running, allowing programmers to see variable values and identify logic errors.

New cards
24

Watchpoints

Breakpoints assigned to specific variables, causing the program to stop running when those variables reach a certain value.

New cards
25

Loops

For Loop, While Loop, and If Loop used for repetitive or conditional execution of code.

New cards
26

Parameter Passing and Modularity

Modularity involves breaking down the main program into smaller sub-programs, while parameter passing involves passing data between different modules.

New cards
27

ByRef and ByVal

ByRef passes the actual information and can change the original value, while ByVal passes a copy of the information meaning the original value will remain unchanged

New cards
28

Software Evaluation

The assessment of a program's fitness for purpose, efficient use of coding constructs, usability, maintainability, and robustness.

New cards
29

Translators

Convert code into a format that can be executed by the computer (machine code)

New cards
30

Compiler

  • Translates the code before the program is run.

  • The program will run fast as it's already translated.

  • Takes time to translate.

  • Not good for error detection.

  • Creates a separate .exe file

New cards
31

Interpreter

  • Very good at error detection (doesn’t solve the error, only detects it.)

  • Interprets one line at a time.

  • Takes a long time.

  • Once a line is compiled, it’s forgotten and the compiler moves on (meaning it must translate code within loops multiple times)

  • Translates the program while it runs

New cards
32

Arrays

Arrays are a data structure that can store multiple values of the same data type, such as integers, in a contiguous memory block.

New cards
33

Parallel Arrays

Parallel arrays are multiple arrays that hold related data, where each array corresponds to a specific attribute or property of the same entity.

New cards
34

Records

Records are a data structure used to store multiple data types, allowing for the storage of one instance of each data type, such as one forename and one age.

New cards
35

Array of Records

An array of records is a data structure that allows for the storage of multiple instances of different data types, such as multiple forenames and multiple ages, in a single array.

New cards

Explore top notes

note Note
studied byStudied by 39 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 15 people
Updated ... ago
4.5 Stars(2)
note Note
studied byStudied by 51 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 26 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 19 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 1480 people
Updated ... ago
4.7 Stars(11)

Explore top flashcards

flashcards Flashcard33 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard58 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard127 terms
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard47 terms
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard41 terms
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
flashcards Flashcard37 terms
studied byStudied by 25 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard66 terms
studied byStudied by 4 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard83 terms
studied byStudied by 12 people
Updated ... ago
4.0 Stars(1)