Answer:
C. Design, Creation, Testing, and Debugging .
Explanation:
Programming process consists of 4 steps that are as following:-
1. Design:-First on getting the problem you should define the problem and plan the solution for it.
2. Creation:-Creation is the where you actually code the problem.
3. Testing:-It is the part where you test the program.
4. Debugging:-It is the part where you fix the problems that came up in testing.