Q33.Marks: +2.0UGC NET Paper 2: Computer Sc 23rd August 2024 Shift 1
Which of the following are typical activities in the software process lifecycle ?
(A) Requirement Analysis
(B) System Design
(C) Code Refactoring
(D) Deployment
(E) Substructure
Choose the correct answer from the options given below :
1.(A), (B), (C) Only
2.(B), (C), (D) Only
3.(A), (B), (D) Only✓ Correct
4.(A), (D), (E) Only
Solution
The correct answer is (A), (B), (D) Only
EXPLANATION:
(A) Requirement Analysis -
This is a typical activity in the software process lifecycle. It involves gathering and analyzing the requirements from the stakeholders to understand what the software should achieve.
(B) System Design -
This is also a typical activity in the software process lifecycle. It involves creating the architecture of the system, including the high-level design and the detailed design of the software components.
(C) Code Refactoring -
While code refactoring is an important part of maintaining and improving the software, it is not considered a primary activity in the initial stages of the software process lifecycle. It typically occurs during the maintenance phase.
(D) Deployment -
This is a typical activity in the software process lifecycle. It involves releasing the software to the users or clients and making it operational in its intended environment.
(E) Substructure -
This is not a recognized activity in the software process lifecycle. It does not correspond to any standard phase or task in the lifecycle.