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

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 and Shapes World Problem Solving" The first program involves arithmetic expressions.The second program involves shapes from the NPW. ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo |

Lab5 "An Interpreter Feauturing Loop Forever and Selection" 3 Programs that recognize and respond to commands Interpreter1 code | Interpreter2 code | Interpreter3 code + Interpreter3InputDialogBox |Interpreter3HelpMessage Interpreter3ErrorMessage | Interpreter3RandomDot

Lab6 "Functions and Commands" Programs that feature functions and commands

Assignments

Programming Challenge 1 RedCross code + RedCross demo | MysterySong code + MysterySong demo | MinuetFigureViewer code + MinuetFigureViewer demo |

Programming : "Enabling my Web Work Site" My task is to get my Web Work Site in order, make it available to the world, and present it by means of a well-defined demo to one of the CS1 TAs.

Programming Challenge 2: KaniszaSquare code + KaniszaSquare demo | Dots code + Dots demo | AfterJSB code + AfterJSB demo |

Programming Challenge 3: MessyDesk code + MessyDesk demo | WhiteSpace code + WhiteSpace demo | YellowSpace code + YellowSpace demo | ShippingContainer code + ShippingContainer 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