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