Feedback
Feedback is always welcome! You can contact the the course staff or submit anonymous feedback.
Welcome to CSE 122: Introduction to Computer Programming II 🎉
What is this class? What will I learn?
Computing continues to play an ever-increasing role in today’s society. Having an understanding of computing is an essential skill for those in the 21st centry; from working in industries more reliant on technology, using computational methods to further scientific understanding, or being an informed citizen in a world with technology all around us.
This course is a second-level course in computer programming focused on the use of data structures and object oriented programming. It assumes students already have experience with some computer language and understand fundamental computing concepts such as control structures (loops and conditionals), variables, and arrays (see “Prior Experience and Expectations” for more details).
In this course, students will learn:
- Solving complex problems by decomposing them into smaller programming tasks, and assess the design trade-offs of particular solutions to these problems.
- The use of data structures such as lists, dictionaries, and sets to efficiently solve computational problems.
- Fundamental concepts in designing objected oriented programs to ensure abstraction between the interface of something and its implementation.
Prior Experience and Expectations
Prerequisite Material
This course is intended for students who already have some programming experience. Students entering CSE 122 should already be familiar with programming constructs for problem decomposition (methods or functions), control structures (loops and conditionals), variables and data types (such as integer data), and arrays or lists.
To better assess if CSE 122 is the right class for you, the Allen School has developed a Self-Guided Placement to help students assess which intro course is the right one for them to enroll in. Please see this website for more information on who to contact if you have questions about which introductory CSE course is the right course for you.
Programming Language
CSE 122 is taught in the Java programming language, but previous experience in Java is not expected to be successful in this course. Students who are familiar with another programming language will be provided with resources and tutorial to get up-to-speed with Java. If you would like to get started with practicing Java, please see our Java Tutorial.
If you want to learn more about the course and its policies, please check out our course syllabus.
Announcements¶
This Week (at a glance)¶
Tuesday (03/28)
- 🧑🏫 Quiz Section 1: Java Practice; Functional Decomposition Practice
Wednesday (03/29)
- 👥 Class Session @ 2:30pm in KNE 120
- 📚 Pre-Class Material 2: ArrayLists. Do PCM before class.
Thursday (03/30)
- 🧑🏫 Quiz Section 2: ArrayLists Practice
Friday (03/31)
- 👥 Class Session @ 2:30pm in KNE 120
- 📚 Pre-Class Material 3: ArrayLists cont.. Do PCM before class.
Calendar¶
Info
This is a rough sketch of the quarter, exact timing and topics are subject to change.
Lessons
Anything listed in the “Lesson” materials for a day should be read before attending class that day. The Lessons are a first introduction to the most important terms and concepts for that day of class. It is okay if the Lesson doesn’t make complete sense as we have the rest of the class day to clarify the concepts, but if you don’t do the Lesson the class session won’t make any sense.
Topic | Programming / Creative Projects | Resubmissions | ||
---|---|---|---|---|
Module 0 - Welcome, Functional Decomposition, Design | ||||
Tue 03/28 | No section today! | |||
Wed 03/29 | LES 00 Welcome; Syllabus Details Note: Normally you would complete the Pre-class Work before class. There is nothing you need to complete before class today! | |||
Thu 03/30 | SEC 00 Welcome resource: handout | |||
Fri 03/31 | LES 01 Java Review/Introduction; Functional Decomposition | |||
Released P0 I.S. by 11:59 pm Warm Up | ||||
Module 1 - ArrayList | ||||
Mon 04/03 | Java Review Session Note: 2:30-3:30pm in GUG 220 | |||
Tue 04/04 | SEC 01 Java Practice; Functional Decomposition Practice resource: handout | |||
Wed 04/05 | LES 02 ArrayLists | |||
Thu 04/06 | SEC 02 ArrayLists Practice resource: handout | |||
Fri 04/07 | LES 03 ArrayLists cont. | |||
Released C0 I.S. by 11:59 pm TODO List | ||||
Module 2 - Stacks & Queues | ||||
Tue 04/11 | QUIZ 00 Functional Decomposition, ArrayList | |||
Wed 04/12 | LES 04 Stacks & Queues | |||
Thu 04/13 | SEC 04 Stacks and Queues Practice resource: handout | |||
Fri 04/14 | LES 05 Stacks & Queues Application | |||
Released P1 I.S. by 11:59 pm Music Playlist | Released R0 Due 11:59 pm Resub 0 | |||
Module 3 - 2D Arrays | ||||
Tue 04/18 | SEC 05 Data Structures, Reference Semantics Practice resource: handout | |||
Wed 04/19 | LES 06 2D Arrays | |||
Released R1 Due 11:59 pm Resub 1 | ||||
Thu 04/20 | SEC 06 2D Arrays Practice resource: handout | |||
Fri 04/21 | LES 07 Sets; for-each loop | |||
Released C1 I.S. by 11:59 pm Image Manipulation | ||||
Module 4 - Sets & Maps | ||||
Tue 04/25 | SEC 07 Sets Practice resource: handout | |||
Wed 04/26 | LES 08 Maps | |||
Released R2 Due 11:59 pm Resub 2 | ||||
Thu 04/27 | SEC 08 Sets, Maps Practice resource: handout | |||
Fri 04/28 | LES 09 Maps; Nested Collections | |||
Released P2 I.S. by 11:59 pm Absurdle | ||||
Module 5 - Introduction to Objects | ||||
Tue 05/02 | QUIZ 01 Reference Semantics, Stacks and Queues, 2D Arrays, Sets | |||
Wed 05/03 | LES 10 Introduction to Objects | |||
Released R3 Due 11:59 pm Resub 3 | ||||
Thu 05/04 | SEC 10 Nested Collections Practice resource: handout | |||
Fri 05/05 | LES 11 Encapsulation and Instance Methods | |||
Module 6 - Encapsulation and Object Orient Programming (OOP) | ||||
Tue 05/09 | SEC 11 Objects Practice 1 resource: handout | |||
Wed 05/10 | LES 12 Object Oriented Programming (OOP) | |||
Released R4 Due 11:59 pm Resub 4 | ||||
Thu 05/11 | SEC 12 Objects Practice 2 | |||
Fri 05/12 | LES 13 Optional: Fancy Datastructure Tour! Note: No Pre-class Material for today | |||
Released C2 I.S. by 11:59 pm Twitter Trends | ||||
Module 7 - Interfaces | ||||
Tue 05/16 | SEC 13 TA's Choice! | |||
Wed 05/17 | LES 14 Interfaces | |||
Released R5 Due 11:59 pm Resub 5 | ||||
Thu 05/18 | SEC 14 Interfaces Practice | |||
Fri 05/19 | LES 15 Tying it All Together: Java Collections | |||
Released P3 I.S. by 11:59 pm Program Linting | ||||
Module 8 - Tying it All Together | ||||
Tue 05/23 | QUIZ 02 Quiz 02 - Maps, Nested Collections, Objects, Interfaces | |||
Wed 05/24 | LES 16 JUnit | |||
Released R6 Due 11:59 pm Resub 6 | ||||
Thu 05/25 | SEC 15 Review: Stacks & Queues | |||
Fri 05/26 | LES 17 Third Party Libraries Note: No Pre-class Material for today | |||
Released C3 I.S. by 11:59 pm Culminating Assignment | ||||
Module 9 - Review and Next Steps | ||||
Tue 05/30 | SEC 16 Review: Collections Programming | |||
Wed 05/31 | LES 18 Review: Putting it all together | |||
Released R7 Due 11:59 pm Resub 7 | ||||
Thu 06/01 | SEC 17 Review: Objects | |||
Fri 06/02 | LES 19 Victory Lap & Next Steps Note: No Pre-class Material for today | |||
Module 10 - Finals Week | ||||
Tue 06/06 | Final Exam - Tue, Jun 6 from 2:30 – 4:20 PM in KNE 120 | |||