Unit 2 lesson 1 Flashcards
(6 cards)
Algorithm
A step-by-step procedure or set of rules designed to solve a specific problem or perform a particular task.
Analysis
Analysis involves examining and understanding the problem thoroughly to identify its requirements, constraints, and objectives.
Design
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.
Implementation
Implementation is writing code or programming to execute the designed solution using a specific programming language or tool.
Maintenance
Maintenance refers to the ongoing process of keeping a system, machine, or software in good working condition.
Testing
Testing is evaluating the solution by running the program with different inputs to ensure it produces the expected outputs and behaves correctly.