Difference between revisions of "Slides"

From WLCS
(Current Case Study)
(Topic 5: Abstract data structures)
(15 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
* [[Media:IBCS_SyllabusContent.pdf]]
 
* [[Media:IBCS_SyllabusContent.pdf]]
  
== Wiki Textbook ==
+
== Additional Resources ==
* [http://en.wikibooks.org/wiki/IB/Group_4/Computer_Science IB Computer Science WikiBook]
+
* [http://ib.compscihub.net/topics IB CS @ DGS] (Lot of PDFs, but not all are complete)
** Incomplete, but has some decent additional reading
+
* [http://en.wikibooks.org/wiki/IB/Group_4/Computer_Science IB Computer Science WikiBook] (Incomplete, but has some decent additional reading)
  
 
== Topic 1: System fundamentals ==
 
== Topic 1: System fundamentals ==
Line 39: Line 39:
 
* 5.1.1 - 5.1.3 - Recusion - [[Media:Recursion_Java.ppt]]
 
* 5.1.1 - 5.1.3 - Recusion - [[Media:Recursion_Java.ppt]]
 
* 5.1.4 - 5.1.5 - Two-dimensional arrays
 
* 5.1.4 - 5.1.5 - Two-dimensional arrays
 +
** [[Media:JavaArrays_Basic.ppt]]
 
* 5.1.6 - 5.1.7 - Stacks - [[Media:Stacks.ppt]]
 
* 5.1.6 - 5.1.7 - Stacks - [[Media:Stacks.ppt]]
 
* 5.1.8 - 5.1.9 - Queues - [[Media:Queues.ppt]]
 
* 5.1.8 - 5.1.9 - Queues - [[Media:Queues.ppt]]
 
* 5.1.10 - Static stack and queue arrays
 
* 5.1.10 - Static stack and queue arrays
 
* 5.1.11 - 5.1.13 - Linked lists - [http://en.wikipedia.org/wiki/Linked_list#Basic_concepts_and_nomenclature Linked Lists]
 
* 5.1.11 - 5.1.13 - Linked lists - [http://en.wikipedia.org/wiki/Linked_list#Basic_concepts_and_nomenclature Linked Lists]
 +
** [[Media:LinkedList.java]]
 
* 5.1.14 - 5.1.17 - Binary trees - [[Media:BinaryTrees.ppt]]
 
* 5.1.14 - 5.1.17 - Binary trees - [[Media:BinaryTrees.ppt]]
 
* 5.1.18 - 5.1.20 - Dynamic vs. static data structures
 
* 5.1.18 - 5.1.20 - Dynamic vs. static data structures
Line 52: Line 54:
 
* 7.1 - Control - [[Media:ControlSystems.pptx]]
 
* 7.1 - Control - [[Media:ControlSystems.pptx]]
  
== Option C: Web science ==
+
== Option C: Web science (old - do not do these) ==
 
* C.1 - Creating the web - [[Media:WebScience_Part1.pptx]]
 
* C.1 - Creating the web - [[Media:WebScience_Part1.pptx]]
 
* C.2 - Searching the web - [[Media:WebScience_Part2_Search.pptx]]
 
* C.2 - Searching the web - [[Media:WebScience_Part2_Search.pptx]]
Line 61: Line 63:
  
 
== Option D: Object-oriented Programming ==
 
== Option D: Object-oriented Programming ==
 +
* [[Media:IntroObjects.ppt]]
 
* [[Media:OOP.pptx]]
 
* [[Media:OOP.pptx]]
 
* [[Media:UML_Diagrams.pptx]]
 
* [[Media:UML_Diagrams.pptx]]
Line 68: Line 71:
  
 
== Current Case Study ==
 
== Current Case Study ==
* [[Media:IBCS_CaseStudy2015.pdf]]
+
* [[Media:IBCS_CaseStudy2018.pdf]]
* [https://docs.google.com/a/apsva.us/presentation/d/1jOtn7NX0vN7yJV_Gd4iO0mVk3UQfn5WXowP1Ci-E0RI/edit?usp=sharing Period 1 Case Study Terms]
+
* Case Study Slides
* [https://docs.google.com/a/apsva.us/presentation/d/1ikrNje3vM9Sqa2CCPkHeEuvc2JhtZn7Za8YVsgXr-XA/edit?usp=sharing Period 6 Case Study Terms]
+
** [https://docs.google.com/presentation/d/1HcMyPBe96tGg-QLoKf0mFEuBSSK9fpzeOrXfF-aFXcQ/edit?usp=sharing Period 3 Case Study Terms]
 +
** [https://docs.google.com/presentation/d/1VGlOr6lEvheZHe_mh9KXlMYGQNpO9CfLujjM-W9xbaI/edit?usp=sharing Period 6 Case Study Terms]
 
* If you see anything wrong with the above Case Study Terms, then please notify Mr. Bui
 
* If you see anything wrong with the above Case Study Terms, then please notify Mr. Bui
  
 
== Archived Case Studies ==
 
== Archived Case Studies ==
 +
* [[IBCS2 - 1617 - Case Study]]
 +
* [[IBCS2 - 1516 - Case Study]]
 +
* [[IBCS2 - 1415 - Case Study]]
 
* [[IBCS2 - 1314 - Case Study]]
 
* [[IBCS2 - 1314 - Case Study]]

Revision as of 13:46, 26 April 2018

Syllabus Content Guide

Additional Resources

Topic 1: System fundamentals

Topic 2: Computer organization

Topic 3: Networks

Topic 4: Computational thinking, problem-solving, & programming

Topic 5: Abstract data structures

Topic 6: Resource management

Topic 7: Control

Option C: Web science (old - do not do these)

Option D: Object-oriented Programming

Current Case Study

Archived Case Studies