Software Development

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/118

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.

119 Terms

1
New cards

What does UX Design stand for?

User Experience Design

2
New cards

UX Design (definition)

Focuses on the feel of the user's interaction with a system. Aims to make the product easy and enjoyable to use

3
New cards

Goals of a UX Designer

Think about the entire journey of a user when interacting with a product/system

4
New cards

What does UI Design stand for?

User Interface Design

5
New cards

UI Design (definition)

The elements of the product e.g. colours, fonts. How things look and how the user interacts with them.

6
New cards

Goals of a UI designer

Ensure the product/system is aesthetically pleasing and easily u

7
New cards

Examples of UI Design

Instagram: size of the upload icon, layout of profile page and feed

8
New cards

Usability (definition)

How easy and efficient it is for a user to achieve their goals using a system. Focuses on how functional and user-friendly the design is

9
New cards

What makes a product have good usability?

Ensures users can complete tasks with minimal frustration

10
New cards

Example of usability

Task: upload photo. Easy to understand buttons, process of adding a caption is quick and clear.

11
New cards

Comparison of UX, UI and usability

UX is how satisfying the journey of using the system is to the user. UI is the look of the system. Usability is the efficiency and easiness of a system

12
New cards

Wireframing (definition)

A visual representation of the structure and functionality of a single web page or a mobile app screen when it is in the design stage.

13
New cards

What is the purpose of wireframing?

Allows stakeholders to “understand” and visualise what is being created by the team. Demonstrates the interface elements that will appear on the page

14
New cards

Draw the graph for degree of change vs time

<p>…</p>
15
New cards

How can wireframes be made?

On paper, HTML, software

16
New cards

Website optimisation (definition)

Ensuring a website works across all platforms e.g. smartphone screen, tablet screen, desktop screen

17
New cards

What are annotations?

Notes on the wireframe. Communicates intent of the wireframw

18
New cards

Draw a simplified wireframe

<p>…</p>
19
New cards

Name the stages in the process of software development

Investigate. Plan. Design. Create. Evaluate. Report

20
New cards

Questions that need to be answered during the investigate stage (4)

Who’re the users? What do certain groups of need? Expectations of users? Contraints?

21
New cards

Examples of contraints

Time, money

22
New cards

What things need to be investigated?

The users, hardware, what coding language

23
New cards

Examples of criteria for hardware that need to be investigated/considered

Cost. Storage capacity. Warranties? Support current and future software?

24
New cards

Who is the client?

The person commissioning the project

25
New cards

Who is the user?

The person using the software

26
New cards

Ways to gather information during investigation (3)

Interviews. Questionnaires. Recording observations while work-shadowing a user

27
New cards

What is a feasibility study?

A document produced at the end of the feasibility stage. Report giving client an opinion as to if a practical and possible solution to the problem exist.

28
New cards

What does the feasibility study include? (4)

Options for the solutions (pros & cons). Timescale for completion. A recommendation as to whether the project is feasible. Specification of requirements

29
New cards

Examples of specification of requirements

User requirements. Client requirements. Hardware and software needs

30
New cards

Examples of client requirements

Increased sales. Greater customer retention. Better products/services

31
New cards

Factors for selecting the programming language (2)

If the system matches a particular language well. If mobile apps are needed or a website.

32
New cards

Why is a software development plan necessary?

Ensures everyone understands the what, when, and whom of the new system. Helps ensure project manager will stay on track

33
New cards

Is a timescale included in the plan for each task?

Yes

34
New cards

What is dependency?

When one task cannot start until another has been completed e.g. can’t test code before the stage of making it is completed

35
New cards

Examples of non-staff resources identified in the plan

Software and hardware

36
New cards

Factors of staffing considered in the plan (4)

How many needed for the project? Skills needed by staff? Who’ll manage the project? How often will progress be reviewed?

37
New cards

Explain top-down design

Starts with the main system at the top and is broken down into simpler units in a hierarchy. Each unit is broken down until it’s manageable

38
New cards

Draw a top down design diagram (sterling to euro conversion

<p>…</p>
39
New cards

What is modular design?

Broken down into modules. Each module is an independent task that is used by many parts of a system e.g. function

40
New cards

Benefits of modular design (4)

Modules can be reused for other projects. They’re small making bugs easier to deal with. Design of the system is simplified, easier to understand. Process of complex system is easier to manage.

41
New cards

Draw a diagram of modular design

<p>…</p>
42
New cards

What are prototypes?

An early version or model of a product. Used to test a concept or process to get feedback.

43
New cards

What is the benefit of prototyping?

Main benefit is allowing developers to get feedback from users

44
New cards

What does this symbol mean?

Start or end

<p>Start or end</p>
45
New cards

What does this symbol mean?

Connector

<p>Connector</p>
46
New cards

What does this symbol mean?

Input/output

<p>Input/output</p>
47
New cards

What does this symbol mean?

Process

<p>Process</p>
48
New cards

What does this symbol mean?

Decision

<p>Decision</p>
49
New cards

What is a data table?

Lists all the data to be used, how to store it, and its type

50
New cards

What is a variables table?

List of variables needed by software

51
New cards

What are the seven principles of universal design?

Equitable use. Flexibility in use. Simple and intuitive use. Perceptible information. Tolerance for error. Low physical effort. Size and space for approach and use

52
New cards

Explain equitable use

The design is useful

53
New cards

Explain flexibility in use

Design accommodates a wide range of preferences and abilities

54
New cards

Explain perceptible information

Design minimises hazards and consequences of accidental or unintended actions

55
New cards

Explain low physical effort

Design can be used comfortably and efficiently with minimum fatigue

56
New cards

Explain Size and space for approach and use

Appropriate size and space is provided for use and manipulation regardless of user’s body size, posture, or mobility

57
New cards

Example of accessible software

Quorum, a programming language which is used by the visually impaired

58
New cards

What is adaptive and assistive technology

Provides features to existing technologies to help people with disabilities.

59
New cards

Can assistive technology be used by the non-disabled?

Yes

60
New cards

What is localisation

Localisation allows software to meet linguistic and cultural requirements e.g. changing currencies

61
New cards

Example of internationalisation providing localisation

Unicode

62
New cards

What is the create stage?

The software is written.

63
New cards

What kind of testing occurs in the create stage?

Unit testing

64
New cards

What happens in the evaluation stage?

Compares finished project with the requirements. System might’ve met user requirements but not every detail due to constraints. It’s reliability, performance, efficiency will be evaluated

65
New cards

What happens in the reporting stage?

Stakeholders reported to at intervals outlined in the plan. Cost and success of the project should be reported on.

66
New cards

Explain the role of business analyst (5)

Involved in investigation. Identifies users. Establishes business and user requirements. Works with project manager on feasibility study. Works with system analyst to make the specification requirements

67
New cards

Explain the project manager (5)

Produces feasibility study and specification of requirements. Forms project team. Supervises project team. Reports to clients. Handles delegation and requests for change

68
New cards

Explain system analyst (4)

Establishes the hardware and software requirements. Helps business analyst to produce specification of requirements. Documents/investigates technical aspects of problem. May provide input on feasibility study

69
New cards

Explain designer (2)

Designed software to meet specification. Provides design documentation and changes it

70
New cards

Explain developer (4)

Writes programs. Keeps backup copies of programs. Does unit testing. Makes software documentation

71
New cards

Explain tester (3)

Produces test plans and data. Carries out tests. Documents results of tests are reported and documented.

72
New cards

Explain user liaison and training (3)

Ensures communication between users and project team. Ensures user support is in place when system is introduced. Organises training

73
New cards

Explain administrative support (2)

Organise meetings. Organises documentation.

74
New cards

Factors that influence teamwork (3)

Quality of communication. Quality of the working environment. Understanding of the role of the team and individuals in it.

75
New cards

Benefits of team working (3)

Learning new skills from other members. Gaining experience of conflict resolution. Access to support and guidance from team members

76
New cards

Why is testing important? (2)

Eliminates issues before they arise. Spots issues early before there is too much code to sift through.

77
New cards

Name the different types of testing

Unit testing. Black box testing. White box testing. Integration testing. Smoke testing. Regression testing. Non-functional testing

78
New cards

Unit testing (definition)

Testing individual components or functions of a program in isolation

79
New cards

Unit testing (examples)

Testing the add function in calculator to ensure it returns the correct sum

80
New cards

Black box testing (definition)

Testing the software without knowledge of the internal workings. Focuses on inputs and outputs

81
New cards

Black box testing (example)

Testing a login feature by entering valid and invalid usernames to see if the expected outputs are returned

82
New cards

White box testing (definition)

Testing the internal structures or workings of an application. Requires knowledge of the code.

83
New cards

White box testing (example)

Checking all possible paths in a loop to check the outputs

84
New cards

Integration testing (definition)

Testing combined parts of an application to ensure they function together correctly

85
New cards

Integration testing (example)

Testing if a shopping cart works with a payment processing module

86
New cards

Smoke testing (definition)

Basic tests to check if the main functions of a software application work after a new build

87
New cards

Smoke testing (example)

Verifying that an app launches and its features are usable after an update

88
New cards

Regression testing (definition)

Re-running previously completed tests to ensure that existing functionalities work after changes

89
New cards

Regression testing (example)

After adding a new feature to an app, testing existing features to ensure they still work

90
New cards

Non-functional testing (definition)

Testing aspects that are not related to specific functions, like performance and usability

91
New cards

Non-functional testing (example)

Testing how well a website performs under a high load.

92
New cards

Considerations when designing a test plan

Identify resources for testing. Test cases that align with the software’s functionality. Receive feedback from client

93
New cards

What does TDD stand for?

Test Driven Development

94
New cards

What is Test Driven Development?

Involves writing automated test cases before writing actual code. Run repeatedly to ensure new code doesn’t produce bugs. All code tested before implemented in main program

95
New cards

Agile approach (definition)

An iterative and incremental approach to software development. Emphasises collaboration, customer satisfaction, and flexibility by adapting to changing requirements.

96
New cards

Example of agile approach to software development

App developed with limited features → feedback → more features → feedback e.g. Spotify

97
New cards

Waterfall approach (definition)

Linear approach to software development. Sequential flow of steps where each pjase must be completed before the next phase can begin. Includes requirements maintenance, design, testing e.g. Microsoft OS

98
New cards

Examples of Stakeholders (3)

Business making project, owner, end user/customer

99
New cards

Benefits of Agile design (7)

Continuous feedback. Faster. Closer working relationship between team members and stakeholders. Flexibility. Less risk. Frequent Testing

100
New cards

Challenges of Agile structure (2)

Different team structure. Change in goals and time-frames.