CMSC 132, Summer 2018

Object-Oriented Programming II

Announcements

Class announcements will be posted via Piazza; please check the course Piazza page daily. You may sign up for the class on Piazza here.

Staff

Name Office E-mail Office Hours
Anwar Mamat AVW 3259 anwar@cs.umd.edu

M 1:30pm-3:00pm

W 1:30pm-2:30pm

Clifford Bakalian TA room Tu 11:00am - 1:00pm
Th 11:00am - 1:00pm
F 11:00am - 3:00pm
Daniel Cummings TA room Tu 12:00pm - 2:30pm
W 11:00am - 2:00pm
Th 12:00 - 2:30pm
Kameron Sheppard TA room M 11:00pm - 1:00pm
Th 11:00am - 1:00pm
Saewon Kwak TA room

M 11:00am - 1:00pm
Tu 11:00am - 2:00pm
Th 11:00am - 2:00pm

Please think twice before you e-mail the course staff: Most queries should go to Piazza, as their answers will be relevant to more than just the e-mailer. If your query really is just about you, include CMSC132 in the subject of your email.

Information

Course Description

Object-Oriented Programming II is a second programming course for Computer Science majors with a focus on object-oriented programming. The goal of the course is to develop skills such as program design and testing as well as the implementation of programs. The course introduces basic data structures, like linked lists, stacks, queues, trees, sets, and graphs, and implementation of those abstract data types using Java. This course also covers topics like recursion, concurrency, and network programming.

Textbooks

Recommended: Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne [ Amazon · Pearson ] [textbook website]

Required: We will be using personal response devices, Clickers. Purchase one of the following clickers at the book store
QT2 978-0-9972248-3-2
QT 978-1-934931-75-2
NXT 978-1-934931-77-6
RF LCD 978-1-934931-78-3

Lecture Times & Locations

Lecture: M/W/F 9:30am-10:50am, CSI 1115

Discussions: Tu/Th 9:30am-10:50am CSI 1115

Acknowledgements