My lesson

 0    33 fiche    lid7
Télécharger mP3 Imprimer jouer consultez
 
question réponse
Programming
commencer à apprendre
one activity in software engineering
Software
commencer à apprendre
a computer program and it's documentation
Software testing
commencer à apprendre
Execute the software using simulated test data
Activities in software engineering
commencer à apprendre
Specification of requirements, Validation and Testing, Implementation or development
Diverse software engineering techniques
commencer à apprendre
Waterfall model, Incremental model
Software process models
commencer à apprendre
Rational Unified Process, V-model, Incremental, Spiral, Waterfall
Prototyping model
commencer à apprendre
Not concerned with quality, ensures requirements are correct before using another process model
Waterfall model
commencer à apprendre
Large systems, plan-based, difficult to change requirements
System to control antilock braking in a car
commencer à apprendre
V-Model is best
Agile
commencer à apprendre
working software is more valuable that comprehensive documentation
Agile requirements list
commencer à apprendre
stored in the Product Backlog
Use case inherit from use case?
commencer à apprendre
yes
Use case Association
commencer à apprendre
represent an actor and a use case have interaction/communication
Actor inherit from another actor?
commencer à apprendre
yes
Activity diagram rounded rectangles
commencer à apprendre
Actions
Activity diagram diamonds
commencer à apprendre
Decisions
Use state diagram when
commencer à apprendre
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
commencer à apprendre
Aggregation
Class diagram: solid line with empty white triangle at one end
commencer à apprendre
Inheritance
Generalization
commencer à apprendre
Two classes pointing at one third class with empty solid line white triangle
UML Use case diagrams are used to capture
commencer à apprendre
Functional requirements
Software specification/requirement engineering
commencer à apprendre
understanding and defining what services or functionalities are required and identifying the constraints on the system operation
Software design
commencer à apprendre
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
commencer à apprendre
Earlier delivery and deployment, easy customer feedback
Agile method advantages
commencer à apprendre
team communication, requirements do not hold up progress, facilitates customer feedback, visibility of everything
Use cases capture requirements?
commencer à apprendre
yes
Abstraction
commencer à apprendre
reducing by focusing on the essential observable behavior
Encapsulation
commencer à apprendre
hiding the details of the implementation
Polymorphism
commencer à apprendre
a single name may denote objects of many different classes that are related by some common superclass
Pseudocode
commencer à apprendre
"text-based" representation of an algorithm
Software Architecture
commencer à apprendre
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
commencer à apprendre
show that the program does as intended, discover program defects
Unit testing
commencer à apprendre
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

Vous devez vous connecter pour poster un commentaire.