Modules Topics covered in this class

For any module not marked as “Coming Soon”, click on it to go to a page containing details.

Introduction to ICS 111

1. Introduction to ICS 111

Overview of ICS 111, and some simple initial tasks to get oriented and ready for the course.

Computer Fundamentals

2. Computer Fundamentals

Overview of computing and computer architecture.

8/22 - 8/25

Java Environment

3. Java Environment

Overview of the Java development environment.

8/23 - 8/28

Names and Things

4. Names and Things

Programming in the Small part 1, coding.

Control

5. Control

Programming in the Small part 2.

Subroutines

6. Subroutines

Programming in the Large I: Subroutines

Midterm

7. Midterm

Demonstrate your mastery of the material in this course up to this point.

10/12

Objects and Classes

8. Objects and Classes

Programming in the Large II: Objects and Classes.

10/14 - 10/27

Introduction to GUI programming

9. Introduction to GUI programming

Basics of Graphical User Interfaces (GUI)s.

Arrays and ArrayLists

10. Arrays and ArrayLists

Basics about Arrays and ArrayLists.

Recursion

11. Recursion

Simple recursion.