Prelim Flashcards
Those who use the software
Users
those who pay for the software
customers
users can learn it and fast and get their job done easily
usability
it doesn’t waste resources such as CPU time and memory
efficiency
it does what it is required to do without failing
reliability
it can be easily changed
maintainability
its part can be used in other projects, so reprogramming is not needed
reusability
3 key elements of software engineering
process
organization
infrastructure and technology
4 key elements of software engineering
method
tool
procedure
people
Which of the following UML diagrams serve as a visual table of contents to written use cases?
use case diagrams
Which of the following elements of a use case diagram has a goal in using the system?
actor
_______ used to make optional interactions between use cases.
Extensions
The following < < include > > relationship means, that …[images__include.png]
the behavior of A might or might not be inserted into the behavior of B.
Which of the following are key elements of a Use Case Diagram?
Actor, Use Cases
_______ used to make required interactions between use cases.
Inclusions
Which of the following is a correct description of a Use Case Diagram?
Use Case Diagram captures the functional requirements of the system.
In class diagram, line/arrow styles indicate whether parent is an interface.
dashed line/ white arrow
Which of the following UML diagrams has a static view?
class diagram
In a user-centered design, the development team should consider users in the process in order to: (Choose all that applies)
Select one or more:
a. develop a system that requires less training once it will be implemented.
b. come up with a less quality system.
c. understand the need of the users.
d. achieve monetary benefits from the client.
e. design the user interface according to a set of guidelines.
develop a system that requires less training once it will be implemented.
understand the need of the users.
design the user interface according to a set of guidelines.
Which of the following are non-functional requirements of the system?
Select one or more:
a. Efficiency
b. Accuracy
c. Faster Response Time
d. Faster Turnaround Time
e. Business Rule Achieved
Efficiency
Faster Response Time
Faster Turnaround Time
The following < < extend > > relationship means, that …
[images__extend.png]
Select one:
a. … B can be executed instead of A.
b. … A might or might not invoke B.
c. … A cannot be executed without B.
d. … B might or might not invoke A.
e. … A can extend B.
f. … B always has to invoke A.
g. … B can extend A.
A cannot be executed without B.
Which of the following statements are true?
Select one or more:
a. Operations may have parameters and return values.
b. Every class in a class diagram must have attributes and operations.
c. Classes always have a section showing a textual description.
d. An attribute can have a type.
Operations may have parameters and return values.
An attribute can have a type.
A ______ is an instance of a use case.
scenario
Which is the desired result of modeling use cases?
Select one:
a. Several use case diagrams.
b. A detailed textual description of every use case.
c. A model of the systems’ application flows. Use case diagrams cannot be used to model application flows.
A detailed textual description of every use case.
A class diagram describes …
Select one:
a. shows the dynamic view of a system.
b. shows the practical view of a system.
c. shows the static view of a system.
d. shows the interaction view of a system.
shows the static view of a system.
It is an association type that uses temporarily.
Select one:
a. decomposition
b. dependency
c. composition
d. aggregation
dependency
Which of the following UML diagrams serve as a visual table of contents to written use cases?
Select one:
a. Use Case Diagrams
b. Activity Diagrams
c. Class Diagrams
Use Case Diagrams
The term ____ describes a whole-part relationship in which the components can exist separately.
Select one:
a. composition
b. union
c. aggregation
d. decomposition
aggregation
Types of reverse engineering
Logic reverse engineering
Data reverse engineering
Information is extracted from the source code and stored in the physical design information storage.
Physical design information is obtained.
Logic reverse engineering
The existing database is modified or migrated to a new database management system.
Data reverse engineering
Refers to the entire process from understanding the user environment and problems to operation and maintenance.
Lifecycle of software development
This model clearly shows the activities that should be performed while implementing the project to project managers and developers.
v model
a method of developing a system or a part of a system to understand a system or to solve such issues as risks or uncertainties.
prototyping
a system is developed by extending the functions several times. the system version in each phase runs only a few limited functions, and the later version includes newly added functions in addition to those of the previous version.
incremental model
like the incremental model, the __________ is useful when the system development time needs to be reduced.
evolutionary model
means to develop new software using existing software or software knowledge.
software reuse
Types of agile methodologies
Scrum
EXtreme programming (XP)
Lean software development methodology
Agile unified Process
is a methodology that was established by Kent Beck and several other engineers in the late 1990s, based on the lessons they learned while implementing projects
XP (eXtreme Programming)
Three components of Scrum process
Sprint
Three Meetings
Three Deliverables
refers to the repetitive development period in units of 1 to 4 weeks by calendar
sprint
daily scrum, sprint plan, sprint review
three meetings
product backlog, spring backlog, burndown chart
three deliverables
a breakdown of work to be done, and the product manager manly determines the priority on behalf of the customer
product backlog
a list of works to be developed during a sprint
sprint backlog
shows the remaining work in the sprint backlog
burndown chart
is a visual language that lets you model processes, software, and systems
UML
consists of the elements that work together in a diagram
notation
are pictorial representations of a process, the system, or some part of it
diagrams
something that exists in the context of a system
object
an instance of a class
object
a class is a _____ into which objects can be organized.
category
a class is also a ______ from which objects can be created
template
properties of a class
attributes
functionality of a class
operations
superclass, subclasses, objects
inheritance
the child class is based on the parent class. This relationship indicates that two classes are similar but have some differences
generalization
means that two classes are connected in some way.
association
indicates a relationship between a whole and it’s parts
aggregation
is a strong form of aggregation. In this kind of relationship, each part may belong to only one whole
composition
shows the number of objects that can participate in a relationship
multiplicity
describes a system’s processes
process view
represent the process view
activity diagram
models the system’s execution environment
physical view
used to model the physical view
deployment diagrams
describes the system’s modules, or components, including packages, sub-systems, and class libraries.
development view
uml diagrams that show the development view
component diagrams
package diagrams
shows the system’s functionality
use case view
represents the use case view
use case diagrams
shows the structural characteristics of the system
static models
shows the behavioral characteristics of the system
dynamic models
show the elements required for deployment of the system
implementation models
UML diagrams that represent static models include :
class diagrams, object diagrams, and use case diagrams
describe the interactions between various actors and the system
use case
a flowchart to represent the flow from one activity to another ctivity
activity diagram
the starting stage before an activity takes place
initial states
the state which the system reaches when a specific process ends
final states
it is a diamond shape box which represents a decision with alternate paths.
decision box
used to split a single incoming flow into multiple concurrent flows. it is represented as a straight, slightly thicker line in an activity diagram.
fork node
joins multiple concurrent flows back into a single outgoing flow
join node
a fork and join node used together
synchronization