SOLUTIONS RATED A+
✔✔Which personality type is motivated by the presence and actions of the co-workers?
a) self-oriented
b) reward-oriented
c) task-oriented
d) interaction-oriented - ✔✔d (interaction-oriented)
✔✔Non-functional requirements are only created by the customer/user
a) True
b) False - ✔✔b (False)
✔✔Which of the following is NOT a nonfunctional requirement?
a) ease of use
b) robustness
c) correctness
d) portability - ✔✔c (correctness)
✔✔Which of the following is not a generic activity common to all requirements
engineering processes?
a) elicitation
b) analysis
c) validation
d) prototyping - ✔✔d (prototyping)
✔✔Which is true about using a natural language for representing?
a) the semantics of a natural language can cause confusion
b) functional and non-functional requirements are always clearly separated.
c) multiple requirements are never grouped together
d) they are the easiest to understand. - ✔✔a (the semantics of a natural language can
cause confusion)
✔✔What is not included in the validation of requirements?
a) checking for validity
b) checking for ease of coding
c) checking for completeness
d) checking for verifiability - ✔✔b (checking for ease of coding)
✔✔What should not be included in a use case scenario?
a) preconditions
b) normal flow of events
c) high level design
d) abnormal flow of events - ✔✔c (high level design)
, ✔✔UML stands for
a) Unified markup language
b) universal markup language
c) universal modeling language
d) unified modeling language - ✔✔d (unified modeling language)
✔✔Which modeling perspective is when you model the context or environment of the
system?
a) external perspective
b) interaction perspective
c) structural perspective
d) behavioral perspective - ✔✔a (external perspective)
✔✔Which UML diagram shows how objects respond to internal and external events?
a) activity diagrams
b) state diagrams
c) use case diagrams
d) class diagrams - ✔✔b (state diagrams)
✔✔Which UML diagram shows the interactions between a system and its environment?
a) activity diagrams
b) state diagrams
c) use case diagrams
d) class diagrams - ✔✔c (use case diagrams)
✔✔Which UML diagram shows the interactions between actors and the system and
between system components?
a) activity diagrams
b) state diagrams
c) use case diagrams
d) sequence diagrams - ✔✔d (sequence diagrams)
✔✔__________ models are models of the dynamic behavior of the system as it is
executing.
a) structural
b) behavioral
c) interaction
d) process - ✔✔b (behavioral)
✔✔Which of the following can be considered a module?
a) a class
b) a package
c) a function