My lesson

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

Вы должны войти в свой аккаунт чтобы написать комментарий.