Neeraj'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 2019 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 Assignment 1: Microworld Problem Solving" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). RedCross code + RedCross demo | KanizsaSquare code + KanizsaSquare demo | Dots code + Dots demo | ThreeFigureMinuetThing code + ThreeFigureMinuetThing demo | MinuetFigureListener code + MinuetFigureListener demo | AfterJSB code + AfterJSB 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" Programs to involve arithmetic expressions and shapes. ExpressionThing code + ExpressionThing demo | ShapesThing code + ShapesThing demo |

Lab5 "AN Interpreter Featuring Loop Forever and Selection" Program to create an interpreter Interpreter1 + Interpreter2 + Interpreter3 + DialogBox+ Red Dot+ Blue Dot + Help+ YellowDot+ GreenDot+ Random+ Error

Lab6 "Functions and Commands" Programs to involve arithmetic expressions and shapes. SurfaceAreaOfCube code + SurfaceAreaOfCube demo | Balloons code + Balloons demo | AlternateBalloons + AlternateBalloons demo|

Programming Assignment 3: Shapes World Problem Solving" Programs to create shapes world problem solving. WorkArea code + WorkAreaDemo | WhiteArea code + WhiteAreaDemo | Yellow Space Code + YellowSpaceDemo | ShippingContainer code + ShippingContainerDemo|

Lab7 "String Thing" To Use Strings. StringOps + StringOps demo | StringThing + StringThingDemo |

Lab8 "Array Play" Programs to use array to create Primes, Streets and ReverseCopy program Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + songlyric demo + ReverseCopy demo|

Lab9(a) "Simple List Processing" Programs to use ArrayList to create Primes, Streets and ReverseCopy program Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + songlyric demo + ReverseCopy demo|

Programming Assignment 4:" Nonrepresentational Artistic Expressions" To create program in the context of the Nonrepresentational Painting World (NPW) . TextRectangles code + TextRectangles Demo | CircleOfSquares code + CircleOfSquares Demo | HirstSquares Code + HirstSquares Demo | HirstDots code + HirstDotsDemo| SimpleDots code + SimpleDotsDemo | Invention1 code + Invention1 Demo | Invention2 code + Invention2 Demo | Stella code + Stella Demo |

Lab9(b) " List Processing with Streams" Programs to use Streams to create ArrayListProcessing and StreamArrayListProcessing program ArrayListProcessing code + ArrayListProcessing demo | StreamArrayListProcessing code + StreamArrayListProcessing demo |

Lab10 "Establishing and Using Classes" Programs to run die and roll it different times with different sides. Die code + Roller code + Roller demo |

Programming Assignment 5:"Three List Interpreters" To create program in the context of arrayplay and arraylistplay . NumberList code + Wordlistcode + WordList Code + WordList Demo |

Lab11 "Modeling Objects with Classes" Programs to run PersonDemo1 and PersonDemo2. Person code + PersonDemo1 code + PersonDemo1 demo | PersonDemo2 code + PersonDemo2 demo | PersonSpecification code +

Lab12 "Grapheme to Color Synesthesia" Programs to run Grapheme to color synesthesia. GraphemeToColorSynesthesia code + GraphemeToColorSynesthesia demo |

Lab13 "Chromesthesia" Programs to illustrate the process of incremental programming. Chromesthesia code + Pitch code + Inputbox demo | canvas 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