Videos for CS 115
Startup
Chapter 1
Chapter 2
Debugging
Chapter 3
Chapter 4
Chapter 5
Structured Programming
Chapter 6
Chapter 7
Chapter 8 Strings
- Strings Basics Powerpoint
- Strings Basics video
- Slice operator Powerpoint
- The slice operator video
- Split method Powerpoint
- Split method video
- Traversing a string Powerpoint
- Traversing a string video
- String Methods Powerpoint, includes
upper, lower, replace, find, index, count, in and whitespace
- String Methods video, includes upper, lower, replace
- String Methods video, whitespace
- String Methods video, includes find, index, count, in
- Creating a String Powerpoint
- Creating a String video
Chapter 9 Lists
Chapter 10 External Files
Lists versus Files Powerpoint
Exceptions
Chapter 12 Recursion