Richie Pirong'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 " Programs to demonstrate the arithemetic expressions that concern the geometric shapes. ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo |

Lab5 "An Interpreter Featuring Loop Forever and Selection " Program designed to problem solve through conditional statements and to display the various results based on inputs. Interpreter1 code | Interpreter2 code | Interpreter3 code | RandomColor demo | InputDialogueBox demo | HELPMessage demo | ERRORMessage demo |

Lab6 "Functions & Commands" Programs designed to minapulate with standard functions and commands. The Surface Area of a Cube Code + The Surface Area of a Cube Demo | Balloons Code + Balloons Demo | Alternate Balloons Code + Alternate Balloons Demo |

Lab7 "String Thing " Assignment designed to test the different chracterisitics of Strings and learn processing functionality. StringOps Code + StringOps Demo | | StringThing Code + StringThing Demo |

Lab8 "Array Play " Programs that introduce the foundations of Arrays and their basic properties. Primes Code + Primes Demo | Streets Code + Streets Demo | ReverseCopy Code + Song Lyric File + Reverse Lyric File |

Lab9 "Array List Play " Programs that introduce the foundations of Array Lists and their basic properties. Primes Code + Primes Demo | Streets Code + Streets Demo | ReverseCopy Code + Song Lyric File + Reverse Lyric File |

Lab10 "Establishing & Using Classes" Program that harnesses the usefulness of class through the usge of Die. Die Class Code + Roller Code + Roller Demo |

Lab11 "Modeling Objects Using Classes" Programs that continue the exploration of classes. Person Code + Person Specification Code | Person 1 Code + Person 1 Demo | Person 2 Code + Person 2 Demo |

Lab12 "Grapheme to Color Synethesia" Program that mimics synethesia and representing the disorder with code. Grapheme to Color Synethesia Code + Grapheme To Color Synesthesia Demo |

Assignments

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 Created an online workspace to display assignments and labs for the semester.

Programming Assignment 3: Shapes World Problem Solving Programs to work with the geometric shapes and formulas and apply them to a real life setting. Work Area code + Work Area Demo | White Area code + White Area Demo| Yellow Space code + Yellow Space Demo | Shipping Container code + Shipping Container Demo |

Programming Assignment 4: Nonrepresentational Artistic Expressions Programs created to explore the nonrepresentational world and to play with geometrical figures. Text Rectangles Code + Text Rectangles Demo1| Circle of Squares Code + Circle of Squares Demo| Hirst Squares Code + Hirst Squares Demo| Hirst Dots Code + Hirst Dots Demo| Stella Code + Stella Demo|

Programming Assignment 5: Three List Interpreters Programs designed to show the storage and manipulation of lists. Number List Code + Number List Demo| Word List Code + Word List Demo| Words List Code + Words List Demo|

Programming Assignment 6: Chromesthesia Programs designed to demonstrate the flexibility of the NPW and MMW worlds by rearranging how we think. Chromesthesia1 Code + Pitch1 Code| Chromesthesia2 Code + Chromesthesia2 Demo + 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