David Strong'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 evaluate and improve problem solving and computations. ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo

Lab5 "Interpreters Featuring Infinite Loops and Selection" Programs to evaluate and improve problem solving and computations. Interpreter1 code + Interpreter1 Help Bar + Interpreter1 Error Message | Interpreter2 code + Interpreter2 demo + Interpreter2 Text Input | Interpreter3 code + Interpreter3 demo + Interpreter3 Help Bar |

Lab6 "Functions and Commands" Three programs that all make use of functions and commands. SurfaceAreaOfCube Code + SurfaceAreaOfCube Demo | Balloons Code + Balloons Demo | AlternateBalloons Code + Alternate Balloons Demo |

Programming Assignment 2: Shapes World Problem Solving" Programs to perform computations on shapes in the Nonrepresentational Painting World (NPW). WorkArea code + WorkArea demo | WhiteArea code + WhiteArea demo | YellowSpace code + YellowSpace demo | ShippingContainer code ShippingContainer demo |

Lab7 "String Thing" Two programs that get you acquainted with string processing and operations. StringOps Code + StringOps Demo | StringThing Code + StringThing Demo |

Lab8 "Array Play" Three programs that all make use of arrays. Primes Code + Primes Demo | Streets Code + Streets Demo | ReverseCopy Code + Original Lyrics + Reversed Lyrics |

Lab9a "Simple List Processing" Three programs that all make use of ArrayLists. Primes Code + Primes Demo | Streets Code + Streets Demo | ReverseCopy Code + Original Lyrics + Reversed Lyrics |

"Programming Assignment 4: Nonrepresentational Artistic Expressions" Several programs to test knowledge of the functions of the Nonrepresentational Painting World (NPW). 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 |

Lab9b "List Processing With Streams" Two programs that all make use of ArrayLists. ArrayListProcessing Code + ArrayListProcessing Demo | StreamArrayListProcessing Code + StreamArrayListProcessing Demo |

Lab10 "Establishing and Using Classes" Three programs that all make use of ArrayLists. Die Code | Roller Code + Roller Demo |

"Programming Assignment 5: Three List Interpreters" Several programs to test ability to work with arrays and arraylists by analogy. NumberList code + NumberList demo | arrayplay/WordList code + arrayplay/WordList demo | arraylistplay/WordList code + arraylistplay/WordList demo |

Lab11 "Modeling Objects With Classes" Multiple programs to practice creating a class, and now modeling objects using that class. Person code | PersonSpecification code | PersonDemo1 code + PersonDemo1 demo | PersonDemo2 code + PersonDemo2 demo |

Lab12 "Grapheme to Color Synesthesia" A program to demonstrate the phenomenon known as grapheme to color synesthesia. GTCS code + GTCS demo1 + Remap Demo + GTCS demo3 |

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