+447737184217 support@onlinenursingwriter.com
Nursing Assignments

CIS 339 Final Exam A software engineering process (SEP), also known as a software development process, defines the ______ of developing software.

CIS 339 Final Exam A software engineering process (SEP), also known as a software development process, defines the ______ of developing software.


Question 1.1. (TCO 1) A software engineering process (SEP), also known as a software development process, defines the ______ of developing software. (Points : 6)
who, what, when and how
why, what and when
why, what and how
None of the above
Please Buy to see the answer

Question 2.2. (TCO 1) The four phases of the Systems Development Life Cycle are _____. (Points : 6)
analysis, gathering, modeling, and diagramming
construction, installation, testing, and converting
designing, charting, formatting, and structuring
planning, analysis, design, and implementation
system request, feasibility, planning, and staffing

Please Buy to see the answer

Question 3.3. (TCO 2) In a use case description, the Alternate Flow section contains _____. (Points : 6)
logic that is rarely executed
alternative paths that capture errors, branches, and interrupts to the main flow
logic from a separate use case
the starting logic in the use case

Please Buy to see the answer

Question 4.4. (TCO 2) An activity diagram is made of _____. (Points : 6)
use case nodes, object nodes, flows, and control nodes
action nodes, actor nodes, flows, and control nodes
action nodes, object nodes, flows, and class nodes
action nodes, object nodes, control flows, and control nodes
Please Buy to see the answer
Page 2

Question 1.1. (TCO 3) Behavior is another name for _____. (Points : 6)
attribute
class
abstract class
operation
object
Please Buy to see the answer

Question 2.2. (TCO 3) Which of the following is NOT part of a CRC card? (Points : 6)
Class name
Collaborators
Responsibilities
Developers name

Please Buy to see the answer

Question 3.3. (TCO 4, 5, 8) A System Analyst depicts the Class diagram view of an information system with _____. (Points : 6)
use case models
structural models
behavioral models
interaction diagrams
Please Buy to see the answer

Question 4.4. (TCO 4, 5, 8) The behavioral UML diagrams that are used to describe the internal dynamic behavior (behavioral modeling) of information systems are _____. (Points : 6)
use case diagram, class diagram, and sequence diagram
use case diagram, sequence diagram, and communication diagram
sequence diagram, communication diagram, and state machine diagram
sequence diagram, communication diagram, and method contract
Please Buy to see the answer

Question 5.5. (TCO 4, 5, 8) The time ordering of messages is represented by the _____. (Points : 6)
communication diagram
object diagram
use case diagram
sequence diagram
Please Buy to see the answer

Question 6.6. (TCO 4, 5, 8) Interaction diagrams focus on _____ level. (Points : 6)
use case and sequence
object
communication
class

Please Buy to see the answer

Question 7.7. (TCO 4, 5, 8) Analysts use _____ to show the objects that participate in a use case and the messages that pass between the objects over time for one particular use case. (Points : 6)
structural models
sequence diagrams
communication diagrams
class diagrams

Please Buy to see the answer
Page 3

Question 1.1. (TCO 6) After a set of candidate packages has been identified, you should then attempt to minimize the public members of the packages and the dependencies between the packages by: (Points : 6)
moving classes between packages
renaming packages
removing packages.
adding more packages

Please Buy to see the answer

Question 2.2. (TCO 6) A Layer represents an _______ of the software architecture of the evolving system. (Points : 6)
object
element
attribute
instance

Please Buy to see the answer

Question 3.3. (TCO 6) Preliminary or architectural design is the activity that begins the transition from the analysis, or business domain, to the _______ domain. (Points : 6)
problem
interface
solution
conversion
Please Buy to see the anwer

Question 4.4. (TCO 6) Of all the commonly used OO languages, only ____ and ___ currently support templates. (Points : 6)
C++; Java
C#; Java
Visual Basic, Java
None of these
Please Buy to see the answer

Question 5.5. (TCO 6) There are multiple references that recommend the layers a system should have, but not every system needs all the layers that are identified. However, which of the following are the three layers that will almost always be present in any application? (Points : 6)
presentation, GUI, data
application, GUI, data
data, application, GUI
presentation, application, data

Please Buy to see the answer

Question 6.6. (TCO 7) Which of the following in NOT why the construction phase is important: (Points : 6)
a large psoftware art of the development
the central activity in software development
the individual programmer’s productivity can improve enormously
Construction’s product, the user training, is often the only accurate description of the software project.

Please Buy to see the answer

Question 7.7. (TCO 7) The construction of the deployment diagram is a two-step process. In the design workflow, the main focus is on: (Points : 6)
node or node instances and connections
assigning artifact instances to node instances (instance form),
artifacts to nodes (descriptor form)
software to hardware
Please Buy to see the answer

Question 8.8. (TCO 7) Which of the following is NOT a way data and information hiding and encapsulation improves construction and maintenance? (Points : 6)
Data type changes isolate the change to a single class, and the entire program is not affected.
Adding additional details is isolated to a single class.
Programming to an interface makes the code more logical.
Coupling is increased
Please Buy to see the answer

Question 9.9. (TCO 7) Good program construction is driven by good __________ (Points : 6)
project management techniques
requirements analysis and design
acceptable development environments
properly training project team members

Please Buy to see the answer

10 Essay Questions
1. (TCO 1) Briefly summarize the purpose of the analysis phase in SDLC. Explain why it exists and what it contributes to the completion of the system. (Points : 11)
Please Buy to see the answer
2. (TCO 1) What are the three axioms of UP? (Points : 11)
Please Buy to see the answer
3. (TCO 4) Describe sequence diagrams. Include in your discussion how to read them. What does a curved message call line do? (Points : 11)
Please Buy to see the answer
4. (TCO 2) What is a use case? Why create them? How can you determine the use cases for a new system? (Points : 11)
Please Buy to see the answer

5. (TCO 3) What do the words responsibilities and collaborations
mean in the CRC card? How do responsibilities and collaborations relate to a class diagram? (Points : 11)

Please Buy to see the answer

6. (TCO 3) Define a structural model. Why should a systems analyst create one? What is class cohesion? Give an example of class cohesion. In your example, discuss attributes and operations. (Points : 11)
Please Buy to see the answer
7. (TCO 5) How does a communication diagram differ from a sequence diagram? Why would an analyst choose to draw a communication diagram? If object Z sends a message to object T, where does the method being executed reside? (Points : 11)

Please Buy to see the answer
8. (TCO 6) Describe the generalization/specialization class relationship and how this relationship relates to the concept of inheritance. (Points : 11)
Please Buy to see the answer
9. (TCO 7) Explain what is the goal of the Implementation phase of the SDLC. (Points : 11)
Please Buy to see the answer
10. (TCO 8) Some objects are suitable for a state machine diagraming while others are not. Give an explanation and example of an object that would be a poor candidate to diagram in an object state diagram. Justify your answers. (Points : 11)
Please Buy to see the answer

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

CIS 339 Final Exam A software engineering process (SEP), also known as a software development process, defines the ______ of developing software. was first posted on July 15, 2019 at 1:55 pm.
©2019 "Essay Associates". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at admin@essayassociates.com