Designing solutions through programming - February 14 Lesson Notes

From Computer Science Wiki
Revision as of 12:00, 14 February 2017 by Mr. MacKenty (talk | contribs) (→‎file:homework.png What is our homework?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Class plan.png What are we going to learn today?[edit]

  1. Watch this video and ensure your PHPStorm connection settings are correct. Pay attention to detail. https://youtu.be/mm1pnvjgxgU
  1. we will review our exam revision for Thursday, which can be found by clicking this link.
<?php
echo "Sessions: <pre>";
print_r($_SESSION);
echo "</pre>";
?>



Homework.png What is our homework?[edit]

  1. Study like a rock star
  2. watch this video: https://www.youtube.com/watch?v=NvrpuBAMddw
  3. review this presentation prior to our next class
  4. review this presentation prior to our next class


Target.png How am I being assessed today?[edit]

  1. You will get a formative mark for your work today.

Ourstandards.png Standards we are covering today[edit]

Computer1.png As a computer scientist, you have:[edit]

  • Confidence in dealing with complexity
  • Persistence in working with difficult problems
  • Tolerance for ambiguity
  • The ability to deal with open-ended problems
  • The ability to communicate and work with others to achieve a common goal or solution

Credit.png Credits[edit]