IB Comp Sci SL - December 6 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 21: Line 21:
==[[file:homework.png]] What is our homework? ==
==[[file:homework.png]] What is our homework? ==


# Please review pages 50 and 51 in your [[IB Computer Science textbook]]. Please don't bother reading about files on page 51.
# Please review our disucssion about [[linked list]].  
# Please also carefully read page 55 and 56 about dynamic vs static data structures. The table comparing dynamic vs static data structures on page 56 is very good.





Revision as of 09:26, 6 December 2016

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

  1. Today we will review our usability homework.
  2. We will review basic data types
  3. We will then start learning about abstract data structures
  4. We learn two new terms: mutable an immutable
  5. We will take a deeper look at arrays (this reference will be helpful).
    1. You must demonstrate you know how to access, insert, delete, find, sort an array in PHP
  6. We will build an array using a loop in PHP.


Homework.png What is our homework?[edit]

  1. Please review our disucssion about linked list.


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

  1. You will be formatively assessed in class 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]