Difference between revisions of "Slides"

From WLCS
(Topic 5: Abstract data structures)
Line 40: Line 40:
 
* 5.1.4 - 5.1.5 - Two-dimensional arrays
 
* 5.1.4 - 5.1.5 - Two-dimensional arrays
 
** [[Media:JavaArrays_Basic.ppt]]
 
** [[Media:JavaArrays_Basic.ppt]]
* 5.1.6 - 5.1.7 - Stacks - [[Media:Stacks.ppt]]
+
* 5.1.6 - 5.1.7 - [https://drive.google.com/open?id=1MQGdYjEFwKBwT9WJcb7ITlPRcgCOC2Py-Lk31QGEzb0 Stacks]
* 5.1.8 - 5.1.9 - Queues - [[Media:Queues.ppt]]
+
* 5.1.8 - 5.1.9 - [https://drive.google.com/open?id=1Wckb8R3om4RGi9O8HWu0yYdkaFek5y0_GI1ak0H89yU Queues]
 
* 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]

Revision as of 10:26, 12 April 2019

Syllabus Content Guide

Additional Resources

Topic 1: System fundamentals

Topic 2: Computer organization

Topic 3: Networks

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

  • 4.1 - General principles (review this from the content guide)
  • 4.2 - Connecting computational thinking and program design
  • 4.3 - Introduction to programming (review this from the content guide)

Topic 5: Abstract data structures

Topic 6: Resource management

Topic 7: Control

Slides Archives (older ppt files)

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

Option D: Object-oriented Programming

Current Case Study

Archived Case Studies