Gage'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 2021 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

Lab 1 - "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

Lab 2 - "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).
GreenT code + GreenT demo | MysterySong code + MysterySong demo | LocomotionListener code + LocomotionListener demo

Lab 3 - "Establishing a CS1 Work Site":
Setting up my website to house programs and demos, as well as a few miscellaneous links located at the bottom of the page.

Lab 4 - "Expressions and Shapes World Problem Solving":
Creating shapes and solving simple arithmetic problems.
ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo

Lab 5 - "An Interpreter Featuring Loop Forever and Selection":
Writing three interpreter program to process specified commands and report errors.
Interpreter1 code + Interpreter1 demo | Interpreter2 code + Interpreter2 demo | Interpreter3 code + Interpreter3 demo

Programming Challenge 2 - "Microworld Problem Solving":
Writing three interpreter program to process specified commands and report errors.
Kanizsa Square code + Kanizsa Square demo | Dots code + Dots demo | Musical Scene code + Musical Scene demo

Lab 6 - "Functions and Commands":
Creating programs that use functions and commands to run.
Surface Area of Cube code + Surface Area of Cube demo | Balloons code + Balloons demo | Alternate Balloons code + Alternate Balloons demo

Lab 7 - "String Thing":
Writing string processing programs that find various properties of strings.
StringOps code + StringOps demo | StringThing code + StringThing demo

Lab 8 - "Array Play":
Writing string processing programs that find various properties of strings.
Primes code + Primes demo | Streets code + Streets demo

Lab 12 - "Grapheme to Color Synesthesia" Creating a program that assigns random colors to letters of the alphabet that will then apply to words or phrases that are input. GraphemeToColorSynesthesia code + GraphemeToColorSynesthesia 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