Jeremi'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

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" A first set of programming examples and exercises designed to establish a framework for learning to program. ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo

Lab5 "An Interpreter Featuring Loop Forever and Selection" A first set of programming examples and exercises designed to establish a framework for learning to program. Interpreter 1 code + Input Dialog Box demo | Interpreter2 code + Help demo | Interpreter3 code + Error demo + Random demo

Lab6 "Functions and Commands" A first set of programming examples and exercises designed to establish a framework for learning to program. Surface Area of Cube code + Surface Area of Cube demo | Balloons code + Balloons demo | Alternative Balloons code + Alternative Ballons demo

Lab7 "String Thing" A first set of programming examples and exercises designed to establish a framework for learning to program. String Thing code + String Thing demo |

Lab8 "Array Play" A first set of programming examples and exercises designed to establish a framework for learning to program. Streets code + Streets demo | Reverse copy code + Reverse Copy demo + original txt demo

Lab9 "Functions and Commands" A first set of programming examples and exercises designed to establish a framework for learning to program. Surface Area of Cube code + Surface Area of Cube demo | Balloons code + Balloons demo | Alternative Balloons code + Alternative Ballons demo

Lab9b "List Processing with Stream" A first set of programming examples and exercises designed to establish a framework for learning to program. ArrayList Processing code+ Array List processing Demo + stream ArrayList Code + Stream ArrayList demo |

Lab10 "Establishing and Usining Classes" A first set of programming examples and exercises designed to establish a framework for learning to program. Die code| Roller Code| Roller demo |

Lab11 "Modelling Objects with Classes" A first set of programming examples and exercises designed to establish a framework for learning to program. Person code+ Person Spefication code+ Person demo 1 code+ Person demo 1 demo | Person demo 2 Code+ Person demo 2 demo |

Lab12 "Grapheme to ColorSynesthesia" A first set of programming examples and exercises designed to establish a framework for learning to program. Grapheme To Color Synesthesia+ Grapheme To Color Synesthesia demo 1 code

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

Programming Assignment 3: Shapes World Problem Solving" Using Shape functionality in NPW WorkArea code + WorkArea demo | White Area code + White Area demo | YellowSpace code + YellowSpace demo | The Shipping Container code + The Shipping Container demo

Programming Assignment 5: Shapes World Problem Solving" Using Shape functionality in NPW WordList (arraylist) code + Wordlist(arraylist) demo | NumberList code + NumberList demo | WordList(array) code + WordList demo | NumbeSet Text + WordSet text

Programming Assignment 6:Chromesthesia" Using Shape functionality in NPW Chromesthesia 2 code + Chromesthesia 2 demo | Chromesthesia 1code + Chromesthesia 1 demo | Pitch 2 code | Pitch 1 code

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