Difference between revisions of "Slides"

From WLCS
(Topic 5: Abstract data structures)
(Topic 5: Abstract data structures)
Line 40: Line 40:
 
* 5.1.1 - 5.1.3 - [https://docs.google.com/presentation/d/1lTbHjY4I8bw4vWaXyoe-t5jDDTTCqa6ZcYR3BTyRNZc/edit?usp=sharing Recusion]
 
* 5.1.1 - 5.1.3 - [https://docs.google.com/presentation/d/1lTbHjY4I8bw4vWaXyoe-t5jDDTTCqa6ZcYR3BTyRNZc/edit?usp=sharing Recusion]
 
* 5.1.4 - 5.1.5 - Two-dimensional arrays
 
* 5.1.4 - 5.1.5 - Two-dimensional arrays
** [[Media:JavaArrays_Basic.ppt]]
+
** [https://docs.google.com/presentation/d/1Ayzvd1q-6RwZKplUtLHDCCLyO5XIR5kyeKUi8-htErY/edit?usp=sharing Java Arrays]
 
* 5.1.6 - 5.1.7 - [https://drive.google.com/open?id=1MQGdYjEFwKBwT9WJcb7ITlPRcgCOC2Py-Lk31QGEzb0 Stacks]
 
* 5.1.6 - 5.1.7 - [https://drive.google.com/open?id=1MQGdYjEFwKBwT9WJcb7ITlPRcgCOC2Py-Lk31QGEzb0 Stacks]
 
* 5.1.8 - 5.1.9 - [https://drive.google.com/open?id=1Wckb8R3om4RGi9O8HWu0yYdkaFek5y0_GI1ak0H89yU Queues]
 
* 5.1.8 - 5.1.9 - [https://drive.google.com/open?id=1Wckb8R3om4RGi9O8HWu0yYdkaFek5y0_GI1ak0H89yU Queues]

Revision as of 10:35, 22 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