Daniel'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 2018 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

Programming Assignment 1: Microworld Problem Solving" Programs to create images in the Nonrepresentational Painting World (NPR) and sonic sequences the Modular Melody World (MMW). OrangePlus code + OrangePlus demo | PumpItUp code + PumpItUp demo | Dots code + Dots demo | TwoFigureMinuetThing code + TwoFigureMinuetThing demo | MinuetFigureListener code + MinuetFigureListener demo | AfterJSB code + AFterJSB 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" A set of programming examples and exercises involving arithmetic expressions and shapes from the NPW. ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo |

Lab5 "An Interpreter Featuring Loop Forever and Selection" Lab designed to create three interpreters to display dots of various colors in a window. Interpreter1 code + Interpreter1 demo | Interpreter2 code + Interpreter2 demo | Interpreter3 code + Interpreter3 demo |

Programming Assignment 2: "Shapes World Problem Solving" A set of programming examples and exercises involving arithmetic expressions and shapes from the NPW. BlackArea code + BlackArea demo | WhiteArea code + WhiteArea demo | RedArea code + RedArea demo | TheRoom code + TheRoom demo |

Lab6 "Functions and Commands" A set of programming examples and exercises involving functions and commands with shapes from the NPW. Balloons code + Balloons demo | AlternateBalloons code + AlternateBalloons demo |

Lab7 "String Thing" A set of programming examples that require a written piece of character string code. StringThing code + StringThing Demo + StringOps code + StringOps Demo +

Lab8 "Array Play" A set of array examples. Primes code + Primes demo | Streets code + Streets demo |

Lab9 "Simple List Proccessing" A set of programming examples that require a written piece of character string code. Streets code + Streets demo | Primes code + Primes demo | Reverse code + Reverse demo |

Programming Assignment 3 A set of programming examples and exercises involving functions and commands with shapes from the NPW. Text Rectangles code + Text Rectangles 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 |

Lab10 "Establishing and Using Classes" Exploring the mechanics of making and using classes. Die code | Roller code + Roller demo |

Lab11 "Modeling Objects with Classes" A set of classes with objects modeled within. PersonSpecification code | Person code | PersonDemo1 code + PersonDemo2 code | PersonDemo1 Demo + PersonDemo2 Demo |

Programming Assignment 4 A set of programming examples based on ArrayLists and interpreters. NumberList code + NumberList Demo | WordList code + WordList Demo | WordListA code + WordListA Demo |

Lab12 "Graphme To Color Synesthesia" Program stimulating graphme to color synesthesia. GraphmeToColorSynesthesia code + GraphmeToColorSynesthesia Demo |

Lab13 "Chromesthesia" Program stimulating chromesthesia. Chromesthesia code + Chromesthesia Demo | Chromesthesia Demo | 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