Requirements Basics Flashcards

1
Q

What is the definition of requirements we will use in this class?

A

Statement that translates or expresses a need and its associated constraints and conditions

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

How does IEEE define a Stakeholder?

A
  • Individual or organisation that have an interest or claim in a system
  • Individual or organisation who may affect, be affected by, or perceive to be affected by a decision, activity, or outcome of a project
  • Individual or organisation with an interest in a system
  • Individual or organisation who may affect, be affected by, or perceive to be affected by a risk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some examples of stakeholders?

A

end users, supporters, developers, producers, trainers, maintainers, acquirers, interested parties

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

What is a constraint?

A

Externally imposed limitation on the system, its design, or implementation or on the process used to develop or modify the system

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

What is a condition?

A

Measurable qualitative or quantitative attribute that is stipulated for a requirement and that indicates a circumstance or event under which a requirement applies

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

What is an attribute?

A

Inherent property of an entity that can be distinguished quantitatively or qualitatively

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

What is requirements engineering?

A

Mediation between the domains of the acquirer and supplier to establish and maintain the requirements to be met by the system, software, or service of interest

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

What is an acquirer?

A

A stakeholder that acquires or procures a product or service from a supplier. Other terms are buyer, customer, owner, purchaser, or sponsor

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

What is a supplier?

A

Organisation or individual that enters into an agreement with the acquirer for the supply of a product or service. Other terms are contractor, producer, seller, or vendor

The acquirer and the supplier sometimes are part of the same organisation

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

Why are requirement deficiencies the prime source of project failures?

A

Everything else comes from requirements, as it’s so early

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

During requirements inception, what issues can you get from clients?

A
  • They do not know what they want

- They will have a better idea once they see a working example

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

How do we get past that fact that users don’t know what they want?

A

We use incremental and iterative development processes, which is the basis of all modern processes, including agile

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

Why shouldn’t requirements contains design or implementation details?

A

We should let the developer come up with the best implementation of a requirement.

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

What are some examples of maintainability requirements?

A
  • It should not take more than an hour to fix a bug

- Planned maintenance shouldn’t be required for more than once a month

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

How do we ensure requirements are communicated is unambiguously as possible?

A

Iterate and show them (demos)

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

What is the main thing a requirements engineer does?

A

Knowledge transfer from customers needs into technical languages for developers

17
Q

What is a product requirement?

A

A need or constraint on the software to be developed?

18
Q

What is a process requirement?

A

A constraint on the development of the software (ie this will be developed suing an agile process)

19
Q

What is a functional requirement?

A

The functions that the software is to execute. Also known as capabilities or features

20
Q

What is a nonfunctional requirement?

A

Requirements that act to constrain the solution. Also known as quality requirements

21
Q

What are some categories of nonfunctional requirements?

A
Performance
Maintainability
Safety
Reliability
Security
22
Q

What are emergent properties?

A

Requirements that cannot be addressed by a single component, but depends on how multiple software components interoperate.

23
Q

What is an example of an emergent property?

A

the response time between a user clicking on a stock symbol on a web page and the page showing the updated stock price depends on:

  • Metal speed of web server
  • Code of the web server
  • Speed of DB server
  • Speed of internet
24
Q

What is a system?

A

An interacting combination of elements to accomplish a defined objective (hardware, firmware, software, people, info, etc)

25
Q

What are system requirements? System requirements include what unique specification?

A

Requirements for a system as a whole.

Boundaries for different components, especially for software

26
Q

What is a process model?

A

An arrangement of elicitation, analysis, specification, and validation for different types of projects

27
Q

Describe Karl Wiegers’ Model and the V-shaped model of process models

A

Review 5-26 and 5-27

28
Q

What are the 3 requirements engineering processes?

A

Business or mission analysis
Stakeholder needs and requirements definition
System/Software requirements definition

29
Q

What is the purpose and deliverable of the Business or mission analysis process?

A

Purpose: Define business problem or opportunity. Determine potential solutions

Deliverables:

  • Problem/solution space defined
  • Early concepts
  • Alternative solutions considered
  • Preferred solution selected
  • Traceability
30
Q

What is the purpose and deliverable of the Stakeholder needs and requirements definition process?

A

Purpose: Define stakeholder requirements for a system that can provide the capabilities needed by users and other stakeholders. Also to identify these stakeholders

Deliverables:

  • Stakeholders identified
  • Required characteristics and software life cycle stages defined
  • Constraints and stakeholder needs are defined and prioritised
  • Performance measures are defined
  • Traceability
31
Q

What is the purpose and deliverable of the System/Software requirements definition process?

A

Purpose: Transform stakeholder requirements into a technical view of a solution. Create set of measurable software requirements that satisfy stakeholders

Deliverables:

  • System description, interfaces, functions defined
  • Software requirements and constraints defined
  • Performance measures defined
  • Software requirements analysed
  • Traceability
32
Q

What are process actors?

A

Basically stakeholders in requirements engineering. These include users, customers, market analysts, regulators, and software developers

33
Q

It is impossible to _______ every stakeholder

A

satisfy