AJ'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 second 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.

Lab4 "Expressions and Shapes World Problem Solving" Programs using expressions and Shapes World problem solving Expressions Thing code + Expressions Thing demo | Shapes Thing code + Shapes Thing demo

Lab5 "An Interpreter Featuring Loop Forever and Selection" Programming examples featuring interpreters. Interpreter1 code + Interpreter2 code + Interpreter3 code | Blue Dot Output Demo + Input Dialog Box Demo + Error Message Box Demo + Help Message Box Demo

Lab6 "Functions and Commands" A first set of programming examples and exercises designed to establish a framework for learning to program. SurfaceAreaOfCube code + SurfaceAreaOfCube Demo | Balloons code + Balloons Demo | AlternateBalloons code + AlternateBalloons Demo |

Lab8 "Array Play" A set of programming examples and exercises using arrays Primes code + Primes Demo | Streets code + Streets Demo | ReverseCopy code + ReverseCopy Input File + ReverseCopy Output File |

Programming Assignment 3: Shapes World Problem Solving" Programs to solve presented problems in the Shapes World. WorkArea code + WorkArea Demo | WhiteArea code + WhiteArea Demo | YellowSpace code + YellowSpace Demo | ShippingContainer code + ShippingContainer Demo |

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