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...")
 
 
(One intermediate revision by the same user not shown)
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?==


# Today we will review our [[usability]] homework.
# Today we will review our homework
# We will review basic data types
# We will review basic data types
# We will then start learning about [[abstract data structures]]
# We will then start learning about [[abstract data structures]]
# We learn two new terms: mutable an immutable
# We will review mutable an immutable
# We will take a deeper look at [[arrays]] ([http://php.net/manual/en/ref.array.php this reference will be helpful]).
# We will review arrays
## You must demonstrate you know how to access, insert, delete, find, sort an array in PHP
# We will learn about [[linked list]]
# We will build an array using a loop in PHP.




Line 21: Line 20:
==[[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.





Latest revision as of 08:27, 6 December 2016

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

  1. Today we will review our homework
  2. We will review basic data types
  3. We will then start learning about abstract data structures
  4. We will review mutable an immutable
  5. We will review arrays
  6. We will learn about linked list


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]