Will'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). RedX code + RedX demo | PumpItUp code + PumpItUp demo | Dots code + Dots demo | TwoFigureMinuetThing code + TwoFigureMinuetThing demo | LandscapeAndMotionListenercode + LandscapeAndMotionListenerdemo | HillyJourney code + HillyJourney 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 ExpressionThings code + ExpressionThings demo| ShapesThings code + ShapeThings demo |

Lab5 Interpreters Interpreter1 code| + Interpreter1 demo| Interpreter2 code + Interpreter2 demo| Interpreter3 code + Interpreter3 demo |

Lab6 "Functions and Commands" SurfaceAreaOfCube code + SurfaceAreaOfCube demo | Balloons code+ Balloons demo | AlternateBalloons code + AlternateBalloons demo |

Lab7 "String Thing" StringOps code + StringOps demo | StringThing code + StringThing demo

Lab8 "Array Play" Streets code + Streets demo | ReverseCopy code + Lyrics before reverse demo ReverseCopy demo

Lab9A "Simple List Processing" Streets code + Streets demo | ReverseCopy code + Lyrics before reverse demo ReverseCopy demo

Lab10 "Establishing and Using Classes" Roller code + Roller demo | Die code

Lab11 "Modeling Objects with Classes" Person code + PersonDemo1 Demo+ PersonDemo2 Demo | PersonSpecification code

Lab12 "Grapheme To Color Synesthesia" GraphemeToColorSynesthesia code + GraphemeToColorSynesthesia demo

Lab13 "Chromesthesia" Chromesthesia code + Chromesthesia demo

Assignment 3: Shapes World Problem Solving WorkArea + WorkArea demo| WhiteArea + WhiteArea demo| GreySpace + GreySpace demo| ShippingContainer + ShippingContainer demo|

Assignment 4 TextRectangle + TextRectangle demo| AbstractGradient + AbstractGradient demo| ColorfulAbstractGradient + ColorfulAbstractGradient demo| HirstDots + Hirstdots demo| Simple Dots + SimpleDots demo| Invention1 + Invention1 demo| Invention2 + Invention2 demo| Stella + Stella demo|

Programming Assignment 5: Three List Interpreters" NumberList code + NumberList demo | WordList code + WordList demo | WordList(arraylist) code + WordList(arraylist) demo |

Programming Assignment 6: The inflatable household" BalloonPerson code + BalloonFamily code | BalloonPersonTester code + BalloonFamilyTester code | BalloonPerson demo + BalloonFamily 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