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

Lab 4 "Expressions and Shapes World Problem Solving" Programming equations so that it could be solve with a source of numbers a well as solving the size of specific shapes with a given number. Expressions Thing code + Expressions Thing demo | Shapes Thing code + Shapes Thing demo

Lab 5 "An Interpreter FeaturingLoop Foreverand Selection!" Creating interpreters so that it could recognize and respond to commands Interpreter1 code + Interpreter1 demo | Interpreter2 code + Interpreter2 demo | Interpreter3 code + Interpreter3 demo | INPUT Box demo | HELP Box demo | ERROR Box demo |

Lab 6 "Functions and Commands" Creating interpreters so that it could recognize and respond to commands Surface Area of Cube code + Surface Area of Cube Demo | Balloons code + Balloons Demo | Alternate Balloon code + Alternate Balloons demo |

Lab 7 "String Thing" Creating and Implementing Stringd String Ops code + String Ops demo | String Thing code + String Thing Demo |

Lab8 "Array Play" Using basic array processing to read song lyrics forwards and back. Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + ReverseCopy Forwards + ReverseCopy Backwards

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 + ReverseCopy Forwards + ReversedCopy Backwards

Lab 9b "List Processing with Streams" ArrayListProcessing + ArrayListProcessing Demo | StreamArrayListProcessing Code + StreamArrayListProcessing Demo |

Lab 10 "Establishing and Using Classes" Die Code + Roller Code + Roller Demo|

Lab 11 "Modeling Objects with Classes" Person Code + PersonSpecification Code + PersonDemo1 Code + PersonDemo1 Demo + PersonDemo2 Code + PersonDemo2 Demo |

Lab 12 "Grapheme to Color Synesthesia" Grapheme To Color Synesthesia Code + Colorful 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

Assignment 4

Text Rectangles Code Text Rectangles Demo | + Circle of Squares Code Circle of Squares Demo | + Hirst Squares Code Hirst Squares Demo | + Hirst Dots Code Hirst Dots Demo | + Simple Dots Code Simple Dots Demo | + Invention 1 Code Invention 1 Demo | + Invention 2 Code Invention 2 Demo |+ Stella Code Stella Demo |+

Assignment 5 "Word list and number list" Working with Arrays and Array list to get data from a file and use a set of commands to manipulate the program by (Swapping, Adding, removing, etc.) Number List + Number List Demo | Word List Array + Word List Demo Word List ArrayList Word List ArrayList 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