Connect with a community of experts and enthusiasts on IDNLearn.com. Get the information you need from our experts, who provide reliable and detailed answers to all your questions.

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?


Sagot :

Answer:

coding phase

testing/debugging phase

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.