Caleb'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 & Shapes World Problem Solving" Programs that involve arithmatic, one of which utilizes aspects from the NPW ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo

Lab5 "An Interpreter Featuring Loop Forever and Selection" Programs that read different user inputs and produces different colored dots Interpreter1 code | Interpreter2 code | Interpreter3 code | InputBox demo + RandomDot demo + HelpBox demo + ErrorBox demo

Lab6 "Functions and Commands" Programs that feature 'functions' and 'commands'. SurfaceAreaOfCube code + SurfaceAreaOfCode demo | Balloons code + Balloons demo | AlternateBalloons code + AlternateBalloons demo

Lab7 "String Thing" This lab features two programs that process strings. StringOps code + StringOps demo | StringThing code + StringThing demo

Lab8 "Array Play" Programs that show the functionality of arrays. Primes code + Primes demo | Streets code + Streets demo | Reverse Copy code + Lyric Original + Lyric Reversed

Lab9a "Simple List Processing" Programs that show manipulations of ArrayLists including Reverse Copy Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + Lyric Original + Lyric Reversed

Lab10 "Establishing & Using Classes" Program that features on class that establishes a "Die" object and the other, which manipulates it Die code + Roller code + Roller demo |

Lab12 "Grapheme to Color Synthesia" A program that showcases the use of strings, arrays and the simple painter Grapheme to Color Synthesia code + Text Box demo + Colored Letters demo

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 Work Site This assignment makes the webpage public to the world.

Programming Assignment 3: Shapes World Problem Solving This assignment utilizes the shapes functionality of the NPW, but not the painter. Programs utilize creative thinking to solve simulated problems. WorkArea code + WorkArea 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