My lesson

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

Sie müssen eingeloggt sein, um einen Kommentar zu schreiben.