IB Comp Sci SL - December 6 2016 Lesson Notes: Difference between revisions

From Computer Science Wiki
 
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.





Latest revision as of 09: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]