Diego'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 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!" 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" Appropiate versions of the source and demo for ExpressionsThing and ShapesThing. ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo |

Lab5 "An Interpreter Featuring Loop Forever and Selection" Programs to create and interpreter that can display dots of various colors in a window. It includes a random, help, and exit commands. As well as error messages. Interpreter1 code | Interpreter2 code | Interpreter3 code | HELP dialog box image | INPUT dialog box image | ERROR dialog box image | RANDOM dialog box image

Lab6 "Funations and Commands" SurfaceAreaOfCube code + SurfaceAreaOfCube Demo | Balloons code + Balloons Image | AlternateBalloons code + AlternateBalloons Image

Lab7 "String Thing" StringOps code + StringOps Demo | StringThing code + StringThing Demo

Lab8 "Array Play" Primes code + Primes Demo | Streets code + Streets Demo | ReverseCopy code + RecklessInrto Lyrics + RecklessInrto Lyrics Reversed

Lab9a "Simple List Processing" Primes code + Primes Demo | Streets code + Streets Demo | ReverseCopy code + Fast Lyrics + Fast Lyrics Reversed

Lab9b "Simple List Processing" ArrayListProcessing code + ArrayListProcessing Demo | StreamArrayListProcessing code + StreamArrayListProcessing Demo |

Lab10 "Establishing and using classes" Die code | Roller code + Roller Demo

Lab11 "modeling objects with classes" Person Code + PersonSpecification Code | PersonDemo1 code + PersonDemo1 Demo | PersonDemo2 Code + PersonDemo2 Demo

Lab12 "Grahpeme to Color Synesthesia" GraphemeToColorSynesthesia Code + GraphemetoColorSynesthesia Demo

Assignments

Programming Assignment 1: Microworld Problem Solving" Programs to create images in the Nonrepresentational Painting World (NPR) 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: "Establishing a CS1 Work Site to the world" Setting up a Web site to house programs and demos and a few miscellaneous links.

Programming Assignment 3:Shapes World Problem Solving WorkArea Code + WorkArea Demo | WhiteArea Code + WhiteArea Demo | YellowSpace Code + YellowSpace Demo | ShippingContainer Code + ShippingContainer Demo |

Programming Assignment 4: Nonrepresentational Artistic Expressions 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 |

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