Designing solutions through programming - February 14 Lesson Notes: Difference between revisions

From Computer Science Wiki
 
Line 28: Line 28:


# Study like a rock star
# Study like a rock star
# watch this video: https://www.youtube.com/watch?v=NvrpuBAMddw
# review this [[Media:Databases 1.pdf | presentation prior to our next class]]
# review this [[Media:Databases 2.pdf | presentation prior to our next class]]





Latest revision as of 12:00, 14 February 2017

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]