Kyle Scalzo'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!" Expressions and Shapes. ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo

Lab5 "An Interpreter Featuring Loop Forever and Selection" Interpreter that creates colored dots. Interpreter1 code + Interpreter2 code + Interpreter3 code | RandonColoredDot demo + InputDialogBox demo + HelpMessageBox demo + ErrorMessageBox.png |

Programming Challenge 2: MicroWorld Problem Solving Interpreter that creates colored dots. KanizsaSquare code + KanizsaSquare demo | Dots code + Dots demo | AfterJSB code + AfterJSB demo |

Lab6 "Functions and Commands" Finding the surface area of a cube and painting balloons. SurfaceAreaOfCube code + SurfaceAreaOfCube demo | Balloons code + Balloons demo | AlternateBalloons code + AlternateBalloons demo |

"Programming Challenge 3: Shapes World Problem Solving" Working with shapes. ShippingContainer code + ShippingContainer demo | YellowSpace code + YellowSpace demo | MessyDesk code + MessyDesk demo | White Space code + WhiteSpace demo |

"Lab7: String Thing" Working with shapes. StringOps code + StringOps demo | StringThing code + StringThing demo |

"Lab8: Array Play" Working with arrays. Primes code + Primes demo | Streets code + Streets demo | ReverseCopy Code + Lyrics + Reverse Lyrics |

"Programming Challenge 4: Nonrepresentational Artistic Expressions" Working with painting. TextRectangles code + TextRectangles demo | Number1 code + Number1 demo + Number2 code + Number2 demo + Number3 code + Number3 demo + Number4 code + Number4 demo | Invention1 code + Invention1 demo + Invention2 code + Invention2 demo | Stella code + Stella demo |

"Lab9a: Simple List Processing" Working with array lists. Primes code + Primes demo | Streets code + Streets demo | ReverseCopy Code + Lyrics + Reverse Lyrics |

"Lab10: Establishing and Using Classes" Creating a class. Die code | Roller code + Roller demo |

Programming Challenge 5: Three List Interpreters Three similar interpreters NumberList code + NumberList demo | TheWordList code + TheWordList array demo | TheWordList code + TheWordList arraylist demo |

"Lab11: Modeling Objects with Class" Creating a Person class. PersonSpecification code + Person code | PersonDemo1 code + PersonDemo1 demo | PersonDemo2 Code + PersonDemo2 Demo |

"Lab12: Grapheme to Color Synesthesia" Creating colored words or phrases. GraphmeToColorSynesthesia Code + GraphmeToColorSynesthesia Demo |

Programming Challenge 6 (Lab 13): Chromesthesia Chromesthesia Chromesthesia code + Chromesthesia Input Box + Chromesthesia Canvas | Pitch 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