Software Engineering Flashcards
RAD stands for
Rapid Application Development
which model combines elements of linear sequential model with the iterative of prototyping
Incremental
What is process of modifying the state space of the system so that the effects of fault are minimized
fault recovery
Which developement approach tries to maximise the reuse of existing componenets
Software development with reuse
What is needed in situations where system failure would cause large ecconogmic loss
Fault Tolerance
In which design the sub-systems making up the system and their relationships are identified and documented`
architecture
______ is an entity that has a state and a defined set of operations, which operate on that state
object
objects are organized into a ____ structure that shows how one object is composed of a number of other objects.
Aggregation
_____ maintainance involves implementing new functional and non- functional system requirements
Perfective
White box testing is also called
Glass box testing, code based , structural testing
Black box testing is also called
Behavioural Testing