My lesson

 0    33 schede    lid7
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda Risposta
Programming
inizia ad imparare
one activity in software engineering
Software
inizia ad imparare
a computer program and it's documentation
Software testing
inizia ad imparare
Execute the software using simulated test data
Activities in software engineering
inizia ad imparare
Specification of requirements, Validation and Testing, Implementation or development
Diverse software engineering techniques
inizia ad imparare
Waterfall model, Incremental model
Software process models
inizia ad imparare
Rational Unified Process, V-model, Incremental, Spiral, Waterfall
Prototyping model
inizia ad imparare
Not concerned with quality, ensures requirements are correct before using another process model
Waterfall model
inizia ad imparare
Large systems, plan-based, difficult to change requirements
System to control antilock braking in a car
inizia ad imparare
V-Model is best
Agile
inizia ad imparare
working software is more valuable that comprehensive documentation
Agile requirements list
inizia ad imparare
stored in the Product Backlog
Use case inherit from use case?
inizia ad imparare
yes
Use case Association
inizia ad imparare
represent an actor and a use case have interaction/communication
Actor inherit from another actor?
inizia ad imparare
yes
Activity diagram rounded rectangles
inizia ad imparare
Actions
Activity diagram diamonds
inizia ad imparare
Decisions
Use state diagram when
inizia ad imparare
when a use case requires a list of different states of a system at a given time
Class diagram: solid line with empty white diamond at one end
inizia ad imparare
Aggregation
Class diagram: solid line with empty white triangle at one end
inizia ad imparare
Inheritance
Generalization
inizia ad imparare
Two classes pointing at one third class with empty solid line white triangle
UML Use case diagrams are used to capture
inizia ad imparare
Functional requirements
Software specification/requirement engineering
inizia ad imparare
understanding and defining what services or functionalities are required and identifying the constraints on the system operation
Software design
inizia ad imparare
the description of the structure of the software to be implemented. Responsible for the code level design, what each class is doing, its relationships, and scope
Incremental model
inizia ad imparare
Earlier delivery and deployment, easy customer feedback
Agile method advantages
inizia ad imparare
team communication, requirements do not hold up progress, facilitates customer feedback, visibility of everything
Use cases capture requirements?
inizia ad imparare
yes
Abstraction
inizia ad imparare
reducing by focusing on the essential observable behavior
Encapsulation
inizia ad imparare
hiding the details of the implementation
Polymorphism
inizia ad imparare
a single name may denote objects of many different classes that are related by some common superclass
Pseudocode
inizia ad imparare
"text-based" representation of an algorithm
Software Architecture
inizia ad imparare
responsible for the skeleton and the high-level organization of a software. Identifies the main structural modules/components in a system their relationships
Software testing goals
inizia ad imparare
show that the program does as intended, discover program defects
Unit testing
inizia ad imparare
testing method by which individual units of source code (which have associated control data, usage procedures, and operating procedures) are tested to determine whether they are fit for use

Devi essere accedere per pubblicare un commento.