Procedural thinking

From Computer Science Wiki
Revision as of 16:01, 14 September 2016 by Mr. MacKenty (talk | contribs)
Procedural thinking[1]


Procedural thinking is a disciplined method of thinking in sequence, in order and logically. Procedural thinking can be reflected in a flow chart. Some examples below to help you better understand procedural thinking:

  1. Following a recipe requires procedural thinking because you must follow the steps in order
  2. Putting together Ikea furniture requires procedural thinking because you usually follow the steps in order
  3. Procedural thinking is used when performing CPR to save someone's life - you follow a series of steps to help that person
  • This includes identifying the steps and putting them in the correct order. Such as recipes, block-arrow-block-arrow
  • Constructing procedures that can then be referred to by their identifier.


Standards[edit]

  • Identify the procedure appropriate to solving a problem.
  • Evaluate whether the order in which activities are undertaken will result in the required outcome.
  • Explain the role of sub-procedures in solving a problem.

References[edit]