Daria'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 2020 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

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

Lab 4 "Expressions and Shapes World Problem Solving" Setting up a Web site to house programs and demos and a few miscellaneous links. ExpressionThing code + ExpressionThing demo | ShapesThing code + ShapesThing demo |

Lab 5 "An Interpreter Featuring Loop Forever and Selection" Setting up a Web site to house programs and demos and a few miscellaneous links. Interpreter1 code + Interpreter1 demo Dialog | Interpreter2 code + Interpreter2 demo Help message | Interpreter3 code + Interpreter3 demo Error message |

Lab 6 "Functions and Commands" Setting up a Web site to house programs and demos and a few miscellaneous links.

Lab 7 "String Thing" Setting up a Web site to house programs and demos and a few miscellaneous links.

Lab 8 "Array Play" Setting up a Web site to house programs and demos and a few miscellaneous links.

Lab 9a "Simple List Processing" Setting up a Web site to house programs and demos and a few miscellaneous links.

Lab 9b "List Processing with Streams" Setting up a Web site to house programs and demos and a few miscellaneous links.

Lab 10 "Establishing and Using Classes" Setting up a Web site to house programs and demos and a few miscellaneous links.

Programming Assignment 1: Microworld Problem Solving" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). RedX code + RedX demo | PumpItUp code + PumpItUp demo | Dots code + Dots demo | TwoFigureMinuetThing code + TwoFigureMinuetThing demo | Landscape and Motion Sequence Viewer code + Landscape and Motion Sequence Viewer code demo | HillyJourney code + HillyJourney demo

Programming Assignment 2: Setting up the CS1 Work Site"

Programming Assignment 3: Shapes World Problem Solving" Programs to write four different Java programs using the context of NPW, and Special notes. WorkArea code + WorkArea demo | WhiteArea code + WhiteArea demo | GreySpace code + GreySpace demo | Shipping Container code + Shipping Container 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