What is sosftware analysis?
Is the process of examining and understanding software requirements.
What is software design?
The process of planning and structuring software before coding begins
What is software construction?
Translating design into working software through coding
What is the main purpose of software deployment?
Transfer software to production for user access
What do software requirements describe or define?
What a system should do and how it should behave to meet business or user needs.
What is the main focus of architectural design?
It provides a big-picture view of the system
What is unit testing?
Testing individual components of a software application
Which of the following is NOT a goal of deployment?
A) Deliver functional software
B) Configure production environment
C) Design new features
What is the best practice in software design?
Keeping it simple and clear
What are the key activities en software contruction?
Coding
Debugging
Testing
Code reviews
What is the purpose of configuring the production environment during deployment?
A) To store backups
B) To test internal code
C) To prepare servers and databases for live use