2.1.3 (Thinking procedurally) Flashcards

1
Q

What is thinking procedurally?

A
  • Decomposing a problem into a series of sub tasks
  • Identifying the order of steps needed to solve it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a procedure (Sub-program, subroutine)

A
  • A repeatable set of code that performs a specific task
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the goals of thinking procedurally?

A
  • Break the problem down into steps
  • Turn them into procedures
  • Puts them in order
How well did you know this?
1
Not at all
2
3
4
5
Perfectly