May 13th 2016 Lesson Notes: Difference between revisions

From Computer Science Wiki
(Created page with " __NOTOC__ <table cellspacing="10" style="width:100%;"> <tr> <td style="width:50%; margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1...")
 
Line 5: Line 5:
==[[File:class_plan.png]] What are we going to learn today?==
==[[File:class_plan.png]] What are we going to learn today?==


# You are going to write a summative assessment in [[pseudocode]].
# You are going to plan and implement a move function in chess


==[[file:homework.png]] What is your homework and when is it due ?==
==[[file:homework.png]] What is your homework and when is it due ?==

Revision as of 07:59, 12 May 2016

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

  1. You are going to plan and implement a move function in chess

Homework.png What is your homework and when is it due ?[edit]

  1. It depends. If you do not finish this assessment, you must finish by the start of class on Friday.

Planfortoday.png What is the actual plan?[edit]

  1. We will watch a video on sorting
  2. We will write a summative assessment.


Target.png Is this graded?[edit]

  1. your work will count towards a summative grade in some AtL's.

Ourstandards.png Standards we are covering today[edit]


  • Analyse an algorithm presented as pseudocode. Level: 3
  • Construct pseudocode to represent an algorithm. Level: 3


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

These are the characteristics every computer scientist works towards.

  • 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]