System Development Life Cycle Basics
System Development Life Cycle Basics
1. What is the main purpose of the System Development Life Cycle (SDLC)?
(a) To define the hardware structure of systems
(b) To provide a structured framework for system development
(c) To enhance marketing strategies
(d) To monitor employee performance
Answer: (b)
2. Which phase in SDLC focuses on identifying whether a solution is viable and achievable?
(a) Preliminary Investigation
(b) System Designing
(c) Post-Implementation Review
(d) System Maintenance
Answer: (a)
Requirements Analysis
5. Which tool is commonly used in requirements analysis for representing data flow?
(a) Flowcharts
(b) Decision Trees
(c) Data Flow Diagrams (DFDs)
(d) Entity-Relationship Diagrams (ERDs)
Answer: (c)
System Design
7. The design phase of SDLC emphasizes:
(a) Testing the system thoroughly
(b) Documenting coding standards
(c) Structuring system architecture and interfaces
(d) Training personnel
Answer: (c)
System Development
System Testing
13. Which type of testing ensures that changes have not introduced new faults?
(a) Unit Testing
(b) Integration Testing
(c) Regression Testing
(d) Final Acceptance Testing
Answer: (c)
System Implementation
16. Which changeover strategy involves operating both old and new systems together?
(a) Direct Implementation
(b) Parallel Changeover
(c) Phased Changeover
(d) Pilot Changeover
Answer: (b)
Maintenance
Miscellaneous
Advanced Concepts
Real-Life Applications