Difference between revisions of "Slides"

From WLCS
(Current Case Study)
(Topic 5: Abstract data structures)
(One intermediate revision 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]]

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