Unit 2 lesson 1 Flashcards

(6 cards)

1
Q

Algorithm

A

A step-by-step procedure or set of rules designed to solve a specific problem or perform a particular task.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Analysis

A

Analysis involves examining and understanding the problem thoroughly to identify its requirements, constraints, and objectives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Design

A

The design phase is planning and creating a solution to the problem based on the analysis; it often involves the creation of algorithms and data structures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Implementation

A

Implementation is writing code or programming to execute the designed solution using a specific programming language or tool.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Maintenance

A

Maintenance refers to the ongoing process of keeping a system, machine, or software in good working condition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Testing

A

Testing is evaluating the solution by running the program with different inputs to ensure it produces the expected outputs and behaves correctly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly