Louis'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.

Labs

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" Establishing an understanding of some arithmetic expressions, as well as the ability to understand and visualize shapes without painting them. ShapesThing code + ShapesThing Text Demo + ShapesThing Image Demo | ExpressionsThing code + ExpressionsThing demo

Lab5 "An Interpreter Featuring Loop Forever and Selection" Setting up interpreter programs. Interpreter1 code + Interpreter2 code + Interpreter3 code | Green Colored Dot Result + Input Menu + Help Menu + Error Menu |

Lab6 "Functions and Commands" Setting up programs with functions and commands. Surface Area of a Cube code + Surface Area of a Cube Output | Balloons code + Balloons Result | AlternateBalloons Code + AlternateBalloons Output |

Lab7 "String Thing" Manipulating strings to get a desired result. String Operations' Code + String Operations' Demo | String Thing's code + String Thing's Demo |

Lab8 "Array Play" Manipulating strings to get a desired result. Primes Code + Primes Demo | Streets code + Streets Demo | ReverseCopy code + ReverseCopy Text Before + ReverseCopy Text After |

Lab9a "Simple List Processing" Looking at ArrayList processing and comparing it to basic array processing. Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + Reverse Copy Before + Reverse Copy After

Lab9b "Simple List Processing" ArrayListProcessing code + ArrayListProcessing Demo | StreamArrayListProcessing code + StreamArrayListProcessing Demo |

Lab10 "Establishing and using classes" Die code | Roller code + Roller Demo

Lab11 "modeling objects with classes" Person Code + PersonSpecification Code | PersonDemo1 code + PersonDemo1 Demo | PersonDemo2 Code + PersonDemo2 Demo

Lab12 "Grapheme to Color Synesthesia" GraphemeToColorSynesthesia Code + GraphemetoColorSynesthesia Demo

Assignments

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 2: Making the website you are currently viewing! I hope you enjoy! I poured my heart into each of these projects in an effort to make them work

Programming Assignment 3: "Shapes World Problem Solving" Programs that will produce a basic understanding of mentally analyzing the Shapes World without necessarily using an image! Messy Desk code + Messy Desk result | The Standard Die code + The Standard Die output | Yellow Space code + Yellow Space demo + Yellow Space image | Shipping Container code + Shipping Container demo |

Programming Assignment 4: "Nonrepresentational Artistic Expressions" These programs, with one exception, will make use of both the painter functionality and the shapes functionality of the world. TextRectangles code + TextRectangles demo | CircleOfSquares code + CircleOfSquares demo | HirstSquares code + HirstSquares demo | HirstDots code + HirstDots demo | SimpleDots code + SimpleDots BLUE + SimpleDots RED + SimpleDots GREEN + SimpleDots BLACK | Invention1 code + Invention1 demo | Invention2 code + Invention2 demo | Stella code + Stella demo |

Programming Assignment 5: "Three List Interpreters" Three separate Java programs for this assignment, all pertaining to the storage and manipulation of lists. The first two will feature arrays. the last one will feature an ArrayList object. NumberList code + NumberList Demo | WordList code + WordList Demo | WordList2 code + WordList2 Demo |

Programming Assignment 6: Lab 13:"Chromesthesia" Color,,,,, and SOWND. Chromesthesia 0 Code + NumberList Demo + Chromesthesia 0 Demo | Chromesthesia 1 Code + NumberList Demo + Chromesthesia 1 Demo | Chromesthesia 2 Code + NumberList Demo + Chromesthesia 2 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