Ch3 Flashcards

1
Q

is meeting the basic requirements enough to make a successful software? why

A

No it is not enough, there are other important non-functional requirements that should be met, like maintenance and reliability, reuse and training.

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

how to avoid performance issues in any software?

A
  1. having good documentation
  2. having clear and planned requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what do you need to have a really good software quality?

A

to have a good software quality you need your software to meet the specified quality requirements, so you need a requirement document that clearly specifies the requirements to have a good quality software.

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

can a software fail because of a poor quality requirement document?

A

yes, the software can be functional, but can do poor performance if the requirements document quality is poor. (see the first 2 examples in the chapter)

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

What are some common software quality factors that projects frequently lack?

A

usability
reusability
maintainability
reliability
scalability
portability (work on all platforms and enviorments)

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

is it natural to assume or have inequality between different quality requirements?

A

yes, because the need of them differs from a project to another.

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

can we consider quality factors as non-functional requirements?

A

yes, because software quality can’t be achieved when meeting the functional requirements alone

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

What is the primary focus of software engineering

A

Capturing, designing, implementing, and deploying with emphasis on functional requirements

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

What is the emphasis on non-functional requirements (quality factors) in software engineering

A

1-There is little emphasis (but not none), though more importance is now being placed on quality factors.

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

Why are quality factors (non-functional requirements) important?

A

They can be a critical factor in satisfying overall requirements. and make the SQ high and work with high performance.

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

Where are non-functional requirements typically documented

A

In the Software Requirements Specification (SRS) document

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

Where are functional requirements usually captured

A

In Use Case Stories

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

What are Software Quality Factors, and where are they documented

A

Software Quality Factors define the non-functional aspects of software (e.g., usability, reliability, maintainability). They are included in the requirements document (SRS)

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

What are software quality factors

A

They are attributes that determine the quality of software, such as reliability, maintainability, and usability. (non-functional requirements)

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

Are there different models for software quality?

A

Yes, there are various models used to define and measure software quality

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

What is the classic software quality factor model?

A

The McCall software quality model

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

How many quality factors does McCall’s model have, and how are they grouped?

A

McCall’s model has 11 quality factors, grouped into 3 categories

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

what are the 3 categories the the McCall model group it’s quality factors in?

A

Product Operation
Product Revision
Product Transition

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

What is the Product Operation category in McCall’s model?

A

It includes factors that directly affect the daily operation of software:
Correctness
Reliability
Efficiency
Integrity
Usability

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

What does Product Revision refer to in McCall’s model?

A

It covers factors that affect software maintenance activities:
Maintainability
Flexibility
Testability

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

What does Product Transition focus on in McCall’s model?

A

It deals with software adaptability to the environment and interaction with other systems:
Portability
Reusability
Interoperability

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

What is Correctness in McCall’s Product Operation category?

A

It refers to whether the software performs the tasks it was designed for without errors (does the task correctly).

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

How to know the that the software has the correctness quality factor?

A

we check if it meets the dimensions of the output specifications ( شروط النتيجة المتوقعة من البرنامج)

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

What are some dimensions of output specifications in software correctness

A

Output mission (e.g., documents, alarms, voice)
Required accuracy
Completeness
Up-to-date information
Availability (reaction time)
Standards for coding and documentation

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

Explain each one of the output specification when talking about the software correctness

A

1.out put mission (what type of data to output? voice, image , document)
2-The required accuracy ( percentage of data that is not accurate)
3-Completness ( give a percentage of non-complete data)
4-Up-to-date information(specify a limit to how old the data should be )
5-Availability (reaction time of getting the information or document )
6-Standards for coding and documentation (software must go by the client’s or the required guidelines, for it to be well structured and do the required thing from it without any errors)

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

What is Reliability in McCall’s Product Operation category?

A

It refers to the ability of software to run without crashes or failures over time.

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

How is Reliability Measured?

A

1-Failure rate: Determines the acceptable number of failures over time.
2-Can apply to the entire system or specific functions.

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

What does reliability deal with in software?

A

It deals with failures to provide service and determines the maximum allowed system failure rate

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

How to determine the failure rate?

A

1-either by using years (so like once in 20 years)
2-by using numbers (1 fail every million use)

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

What is the purpose of software integrity?

A

To protect data from being accessed or modified by unauthorized users

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

What do integrity requirements deal with?

A

They deal with software system security to prevent unauthorized access.

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

What is the distinction made in integrity requirements?

A

It distinguishes between personnel with read permits (who can see data) and those with write permits (who can modify data).

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

Who are integrity requirements designed to prevent access from?

A

Unauthorized persons.

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

Who might determine the access limitations to the system data?

A

The systems head

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

What should software efficiency ensure?

A

The software should use computer resources (memory, CPU, battery) effectively.

36
Q

What does efficiency deal with?

A

It deals with the hardware resources needed to perform all functions of the software system.

37
Q

How should efficiency conform to other requirements?

A

The hardware resources should support all functions of the software system while maintaining conformance(التوافق ) with all other requirements.

38
Q

What is Usability in McCall’s Product Operation category?

A

The software should be easy to use and understand.

39
Q

What does usability deal with?

A

staff resources needed to train new employees and operate the software system.

40
Q

What measures can be used in usability examples?

A

1-Training hours and what is expected from the user after that
2-How much should the normal user do or perform (ex: 60 calls a day)

41
Q

What is maintainability in McCall’s Product revision category?

A

The software should be easy to fix if there are bugs or errors.

42
Q

What do maintainability requirements determine?

A

the efforts users and maintenance personnel should do to:
1-Identify the reasons for software failures.
2-Correct the failure.
3-Verify the success of the corrections.
The better the maintainability the less the effort needed

43
Q

What is a Software Module?

A

A software module is a self-contained and independent unit of code within a larger software system. It is designed to perform a specific function

44
Q

Key Strategies to Improve Maintainability

A

1-Write Clean and Readable Code (use standards and guides)
2-Modularize the Code (Use a Modular Architecture, break code into smaller modules)
3-Use Version Control Systems (VCS)
4-Implement Automated Testing

45
Q

What is a Version Control System (VCS)?

A

A tool that helps track code changes, revert to previous versions, and collaborate with teams.(Git and GitHub.)

46
Q

What is flexibility in McCall’s Product revision category?

A

1-The ability of software to adapt to changes in user requirements and all possible environments and conditions.
2-The capabilities and efforts required to support adaptive maintenance activities.
3-Perfective maintenance in software?

47
Q

Adaptive Maintenance Activities mean?

A

They are activities done to modify (maintained) the software to adapt with external changes.

48
Q

What is perfective maintenance in software?

A

Enhancing the software by adding new features or improving existing ones to provide better service.

49
Q

How to Improve Flexibility?

A

1-Modular Design – Break the software into independent modules.
2-Use APIs – Allow third-party services to integrate easily.
3-Configuration Files – Store adjustable settings in external files (e.g., JSON, XML).
4-Loose Coupling – Reduce dependencies between components.

50
Q

How does Modular Design help with flexibility?

A

making it easier to modify, replace, or update without affecting the entire system. (when doing perfective maintenance)

51
Q

How does Using APIs help with flexibility?

A

may have external tools that help with adapting with changes

52
Q

How does Configuration Files help with flexibility?

A

By modifying the settings of them making it easier for the software t adapt

53
Q

How does Loose Coupling Files help with flexibility?

A

If components are loosely coupled, a change in one part of the system won’t break the rest.
(same as modularity)

54
Q

TSS stands for ?

A

Teacher Support Software

55
Q

What is testability in McCall’s Product revision category?

A

The testing of an information system as well as its operation.

56
Q

What are testability requirements for the ease of testing related to?

A

Special features in the programs that help the tester.
1- Predefined Intermediate Results and Log Files that help testers understand what happened at each step.
2-Automatic Diagnostics Before the System Starts (system checks itself)
3-generate reports about detected faults

57
Q

How to Improve Testability?

A

1-Write Clean, Modular Code
2-Use Logging and Debugging Tools – Make it easy to track software behavior.
3-Automate Testing
4-Implement Error Handling (Ensure meaningful error messages help debugging.)

58
Q

Give examples on automated testing tools and their usage

A

1-Selenium (for web apps)
2-JUnit (for Java apps)
3-PyTest (for Python)

59
Q

What is portability in McCall’s Product transition category?

A

Portability is the ability of software to work on different devices and operating systems.

60
Q

What does software portability focus on?

A

It focuses on adapting a software system to different environments, including different hardware and operating systems.

61
Q

What is reusability in McCall’s Product transition category?

A

Refers to the ability of software components to be reused in other applications.

62
Q

How does software reusability help in development?

A

It helps save resources by shortening the project period and providing higher-quality modules reduce cost and reduce risk

63
Q

How does the benefits of higher quality appear?

A

SW faults have already been detected by SQA activities performed previously on it

64
Q

Who insures reusability of the software?

A

Development team

65
Q

What is interoperability in McCall’s Product transition category?

A

The ability of software to connect and work with other software.

66
Q

What does interoperability focus on?

A

creating interfaces with other software systems or equipment firmware(البرامج الثابتة)

67
Q

What can interoperability requirements specify?

A

1- They can specify the names of software or firmware for which an interface is required
2-Output structure(output of the system so that it can interface with other systems and use it as input) accepted as standard in a specific industry or applications area.

68
Q

What do alternative models of software quality factors propose?

A

They suggest renamed or additional software quality factors beyond McCall’s model.

69
Q

How many quality factors did some SQA professionals propose? other than McCall’s

A

One model proposed 12 factors, while another proposed 15 factors.

70
Q

How many new quality factors were suggested in total?

A

Five new factors were suggested.

71
Q

Evans and Marciniak offered how much ? what are they?

A

2
Verifiability and Expandability

72
Q

Deutsch and Willis offered how much ? what are they?

A

3
Safety
Manageability
Survivability

73
Q

what did they both remove?

A

testability

74
Q

What is Verifiability in Evans and Marciniak’s software quality factors?

A

refers to design and programming features that enable efficient and easy verification of the design and code structure of the system

75
Q

What are the design and programming features enable efficient and easy verification of the design and code structure of the system?

A

1-modularity
2-simplicity
3-adherence to documentation and prog guidelines

76
Q

What does verifiability refer to?

A

This does not refer to outputs; rather, structure of code, design elements and their dependencies (coupling , pattern , cohesion)

77
Q

What is Expandability in Evans and Marciniak’s software quality factors?

A

Refer to future efforts that will be needed to
1-serve larger populations
2-improve services
3-add new applications in order to improve usability.

78
Q

Which quality factor does Expandability look like from McCall’s?

A

flexibility

79
Q

What is Safety in Deutsch and Willis’s software quality factors?

A

1-address conditions that could bring the equipment or application down
2-setting alarms or sounding warnings.

80
Q

What is Survivability in Deutsch and Willis’s software quality factors?

A

1-refer to the continuity of service .
2-minimum time allowed between failures .
3-maximum time permitted for recovery .

81
Q

Which quality factor does Survivability look like from McCall’s?

A

Reliability

82
Q

What is Maximum Recovery Time ?

A

The longest acceptable time for the system to fully recover after a failure.

83
Q

What is Minimum Downtime ?

A

The least amount of time the system is expected to stay down after a failure.

84
Q

What is Manageability in Deutsch and Willis’s software quality factors?

A

refers to administrative tools that support software modification during development and maintenance.

85
Q

What are the tools used in Manageability ?

A

1- tools primarily administrative control versions, configurations and change management / tracking.
2-We must have tools to manage versions and various configurations that may vary from customer to customer