103k views
3 votes
convarsaConsider the following actions which might be performed by a developer when creating a new piece of software to solve a problem. 1. Thoroughly testing code with a variety of inputs 2. Designing an algorithm to tackle the central problem the program hopes to solve 3. Considering what outputs a program solving the problem might produce and what inputs it may require to do this 4. Writing code in a high-level programming language to implement an algorithm In which order in the development cycle would these actions first appear

1 Answer

3 votes

Answer:

The correct order of these action is:

1. Designing an algorithm to tackle the central problem the program hopes to solve

2. Considering what outputs a program solving the problem might produce and what inputs it may require to do this

3. Writing code in a high-level programming language to implement an algorithm

4. Thoroughly testing code with a variety of inputs

User Theopile
by
5.0k points