Damian'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 Spring 2022 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 Challenge 1: Microworld Warmup" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). RedCross code + RedCross demo | MysterySong code + MysterySong demo | MinuetFigureListener code + MinuetFigureListener 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" Establishes basic understanding of expressions and shapes in java ExpressionsThing code + ExpressionThing demo | ShapesThing code + ShapesThing demo

Lab5 "An Interpreter Featuring Loop Forever and Selection" Builds understanding of if statements along with looping Interpreter1 code + Interpreter2 code + Interpreter3 code Colored Dot demo | Input Dialog Box demo | Error Message | Help Dialog Box |

Programming Challenge 2: Microworld Problem Solving" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). Kanizsa Square code + Kanizsa Square demo | Dots code + Dots demo | After JSB code + After JSB demo

Lab6 "Functions and Commands" Program that makes use of interconnected functions. Surface Area of Cube code + Surface Area of Cube demo | Balloons code + Balloons demo Alternate Balloons code + Alternate Balloons Demo

Programming Challenge 3: Shapes World Problem Solving" Programs to help solve probelms in the NPW realm. MessyDesk code + MessyDesk demo | WhiteSpace code + WhiteSpace demo| YellowSpace code + YellowSpace demo| ShippingContainer code + ShippingContainer demo |

Lab7 "String Thing" Builds understanding of strings and functions String Ops code + String Ops demo | String Thing code + String Thing demo

Lab9a "List Processing with Streams" Builds understanding of array lists utilized with streams Array list processing code + Array list processing demo | Stream array list processing code + Stream array list processingdemo

"Programming Challenge 4: Non-Representational Artistic Expressions" Programs to help solve probelms in the NPW realm. Text Rectangles code + Text Rectangles demo | Number 1 code + Number 1 demo| Number 2 code + Number 2 demo| Number 3 code + Number 3 demo | Number 4 code + Number 4 demo | Invention 1 code + Invention 1 demo | Invention 2 code + Invention 2 demo | Stella code + Stella demo |

Lab10 "Estanlishing and Using Classes" Builds understanding of array lists utilized with streams Die Class code | Roller code + Roller demo

Lab11 "Modeling Objects with Classes" Builds understanding of classes with people objects Person class code | Person 1 code + Person 1 demo | Person 2 code + Person 2 demo | Person class code

Lab12 "Grapheme to Color Synesthesia" Establishes understanding of multidimentional arrays Grapheme to Color Synesthesia code + Grapheme to Color Synesthesia demo

Challenge/Lab 6/13 "Chromesthesia" Builds understanding of classes along with the use of arrays Chromesthesia 0 code + Chromesthesia 0 demo + Pitch class code | Chromesthesia 1 code + Chromesthesia 1 demo + Pitch class code Chromesthesia 2 code + Chromesthesia 2 demo + Pitch class 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