Into how many phases we can divide programming task?
Answers
A standard project typically has the following four major phases (each with its own agenda of tasks and issues): initiation, planning, implementation, and closure. Taken together, these phases represent the path a project takes from the beginning to its end and are generally referred to as the project “life cycle.”
HOPE IT HELPS..☺️. PLEASE THNX MY 15 ANSWERS, I ALWAYS HELP U.
Answer:
Phases in the Programming Task
Problem Solving Phase
Analysis and Specification
Understand (define) the problem and what the solution must do
Algorithm Development
Develop a comprehensive unambiguous logical sequence of steps to solve the problem
Verification of Algorithm
Follow steps closely (manually) to see if solution works
Implementation Phase
Program Development
Translate algorithm into a program written in a programming language
Program Testing
Test program for syntactical and logical errors. Fix the errors.
Maintenance Phase
Use
Use the program to solve real world problems
Maintain
Modify the program to meet changing requirements
hope I was useful... plz follow me and mark my answer as brainliest....