Odion'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 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.

Lab

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

Lab 3: "Establishing a CS1 Work Site" Setting up a Web site to house programs and demos and a few miscellaneous links.

Lab 4: "Expression and Shapes World Problem Solving!" ExpressionsThings code + ExpressionsThings demo | ShapeThing code + ShapeThing demo

Lab 5: "An Interpreter Featuring Loop Forever and Selection" Interpreter1 code + Interpreter2 code + Interpreter3 code + Colored Dot | Input | Error Message | Help Menue

Lab 6: "Functions and Commands" Balloons code+ Balloons demo+ AlternateBalloons code + AlternateBalloons demo

Lab 7: "String Thing" StringOps code+ StringOps Demo+ StringOps code+ StringOps Demo

Lab 8: "Array Play" Primes code+ Primes Demo+ Streets code+ Streets Demo+ Reverse Copy code+ Reverse Copy demo

Lab 9: "Simple List Processing" Primes code+ Primes Demo+ Streets code+ Streets Demo+ Reverse Copy code+ Reverse Copy demo

Lab 10: "Establishing and Using Classes" Roller code+ Roller code+ Roller Demo

Lab 11: "Modeling Objects with Classes" PersonSpecification code+ Person d+ PersonDemo1 code+ PersonDemo1 Demo+ PersonDemo2 code+ PersonDemo2 Demo

Lab 12: "Grapheme to Color Synesthesia" Synesthesia code+ Synesthesia demo

Lab 13: "Chromesthesia" Chromesthesia0 code + Pitch0 code + Chromesthesia1 code + Pitch1 code + Chromesthesia2 code + Pitch2 code + Chromesthesia2 standard output stream + Chromesthesia2 image demo + Warning Box demo |

Programming Challanges

Programming Challenge 1: "Microworld Warmup" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). OrangeDots code + OrangeDots demo | MysterySong code + MysterySong demo | LocomotionListener code + LocomotionListener demo

Programming Challenge 2: "Microworld Problem Solving" Dots code + Dots demo | Fun Squares code + Fun Squares demo | Musical Scene code + Musical Scene demo

Programming Challenge 3: "Shape World Problem Solving" Work Space code + Work Space demo | Drainage code + Drainage demo | BlackSpace code + BlackSpace demo | Shipping Container code + Shipping Container demo

Programming Challenge 4: "Three List Interpreters" Text Rectangles code + Text Rectangles demo | Circle of Squares code + Circle of Squares demo | Hirst Squares code + Hirst Squares demo | Hirst Dots code + Hirst Dots demo | Simple Dots code + Simple Dots demo | Invention 1 code + Invention 1 demo | Invention 2 code + Invention 2 demo | Stella code + Stella demo

Programming Challenge 5: "Nonrepresentational Artistic Expressions" Number List code + Number List demo | Word List(Array) code + Word List demo(Array) demo | Word List(Array List) code + Word List demo(Array List) demo

Programming Challenge 6: "The Snow Family" SnowPerson code + SnowPerson Tester code | SnowPerson Tester demo + SnowFamily code + SnowFamily Tester code | SnowFamily Tester 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