SWE 3313: Intro to Software Engineering Final Exam
Study Guide Questions and Correct Answers | Latest Update
Planning Phase Ans: makes modifications easier to fix in a project
Organizing Phase Ans: hiring the right people and placing them in the
right roles
Monitoring Phase Ans: project progress tracking process
Adjusting Phase Ans: changing areas of the project that need to be
© 2026 Assignment
changed
Describe a way to simplify a complex problem. Ans: we divide the
Guru01 - Stuvia
problem into smaller segments by following the certain type of activities:
Expert
The problem would have to be broken down into small, doable sections.
Then, the next thing to do would be to determine whether the software
system solution should be made and broken down along the lines of the
small sections. This would be decomposition.
how do we find the number of communication paths in a group of people
of n number Ans: the sum(n-1)
Important nontechnical concerns in large software development are:
Ans: estimation and planning
What must we understand before jumping into implementing the
solution? Ans: Problem description and the requirements
what is the main areas that need to be coordinates in large software
projects? Ans: Process, product, and people
The keys to attacking large and complex problems is to consider some
form of simplification through the following types of activities: Ans:
Decomposition Modularization Separation Incremental iterations
SDLC Ans: Software Development Life Cycle
, 2 for specific request mail
UML Ans: Unified Modeling Language
What are statements that constrain the ways in which the software can be
designed and implemented? Ans: Design constraints are affirmations
that limit the methods in which the software can be made and used.
List three of the typical kinds of non-functional requirements. Ans:
Some typical kinds of non-functional requirements are: performance,
modifiability, and usability.
Define the depth versus the breadth issue in software complexity. Ans:
© 2026 Assignment
The depth issue deals with the connections and associations among
items. Those connections may be through the sharing of data, or through
the transfer of control, or both. Breadth issue, however, addresses things
Guru01 - Stuvia
Expert
like: interfaces with other systems, major functions, features within each
functional area, types of data and/or data structures, and simultaneous
users.
What is software integration? Ans: It is a procedure in which separately
tested units are combined together into a coordinated system.
List four factors that should be considered in deciding how many post-
release people will be needed. Ans: Some of those factors are: the
number of anticipated users and customers, the size of user training, the
size of support personnel training, and the number of development
people committed to supporting the system.
Which questions will contribute to the formulation of the project plan?
Ans: These questions are the ones that contribute to the formulation of a
project plan: who are the users of the project?
what is the condition of the software project?
who all is funding the project?
what does the project need to look like?