Skip to content

Latest commit

 

History

History

142

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

UW Stars CSE 142 Curriculum

Course Description: Support class for STARS students enrolled in CSE142 to ensure success. This will include reinforcing concepts through lecture, practice quizzes and problem sets. Students will also be expected to attend a 30-minute check-in meeting each week to evaluate their progress and determine additional supports needed.

Planned improvements for future offerings of this course.

Course Documents

Topics: All material from weeks 1 – 5, except for Graphics

Topics: All material from weeks 1 – 11, except for Graphics

Topics: Installing Java and jGRASP, success in CSE142, executable programs, precedence, escape sequences, expressions, basic style, static methods and program flow.

Topics: Data types, variables, assignment statements, for loops, constants

Topics: Parameters, graphics, return, Math class

Topics: Intercative programs (using Scanner), if/else, String, char

Topics: while loops, fencepost/sentinel loops, pseudo-random numbers, assertions

Topics: type boolean, more while loops, file input

Topics: line-based processing, arrays

Topics: arrays, output files, objects and classes, instance variables

Topics: toString, constructors, encapsulation, functional programming

Topics: critters, ArrayList, inheritance

Topics: advanced arrays, final review