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

Lab4 "Expressions and Shapes World Problem Solving" Programs to involve arithmetic expressions and shapes. ExpressionThing + ShapesThing +

Lab5 "An Interpreter Featuring Loop Forever and Selection" Program to create an interpreter Interpreter1 + Interpreter2 + Interpreter3 + DialogBox+ Red Dot+ Blue Dot + Help+ YellowDot+ GreenDot+ Random+ Error

Lab6 "Functions and Commands" Programs to involve arithmetic expressions and shapes. SurfaceAreaOfCube + Balloons + AlternateBalloons + Balloons demo + AlternateBalloons demo

Programming Assignment 3: Shapes World Problem Solving" Programs to create shapes world problem solving. WorkArea code + | WorkAreaDemo + | WhiteArea code + | WhiteAreaDemo + Yellow Space Code | YellowSpaceDemo + ShippingContainer code | ShippingContainerDemo

Lab7: "String Thing" To Use Strings. StringOps + StringThing + StringThingDemo + StringOps demo

Lab8: "Array Plan" Array. Primes + Primes + Streets Demo + Streets ++ ReverseCopy ++ ForeverYoung + ForeverYoungReversed

Lab9a: "Simple List Processing" Array. Primes + Primes + Streets Demo + Streets ++ ReverseCopy ++ Desolation Row + DesolationRowReversed

Lab9b: "List Processing with Streams" Array. ArrayListProcessing + ArrayListProcessingDemo + StreamArrayListProcessing + StreamArrayListProcessing Demo

Programming Assignment 5: Three List Interpreters" Programs to create list interpreters NumberList code + | NumberListDemo + | WordList code + | Word Array List code + WordList Demo |

Lab10: "Estabilishing and Using Classes" Array. Die + Roller + Roller Demo

Lab11: "Modeling Objects With The Classes" Person + Person Demo 1 + Person Demo 1 Demo + PersonDemo2 ++ Person Demo 2 Demo ++ Perosn Specification

Lab12: "Synesthesia" Array. GraphemetoColorSynesthesia + GraphemetoColorSynesthesia Demo

Programming Assignment 6: Chromesthesia" Programs to create pictures in association with sound. Chromesthesia0 code + | Chromesthesia0Demo + | Chromesthesia1 code + | Chromesthesia1 Demo + Chromesthesia2 Code | Chromesthesia2 Demo + Pitch 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