Guest User

Untitled

a guest
Jul 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Key steps in programming
  2.  
  3. Which of the following would you consider key steps when solving a problem with programming?
  4.  
  5. Getting all program output in correct format.
  6. Writing algorithms that solve the subproblems.
  7. Understanding the problem.
  8. Testing the solutions for the subproblems.
  9. Dividing the problem(s) into subproblems until you find problems that can be solved independent of the others.
  10. Implementing algorithms using a programming language.
  11. Trying to write some sort of solution all at once to get something working.
Add Comment
Please, Sign In to add comment