# Quiz 2

* Which of the following is not a stage of the SDLC?
  * [ ] Design&#x20;
  * [x] Environment Setup&#x20;
  * [ ] Testing&#x20;
  * [ ] Requirement Analysis
* This term is best identified as "how well the software meets the requirements".
  * [ ] Maintenance&#x20;
  * [x] Software Quality&#x20;
  * [ ] Functionality Validation&#x20;
  * [ ] Deployment
* Enhancements, upgrades, and bug fixes are done during the \_\_\_\_\_\_\_\_\_\_\_ step in SDLC.
  * [ ] Problem Identification&#x20;
  * [ ] Design&#x20;
  * [ ] Development&#x20;
  * [x] Maintenance
* Without design phase, SDLC is complete&#x20;
  * [ ] True&#x20;
  * [x] False
* Actual programming of software code is done during the \_\_\_\_\_\_\_\_\_\_ step in the SDLC&#x20;
  * [ ] Maintenance&#x20;
  * [ ] Test&#x20;
  * [ ] Design&#x20;
  * [x] Development
* Which one of the following is not a stage of the SDLC?&#x20;
  * [ ] System Design&#x20;
  * [x] Problem Identification&#x20;
  * [ ] Software Testing&#x20;
  * [ ] System Analysis
* What does "SDLC" stand for?&#x20;
  * [ ] Systems Driven Life Cycle&#x20;
  * [ ] Software Downloadable Content&#x20;
  * [x] Software Development Life Cycle&#x20;
  * [ ] Software Development Learning Cycle
* Which stage of the SDLC model is where an architectural blueprint is created?&#x20;
  * [x] Design&#x20;
  * [ ] Business Analysis&#x20;
  * [ ] Requirements Analysis&#x20;
  * [ ] Development / Coding
* This type of design lists the functional aspects of various modules and the final result.&#x20;
  * [ ] No answer text provided.&#x20;
  * [x] High Level Design&#x20;
  * [ ] No answer text provided.&#x20;
  * [ ] Low Level Design&#x20;
* Actual programming of software code is done during the \_\_\_\_\_\_\_\_\_\_ step in the SDLC.&#x20;
  * [ ] Design&#x20;
  * [ ] Test&#x20;
  * [ ] Maintenance&#x20;
  * [x] Development&#x20;
* Which testing type looks to understand how a new service will react when introduced into a live environment, and also how the environment could be affected by that introduction.&#x20;
  * [ ] Functionality Testing&#x20;
  * [ ] User Experience Testing&#x20;
  * [ ] Load Testing&#x20;
  * [x] Compatibility Testing
