Difference between revisions of "IB Computer Science 2"

From WLCS
Line 8: Line 8:
 
* Introduction to Boolean Algebra & Logic Gates
 
* Introduction to Boolean Algebra & Logic Gates
 
** [[Media:BooleanLogic.ppt]]
 
** [[Media:BooleanLogic.ppt]]
 
 
** [[Media:LogicGates.gif]]
 
** [[Media:LogicGates.gif]]
 
** [[Media:LogicGatesWithTruthTables.gif]]
 
** [[Media:LogicGatesWithTruthTables.gif]]
 
** [[Media:LogicGates.ppt]]
 
** [[Media:LogicGates.ppt]]
 +
** [[Media:NandGateUsage.gif]] (you don't have to remember this one, but it's interesting"
 +
* '''Logic Gate Quiz - Friday (2/5/16)'''
 +
* [[Boolean expression word problems]]
  
* Extremely simple logic gates & practice
 
* The '''real''' logic gate symbols
 
** [[Media:LogicGatesWithTruthTables.gif]] ([http://verticalhorizons.in/quick-snapshot-of-logic-gates-in-digital-electronics/ Source])
 
** [[Media:LogicGates.gif]] ([http://news.softpedia.com/newsImage/How-Logic-Gates-Work-3.gif/ Source])
 
** [[Media:NandGateUsage.gif]] ([http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/nand.html Source])
 
* [[Boolean expression word problems]]
 
* '''Logic Gate Quiz - Friday (2/5/16)'''
 
  
 
== Thursday - Friday (1/21/16 - 1/29/16) ==
 
== Thursday - Friday (1/21/16 - 1/29/16) ==

Revision as of 12:14, 3 February 2016

Tuesday (2/2/16)


Thursday - Friday (1/21/16 - 1/29/16)

  • Snowzilla!

Tuesday (1/19/16)

Agenda:

Thursday (1/14/16)

Agenda:

Tuesday (1/12/16)

Agenda:

Friday (1/8/16)

  • Group 4 Project Day

Monday - Wednesday (1/4/16 - 1/6/16)

Monday - Thursday (12/21/15 - 12/31/15)

  • Winter Break

Thursday (12/17/15)

Agenda:

Tuesday (12/15/15)

Agenda:

Wednesday - Friday (12/9/15 - 12/11/15)

Agenda:

  • Binary Tree Quiz
  • Missing Demos
    • Dynamic Queue
    • Linked List
  • Media:Recursion_Java.ppt
  • Binary Tree Code walk-through
  • Internal Assessment

Thursday - Monday (12/3/15 - 12/7/15)

Agenda:

  • LinkedList demos!
  • Introduction to Binary Trees
  • Binary Tree Quiz on Wednesday (12/9/15)

Tuesday (12/1/15)

Agenda:

  • Dual enrollment application and testing
  • Complete LinkedList assignment posted on Google Classroom

Friday - Tuesday (11/20/15 - 11/24/15)

Agenda:

  • Demo DynamicQueue
  • Introduction to Linked Lists (walk-through)
    • Data Structure Visualizations
    • What does a Linked List look like?
    • Linked List attributes
      • first
      • last
      • size
    • Linked List methods
      • adding data (beginning, middle, end)
      • deleting data (beginning, middle, end)
      • getting data
      • modifying data
      • searching for data
      • clearing all data
    • Complete LinkedList assignment posted on Google Classroom

Wednesday (11/18/15)

Agenda:

  • Finish DynamicStack walk-through
  • Testing DynamicStack
  • Dynamically-sized Queues - complete by the end of today
    1. On paper, draw the before-and-after pictures