Difference between revisions of "Slides"

From WLCS
(Topic 5: Abstract data structures)
(7 intermediate revisions by the same user not shown)
Line 44: Line 44:
 
* 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 53: 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 70: Line 71:
  
 
== Current Case Study ==
 
== Current Case Study ==
* [[Media:IBCS_CaseStudy2016.pdf]]
+
* [[Media:IBCS_CaseStudy2018.pdf]]
* [https://docs.google.com/a/apsva.us/presentation/d/1E1bd42iYp-a4bpSjefDw69vIh7JgV5Y2eCPHzXzA1Mw/edit?usp=sharing Period 4 Case Study Slides]
+
* Case Study Slides
* [https://docs.google.com/a/apsva.us/presentation/d/1Q8NDuirjP32mhI94kmaBth5mXmyL2XCPhRQP3NW4mHg/edit?usp=sharing Period 6 Case Study Slides]
+
** [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 - 1516 - Case Study]]
 
* [[IBCS2 - 1415 - 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