Owen'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" Problems that invlove arothmetic expressions, in shapes and expressions. With the use of abstaction to come up with a solution. ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo

Lab5 "An Interpreter Featuring Loop Forever and Selection" Creating an interpreter program that recongnizes and responds to commands. Interpreter1 code + Input Dialog Box demo | Interpreter2 code + The HELP message box demo | Interpreter3 code + The ERROR message box demo + The randomly colored dot Int3 demo

Lab6 "Functions and Commands" A program that features functions and one program that featurescommands! SurfaceAreaOfCube code + SurfaceAreaOfCube demo | Balloons code + Balloons demo | AlternateBalloons code + AlternateBalloons demo |

Lab7 "String Thing" Programs that use basic String processing functionality, and code. StringOps code + StringOps demo | StringThing code + StringThing demo |

Lab8 "Array Play" Programs that use array creation and element refrencing. Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + ReverseCopyOriginal + ReverseCopyAfter demo |

Lab9a "Simple List Processing" Programs that use ArrayList creation and element refrencing. Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + ReverseCopyOriginal + ReverseCopyAfter demo |

Lab9b "Stream Processing" Two java programs which perform common processing tasks on list structures. Array List Proccessing code + ALP demo | Stream ALP code + Stream ALP demo |

Lab10 " Establishing and Using Classes" Programs that use classes and the die functionality of java to run programs. Die code | Roller code + Roller demo |

Lab11 "Modeling Objects with Classes" Programs that use basic String processing functionality, and code. Person code + Specification Code | Person1 code + Person1 Output | Person2 code + Person2 Output |

Lab12 "Grapheme To ColorSynesthesia" A program that simulates grapheme to color synesthesia. It takes the form of an interpreter. Twoparallel arrays are featured in the grapheme to color mapping. ColorSynesthesia code + The 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

Programming Assignment 2: "Enabling Your Web Work Site" Simply Enabling the CS1Worksite for all to see!

Programming Assignment 3: "Shapes World Problem Solving" Four separate Java programs all in the context of the NPW, using problem decomposition and imaginative construction strategies. WorkArea code + WorkArea demo | WhiteArea code + WhiteArea demo | YellowSpace code + YellowSpace demo | ShippingContainer code + ShippingContainer demo

Programming Assignment 4: "Nonrepresentational Artistic Expressions" Several separate Java programs to create images in the NPW by problem solving. By using selection and repetition constructs. TextRectangles code + TextRectangles demo | CircleOfSquares code + CircleOfSquares demo | HirstSquares code + HirstSquares demo | HirstDots code + HirstDots demo | SimpleDots code + SimpleDots demo | DeterministicInvention code + DeterministicInvention demo | NondeterministicInvention code + NondeterministicInvention demo Stella code + Stella demo |

Programming Assignment 5: " NumberList code + NumberList demo | WordList code + WordList demo | Word List code + Word List demo |

Programming Assignment 6: "Chromesthesia" Chromesthesia0 code + Pitch0 code | Chromesthesia1 code + Pitch1 code | Chromesthesia2 code + Pitch2 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