Software Development Life Cycle Review

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts, phases, and methodologies associated with the Software Development Life Cycle (SDLC), versioning, testing, documentation, and technology stacks.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

What are the phases of the Software Development Life Cycle (SDLC)?

Phases include Planning, Design, Development, Testing, Deployment, and Maintenance.

2
New cards

What is the main focus of the Planning phase in SDLC?

Users of the solution, overall purpose, data inputs/outputs, legal compliance, risk identification, resource allocation, and project scheduling.

3
New cards

What is a Software Requirements Specification (SRS)?

A document that specifies the requirements gathered for the software project.

4
New cards

What is the main result of the Design phase?

Development of the software architecture and design document.

5
New cards

What activities happen during the Development phase?

Coding based on the design document, assigning coding tasks, and utilizing programming tools and languages.

6
New cards

What types of testing are conducted during the Testing phase?

Manual testing, automated testing, unit testing, integration testing, system testing, and acceptance testing.

7
New cards

What occurs during the Deployment phase of SDLC?

The application is released into the production environment and may go through user acceptance testing (UAT) before the final release.

8
New cards

What is the purpose of the Maintenance phase?

To identify and fix bugs, address user interface issues, and manage code enhancements.

9
New cards

What is the primary goal of functional testing?

To ensure the application is usable and accessible by testing its functionality.

10
New cards

What does non-functional testing verify?

Attributes like performance, security, scalability, and availability of the application.

11
New cards

What is regression testing?

Testing to ensure that recent changes do not adversely affect existing functionality.

12
New cards

What differentiates the Waterfall method in Software Development?

It's a sequential method where each phase must be completed before the next phase begins.

13
New cards

What is the significance of the V-shape model in software development?

Phases of verification correspond to validation phases, emphasizing testing at every stage.

14
New cards

How does Agile methodology differ from traditional methods?

It focuses on collaborative development through iterative cycles instead of a strict linear approach.

15
New cards

What is Semantic Versioning in software?

Versioning that indicates major changes (first number), minor changes (second number), patches/bug fixes (third number), and build number/date (fourth number).

16
New cards

What is the purpose of technical documentation?

To help developers understand code behavior and document engineers’ thoughts during implementation.

17
New cards

What is an IDE and its relevance in software development?

Integrated Development Environments help create and manage code, supporting multiple languages and integrating management tools.

18
New cards

What is the difference between front-end and back-end technologies?

Front-end is what users interact with (client-side), while back-end handles logic, functionality, and data security (server-side).

19
New cards

What is the purpose of version control systems?

To track changes made to source code by different developers and resolve conflicts.

20
New cards

What does CI/CD stand for in software deployment?

Continuous Integration and Continuous Delivery/Deployment.

21
New cards

What is a software stack?

A combination of technologies, including languages and frameworks used to create applications.

22
New cards

Give an example of a widely used software stack.

MEAN stack, which consists of MongoDB, Express.js, Angular, and Node.js.