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

Lab 4 "Expressions and Shapes" A set of programming examples and exercises designed to establish a framework for learning to program to show fully parenthesized expressions, Crypto Problem and inscribing andcircumscribing circles ans Squares. ExpressionsThings code + ExpressionsThings demo | ShapesThings code + ShapesThings demo |

Lab 5 "An interpreter Featuring Loop Forever and Selection" A lab designed to create a series of interpreters that can interact with the user when they input predetermined commands. Interpreter1 code + Interpreter1 demo | Interpreter2 code + Interpreter2 demo | Interpreter3 code + Interpreter3 demo |

Programming Assignment 3: Shape World Problem Solving" Programs to create variables and use preconstructed programs to solve math problems. WorkArea code + WorkArea demo | WhiteArea code + WhiteArea demo | YellowSpace code + YellowSpace demo | ShippingContainer code + ShippingContainer demo |

Lab 6 "Functions and Commands" A lab to demonstrate the difference between functions and commands. SurfaceAreaOfCube code + SurfaceAreaOfCube demo | Balloons code + Balloons demo | AlternateBalloons code + AlternateBalloons demo |

Lab 7 "String Thing" A lab to get acquainted with basic character strings StringOps code + StringOps demo | StringThing code + StringThings demo |

Lab 8 "Arrays" A lab to get acquainted with the use of arrays and their functions Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + LaVieEnRose file + LaVieEnRoseReversed file |

Lab 9a "ArrayLists" A lab to get acquainted with the use of arraylists and their functions Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + IsThereSomewhere file + IsThereSomewhereReversed file |

Programming Assignment 4 TextRectangles code + TextRectangles demo | CircleOfSquares code + CircleOfSquares demo | HirstSquares code + HirstSquares demo | HirstDots code + HirstDots demo | SimpleDots code + SimpleDots demo | Invention1 code + Invention1 demo | Invention2 code + Invention2 demo | Stella code + Stella demo |

Lab 9b "List Processing with Streams" A lab to get acquainted with streams and their functions ArrayListProcessing code + ArrayListProcessing demo | StreamArrayListProcessing code + StreamArrayListProcessing demo |

Lab 10 "Establishing and Using Classes" A lab to demonstrate how to make and then apply a class Die code | Roller code + Roller demo |

Programming Assignment 5 NumberList code + NumberList demo + NumberSet text | WordList Array code + WordList Array demo + WordSet text | WordList ArrayList code + WordList ArrayList demo |

Lab 11 "Modeling Objects with Classes" Person code | Person1 code + Person1 demo | PersonSpecification code | Person2 code + Person2 demo |

Lab 12 "Grapheme to Color Synesthesia" GraphemeToColorSynesthesia code+ GraphemeToColorSynesthesia demo |

Programming Assignment 6/Lab 13 Chromesthesia code + Chromesthesia input + Chromesthesia Demo + Primes code | Chromesthesia code + Chromesthesia input + Chromesthesia demo + Primes code | Chromesthesia code + Chromesthesia input + Chromesthesia demo + Primes 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