Course Schedule
Computer Science 100, Spring 2020
Module One: Introduction to Computer Science
Reading Assignments
- Java Software Solutions, Lewis and Loftus, Chapter 1: Introduction
- Java Software Solutions, Lewis and Loftus, Chapter 2: Data and Expressions
- Java Software Solutions, Lewis and Loftus, Chapter 3: Using Objects
Discussion and Review Slides
Module Two: Exploring Classes and Objects
Reading Assignments
- Java Software Solutions, Lewis and Loftus, Chapter 4: Writing Classes
- Java Software Solutions, Lewis and Loftus, Chapter 5: Using Conditionals
Discussion and Review Slides
Module Three: Advanced Iteration and Arrays
Reading Assignments
- Java Software Solutions, Lewis and Loftus, Chapter 6: More Conditionals and Loops
- Java Software Solutions, Lewis and Loftus, Chapter 8: Arrays