419,262 views
4 votes
4 votes
Dan's team has to develop billing software for a supermarket. During which step will they write the program for the software?

Which step will involve finding errors in the software?

User Phil H
by
2.8k points

1 Answer

24 votes
24 votes

Answer:

coding phase

testing/debugging phase

Step-by-step explanation:

During the coding phase they will write the actual code which creates the functionality/program which is added to the software. This phase comes after the dev team designs the algorithm and creates a flow chart of the algorithm. This flow chart is what is used to create the code itself. After the code is complete then the dev team will go into the testing/debugging phase where they will test the program with different test cases. If any bugs/errors are found they will return to the code and implement changes to fix these errors.

User Michael Tobisch
by
2.5k points