Domanda |
Risposta |
What is Requirements Specification? inizia ad imparare
|
|
The process of writing down the user and system requirements in a requirements document
|
|
|
what are the key qualities of an Ideal Requirements Specification? inizia ad imparare
|
|
Clear Unambiguous Easy to understand Complete Consistent
|
|
|
what are the sections of a structured specification? inizia ad imparare
|
|
Description of the function specified Description of inputs and their source Description of outputs and their source Information needed for running the function Description of action to be taken Description of consequences or side-effects of the function
|
|
|
what are the problems of natural language? inizia ad imparare
|
|
Lack of clarity Ambiguity Context dependency
|
|
|
what is an entity relationship diagram (ERD)? inizia ad imparare
|
|
Techniques that identifies a system’s entities and the relationship between those entities
|
|
|
inizia ad imparare
|
|
people, places, items, events, concepts
|
|
|
inizia ad imparare
|
|
properties or descriptive qualities of an entity
|
|
|
What are ERD Relationships? inizia ad imparare
|
|
nks between different entities
|
|
|
What are Decisison Tables? inizia ad imparare
|
|
Technique for specifying complex if-then conditions
|
|
|
name some mathematical methods? inizia ad imparare
|
|
Recurrence relations Axiomatic definition Formal specifications Implicit equations Regular expressions
|
|
|
What are Mathematical methods? inizia ad imparare
|
|
Describes both static and dynamic aspects of the system
|
|
|
What is Requirements Validation? inizia ad imparare
|
|
The process of “checking that requirements actually define the system that the customer really wants” (Sommerville)
|
|
|
List the Requirements Validation Checks inizia ad imparare
|
|
Consistency checks, Completeness checks, Realism checks, Verifiability.
|
|
|
What is a consistence check? inizia ad imparare
|
|
Consistency checks: requirements should not conflict
|
|
|
What is a compleatness check? inizia ad imparare
|
|
Completeness checks: all functions and constraints need to be defined
|
|
|
inizia ad imparare
|
|
Realism checks: make sure the requirements can be implemented
|
|
|
What is a Verifiability check? inizia ad imparare
|
|
Verifiability: requirements should always be written so that they are verifiable/testable
|
|
|
list 3 requirments validation techniques. inizia ad imparare
|
|
Requirements reviews, Prototyping, Test-case generation.
|
|
|
What is a Requirements reviews? inizia ad imparare
|
|
systematic analysis of requirements by a team of reviewers
|
|
|
inizia ad imparare
|
|
Prototyping: an executable model of the system is demonstrated to users/customers
|
|
|
what is Test-case generation: inizia ad imparare
|
|
Test-case generation: derive tests for each of the requirements
|
|
|
What is requirements management? inizia ad imparare
|
|
The process of “understanding and controlling changes to system requirements”
|
|
|