MAT 1540: Computer Science II
Resources
Lecture Notes
- Lesson 0: What is computer science?
- Lesson 1: Variables and Data Types
- Lesson 2: Input / Output
- Lesson 3: Conditionals and Loops
- Lesson 4: Arrays
- Lesson 5: Methods and Strings
- Lesson 6: Methods / Modular Design
- Exam 1 Review Questions
- Lesson 7: Project 1 / Intro to classes
- Lesson 8: Designing classes
- Lesson 9: Designing classes 2
- Lesson 10: Designing classes 3
- Lesson 11: Mutability / Immutability / Debugging
- Lesson 12: Debugging / Exceptions
- Lesson 13: Polymorphism
- Lesson 14: Polymorphism II
- Lesson 15: Polymorphism III