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