Welcome to ICS 211, Introduction to Computer Science II

Lecture:

Mondays and Wednesdays 12:00 pm - 1:15 pm Online

I’ll be lecturing via Discord from 12:00 pm to 1:15 pm.

Lab:

Section 1: Wednesdays and Fridays 3:00 pm - 4:15 pm Online

Section 2: Tuesdays and Thursdays 1:30 pm - 2:45 pm Online

Carleton (Cam) Moore

Office Hours: Mondays, Wednesdays 10:00 - 11:00, Tuesdays, Thursdays 9:30 - 10:30 Online

cmoore@hawaii.edu

TA: Josh Walters

Office Hours: Mondays, Wednesdays, Fridays 3:00 - 4:00 pm Online

The University of Hawaii, Manoa Course Catalog describes ICS 211 as “Algorithms and their complexity, introduction to software engineering, data structures, searching and sorting algorithms, numerical errors.” This course explores Object Oriented Programming (OOP) and software engineering techniques using Java.

The primary focus of this course is problem solving using Abstract Data Structures in programs.

Prerequisites: ICS 111 or instructor’s consent.

Goals

The primary goal of ICS 211: Introduction to Computer Science II is to teach you how to solve problems using standard data structures, including lists, stacks, queues, hash tables, and binary trees.

A second goal is to advance your Java programming skills. We will be writing a wide variety of Java code this semester.

Remember, nothing about ICS 211 makes any sense, except in the light of learning more tools for solving problems with computers

The Course Syllabus has more information about the course.

Pedagogy

ICS 211 is structured as a sequential series of modules, each taking approximately one to two weeks to complete. Each module has the following structure:

Next step

Head on over to the Introduction module to get an introduction to ICS 211.