SWE 3313: Intro to Software Engineering
Final Exam Study Guide Questions & 100%
Correct Answers- Latest Test | Graded A+ |
Passed
Important nontechnical concerns in large software development are:
✓ -:- estimation and planning
What must we understand before jumping into implementing the solution?
✓ -:- Problem description and the requirements
what is the main areas that need to be coordinates in large software projects?
✓ -:- Process, product, and people
List four factors that should be considered in deciding how many post-release people will
be needed.
✓ -:- 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.
1|Page | Grade A+| 2024/2025
, 2024 /2025 | © copyright | This work may not be copied for profit gain | Excel!
From the definition of software engineering, list three areas that software engineering
must touch on.
✓ -:- Software engineering must touch on project coordination and management,
particular methods and/or strategies, and technical and business procedures.
Provide examples of project plan activities.
✓ -:- Some of these activities are: establishing and/or clarifying the project
requirements, estimating the amount of time, people, and resources required to
carry out the project, determining the outcome(s) of the project, and identifying any
project risks, if any.
What is test-driven programming, and which Agile process advocates it?
✓ -:- Test-driven programming is this process in which test cases are written before
the actual code. The cases have to be run all the time, so that customers can write
functional acceptance test to confirm when the features are finished. Test-driven
programming is one of the 12 key practices of XP methodology, which is an Agile
process.
Explain AOP.
2|Page | Grade A+| 2024/2025