Preston'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 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). MickeyMouses code + MickeyMouses demo | MysterySong code + MysterySong demo | LocomotionListener code + LocomotionListener 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" ExpressionsThings + ExpressionsThings Demo |

Lab5 "An Interpreter featuring Loop forever Seletion" Interpreter1 + Interpreter1 demo | Interpreter2 + Interpreter2 demo | Interpreter3 + Interpreter3 demo |

Programming Challenge 2: Microworld Warmup" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). FunSquares code + FunSquares demo | Dots code + Dots demo | MusicalScene code + MusicalScene demo

Lab6 "Funtions and Commands" SurfaceAreaOfCube + SurfaceAreaOfCube demo + Balloons + Balloons demo + AlternateBalloons + AlternateBalloons demo +

Lab7 "Creating and implementing programs to learn string fucntions and solve basic problems in character string coding" String Ops Code + String Ops demo + String Things Code + String Things demo +

Programming Challenge 3: Microworld Warmup" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). FunSquares code + FunSquares demo | Dots code + Dots demo | MusicalScene code + MusicalScene demo

Lab8 "Creating and implementing programs to learn string fucntions and solve basic problems in character string coding" String Ops Code + String Ops demo + String Things Code + String Things demo +

Lab9a "idk yet" primes2 code + primes2 demo + streets2 + streets2 demo + ReverseCopy2 + ReverseCopy2 demo +

Programming Challenge 4: Nonrepresentational Artistic Expressions" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). Text Rectangles code + Text Rectangles demo | Circle of Squares + Circle of Squares demo | Hirst Squares code + Hirst Squares demo Hirst Dots code + Hirst Dots demo Simple Dots code + Simple Dots demo Invention1 code + Invention1 demo Invention2 code + Invention2 demo Stella code + Stella demo

Lab10 "using class" roller java file + roller java file demo + Die java file

Lab11 "Modeling objects w/ classes" java file + java file + java file + java file demo + java file +

Programming Challenge 5: " Numberlist code + Numberlist Demo | Wordlist (array) code + Wordlist (array) demo | Wordlist (arraylist) code + Wordlist (arraylist) demo

Lab12 "Synesthesia" Graph me to color java file + file demo +

Lab13 "chromesthesia" java file + java file demo + java file +

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