C-05-Q047mediumsingle_mcq
What is the correct order of steps for writing a program?
What is the correct order of steps for writing a program?
- aCode → Algorithm → Test → Release
- bExplain problem → Make algorithm and flowchart → Write code → Test and debug → Release
- cRelease → Test → Code → Algorithm
- dAlgorithm → Release → Code → Test