返回卡包市场

1.2.3 Methodologies

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 6内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (6 张)

#1
正面 (问题)

What are the stages of the Software Development Lifecycle (SDLC)

背面 (解答)

Feasibility: Is the problem solvable? Requirements: Working out what the solution needs to do Analysis and design: Working out how the solution needs to do it Implementation: Coding the solution. Testing: Checking it actually works. Deployment: Installing it in the environment. Evaluation: Checking in with the user – is the solution complete? Maintenance: Ensuring it continues to function properly by the way of improvements, patches and updates.

#2
正面 (问题)

What is the Waterfall lifecycle?

背面 (解答)

A linear progression through the stages of the SDLC. Each phase has a clear start and end point, making a clear link between each phase. In the updated rendition of the lifecycle, you are able to move back a phase as well as forward

#3
正面 (问题)

What is the Agile methodology?

背面 (解答)

Agile methodology refers to a group of methodologies created in the early 2000s These methodologies focus on the idea that requirements will shift and change during development, which is dealt with in an iterative fashion. These iterations are called sprints and they last around 1 - 4 weeks. It is a more refined form of older concepts used in Rapid Application Development (RAD)

#4
正面 (问题)

What is Extreme Programming?

背面 (解答)

Extreme Programming is regarded as more of a framework than it is a methodology It aims to produce high quality code while promoting the developer’s quality of life by adopting means of: - Simplicity - Communication - Feedback - Courage - Respect Extreme programming is regarded as an agile framework as it encourages regular, small, iterative software releases. Every team member represents an equal value.

#5
正面 (问题)

What is Spiral methodology?

背面 (解答)

A risk-driven development methodology. Any project has its own set of unique risks associated with it. The spiral model is more of a guide for development teams, allowing them to adopt elements of one or more other methodologies like waterfall or RAD. In reality , the spiral model is wholly dependent on the project and its unique risks. It is more of a process model generator: decisions are made upon the risks identified.

#6
正面 (问题)

What is Rapid Application Development (RAD)?

背面 (解答)

A methodology that involves producing successive prototypes of the software until a final version is produced and approved. Following the initial approval of a feasible program increasingly refined prototypes are made with reduced functionality. These are designed, coded, tested and evaluated with the end user. Your user might decide they are happy with the system or that they want further improvements, prompting the start of a new cycle (iteration).