Ethan's CS1 Work Site

This site represents work that I have done in support of my efforts to learn to program in the CS1 course at SUNY Oswego during the Fall 2019 semester. The materials will be temporally organized for the most part. Links to external sites that pertain to computer programming, problem solving, Java, Web development, and related matters will be placed after the personally created artifacts.

Course Work

Lab1 "Hello World! Hello You!" A first set of programming examples and exercises designed to establish a framework for learning to program. HelloWorld code + HelloWorld demo | HelloYou code + HelloYou demo

Lab2 "Hello Painter! Hello Composer!" A first set of programming examples and exercises designed to establish a framework for learning to program. BlueDot code + BlueDot demo | Dorothy code + Dorothy demo | BasicsListener code + BasicsListener demo | Melody code + Melody demo | Target code + Target demo

Programming Assignment 1: Microworld Problem Solving" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). RedCross code + RedCross demo | KanizsaSquare code + KanizsaSquare demo | Dots code + Dots demo | ThreeFigureMinuetThing code + ThreeFigureMinuetThing demo | MinuetFigureListener code + MinuetFigureListener demo | AfterJSB code + AfterJSB demo

Lab3 "Establishing a CS1 Work Site" Setting up a Web site to house programs and demos and a few miscellaneous links.

Lab 4 "Simple Shapes and Expressions" ExpressionsThing Code + ExpressionsThing Demo | ShapesThing Code + ShapesThing Demo

Lab 5 "Interpreters" Interpreter1 Code + Dialog Box Menu | Interpreter2 Code + Help Message Menu | Interpreter3 Code + Error Message Menu Random Color With Menu

Lab 6 "Functions and Commands" Surface Area Of a Cube + The Surface Area Demo | Balloon Code + Balloon Image | Alternate Balloon Code + Alternate Balloon Image

Lab 7 "String Thing" String Ops Code + String Ops Demo | String Thing Code + String Thing Demo

Lab 8 "Array Play" ReverseCopy Code + Lyric Text + Reversed Lyric Text

Lab 9a "Simple List Processing" ReverseCopy Code + Normal Text + Reversed Text

Lab 10 "Establishing and Using Classes" Die Class Code | Roller Code + Roller Demo |

Lab 11 "Modeling Objects with Classes" Person Code + Person Specification + Person Demo 1 + Person Demo 2

Lab 12 "Grapheme to Color Synesthesia" Grapheme to Color Synesthesia Code + Colored Letters Demo

Lab 13 "Chromesthesia"

Various external sites relating to course content

Java Notes | Think Java: How to Think Like a Computer Scientist | Java Examples | Oracle's Java SE Tutorial | WWW Consortium