Software Analysis
Software Design
Software construction
Deployment
100

What is sosftware analysis?


Is the process of examining and understanding software requirements.

100

What is software design?

The process of planning and structuring software before coding begins

100

What is software construction?

Translating design into working software through coding

100

What is the main purpose of software deployment?

Transfer software to production for user access












300

What do software requirements describe or define?

What a system should do and how it should behave to meet business or user needs.

300

What is the main focus of architectural design?

It provides a big-picture view of the system

300

What is unit testing?

Testing individual components of a software application

300

Which of the following is NOT a goal of deployment?

A) Deliver functional software 

B) Configure production environment 

C) Design new features

500

What is the best practice in software design?

Keeping it simple and clear

500

What are the key activities en software contruction?

Coding

Debugging

Testing

Code reviews

500

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