Welcome to CSE 121: Introduction to Computer Programming I πŸŽ‰

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 century; 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 first course in computer programming focused on the basics of procedural programming in Java. It assumes students have not taken a previous programming course and do not have substantial other programming experience. (Students with previous experience are encouraged to consider CSE 122.)

Prior Experience and Expectations

This course is intended for students who have no or very little previous programming experience. CSE 121 will teach the fundamentals of programming in Java from the very beginning. If you have previous programming experience in any text-based programming language (Java, Python, Javascript, etc.), you may find that CSE 122 or another course is a better fit for you.

To help assess if CSE 121 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.

Feedback

Feedback is always welcome! You can contact the the course staff or submit anonymous feedback.

If you want to learn more about the course and its policies, please check out our course syllabus.

Registration

Do not email the course staff or instructors requesting an add code for this course– the course staff do not have add codes. Please contact the CSE advising team at ugrad-adviser@cs.washington.edu for registration assistance.

Announcements

This Week (at a glance)

Tuesday (03/07)

Wednesday (03/08)

  • πŸ“š Pre-Class Material 18: Array patterns. Do PCM before class.
  • πŸ‘₯ Class Session @ 11:30 in KNE 210 and 2:30 in GUG 220.
  • πŸ” Resubmission (due following Tuesday) form for next week released.

Thursday (03/09)

  • πŸ§‘β€πŸ« Quiz Section 18: Final exam review; Wrap-up

Friday (03/10)

  • No PCM for class today!
  • πŸ‘₯ Class Session @ 11:30 in KNE 210 and 2:30 in GUG 220.
  • πŸ’» P3 It's Data Time! due @ 11:59 pm.

Calendar

Info

This is a rough sketch of the quarter and things are subject to change. We can accurately predict the past, but predicting the future is hard!

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; Hello, World
Tue 01/03 No section today!
Wed 01/04
LES 00 Welcome; Course Policies

Note: Normally you would complete the Pre-class Work before class. There is nothing you need to complete before class today!

in-class: pdf pptx
resources:
Thu 01/05
SEC 00 Introductions
resources: materials
Fri 01/06
LES 01 Printing; Turtle basics
pre-class: materials
in-class: materials pdf pptx
resources:
Extra resources
Released
C0
Hello World/Turtle Drawing
I.S. by 11:59 pm
Module 1 - Types, Expressions, Variables
Tue 01/10
SEC 01 Printing; Turtles
resources: materials
Wed 01/11
LES 02 Datatypes; Expressions
pre-class: materials
in-class: materials pdf pptx
resources:
Thu 01/12
SEC 02 Types; Expressions
resources: materials
Released
P0
Code Reviews
I.S. by 11:59 pm
Fri 01/13
LES 03 Variables; Strings; Debugging
pre-class: materials
in-class: materials pdf pptx
resources:
Module 2 - for loops
Tue 01/17
SEC 03 Variables; Strings
resources: materials
Wed 01/18
LES 04 for loops
pre-class: materials
in-class: materials pdf pptx
resources:
Released
C1
Drawing Shapes
I.S. by 11:59 pm
Thu 01/19
SEC 04 for loops
resources: materials
Released
R0
Resub 0
Due 11:59 pm
Fri 01/20
LES 05 Nested for loops; Random
pre-class: materials
in-class: materials pdf pptx
resources:
Module 3 - Methods
Tue 01/24
QUIZ 00 Quiz 0 - Printing, Expressions, for loops, Random
Wed 01/25
LES 06 Methods
pre-class: materials
in-class: materials pdf pptx
resources:
Released
P1
Election Simulator
I.S. by 11:59 pm
Thu 01/26
SEC 06 Nested for loops and Random
resources: materials
Released
R1
Resub 1
Due 11:59 pm
Fri 01/27
LES 07 Parameters
pre-class: materials
in-class: materials pdf pptx
resources:
Module 4 - Conditionals
Tue 01/31
SEC 07 Methods; Parameters
resources: materials
Wed 02/01
LES 08 Return values
pre-class: materials
in-class: materials pdf pptx
resources:
Released
C2
Parameterized Shapes
I.S. by 11:59 pm
Thu 02/02
SEC 08 Return values
resources: materials
Released
R2
Resub 2
Due 11:59 pm
Fri 02/03
LES 09 Conditionals
pre-class: materials
in-class: materials pdf pptx
resources:
Module 5 - Interaction
Tue 02/07
QUIZ 01 Quiz 1 - Methods, conditionals
Wed 02/08
LES 10 while loops
pre-class: materials
in-class: materials pdf pptx
resources:
Thu 02/09
SEC 10 Conditionals
resources: materials
Released
R3
Resub 3
Due 11:59 pm
Fri 02/10
LES 11 User input (Scanner)
pre-class: materials
in-class: materials pdf pptx
resources:
Released
P2
Prioritizing Patients
I.S. by 11:59 pm
Module 6 - Mid-quarter reflection
Tue 02/14
SEC 11 while loops; User input (Scanner)
resources: materials
Wed 02/15
LES 12 Putting it all together

Note: No Pre-class Material for today!

Thu 02/16
SEC 12 While Loops/User Input Review
resources: materials
Released
R4
Resub 4
Due 11:59 pm
Fri 02/17
LES 13 Mid-term Feedback

Note: No Pre-class Material for today!

in-class: pdf pptx
resources:
Module 7 - File input/output
Tue 02/21
SEC 13 Quiz Review/Prep
Wed 02/22
LES 14 File input/output
pre-class: materials
in-class: materials pdf pptx
resources:
Released
C3
Drawing from Files
I.S. by 11:59 pm
Thu 02/23
SEC 14 File input/output

Note: Quiz 2's 48-hour window opens up on Ed at 12:01 AM

resources: materials
Released
R5
Resub 5
Due 11:59 pm
Fri 02/24
LES 15 File input/output (cont.)

Note: Quiz 2's 48-hour window closes on Ed at 11:59 PM

pre-class: materials
in-class: materials pdf pptx
resources:
Module 8 - Arrays
Tue 02/28
SEC 15 File input/output pt. 2
Wed 03/01
LES 16 Arrays
pre-class: materials
in-class: materials pdf pptx
resources:
Released
P3
It's Data Time!
I.S. by 11:59 pm
Thu 03/02
SEC 16 Arrays
resources: materials
Released
R6
Resub 6
Due 11:59 pm
Fri 03/03
LES 17 Reference semantics
pre-class: materials
in-class: materials pdf pptx
resources:
Module 9 - Review and Next Steps
Tue 03/07
SEC 17 Reference semantics
resources: materials
Wed 03/08
LES 18 Array patterns
pre-class: materials
in-class: materials pdf pptx
resources:
Released
R7
Resub 7
Due 11:59 pm
Thu 03/09
SEC 18 Final exam review; Wrap-up
Fri 03/10
LES 19 Wrap-up; Victory lap

Note: No Pre-class Material for today!

in-class: pdf pptx
resources:
Module 10 - Finals Week
Tue 03/14
EXAM Final Exam (12:30-2:20pm)
Wed 03/15
Thu 03/16
Fri 03/17