Mayank'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

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" ExpressionsThing code + ExpressionsThing demo | ShapesThing code + ShapesThing demo |

Lab5 "An Interpreter Featuring Loop Forever and Selection" Interpreter1 code | Interpreter2 code | Interpreter3 code + Interpreter3 demo + Input dialog box Demo + HELP message Demo + ERROR message Demo |

Lab6 "Functions and Commands" SurfaceOfCube code + SurfaceOfCube demo | Balloons code + Balloons demo | Alternate code + Alternate demo |

Lab7 "String Thing" StringOps code + StringOps Demo | stringthing code + stringthing demo |

Lab8 "Array Play" Primes code + Primes demo | Streets code + Streets demo | Reverse Copy code + Lyrics demo + Lyrics Reversed demo

Lab9 "Array List Play" Primes code + Primes demo | Streets code + Streets demo | Reverse Copy code + Lyrics demo + Lyrics Reversed demo |

Lab9b"List Processing with Streams" Programs that feature the basics of streams and List processing, transforming data in one list structure, ArrayListProcessing code + ArrayListProcessing demo | StreamArrayListProcessing code+ StreamArrayListProcessing demo |

Lab10 "Establishing and Using Classes" Die (Class) code | Roller code + Roller demo |

Lab11 "Modeling Objects with Classes" Person Specification(interface) code | Person(class) demo | Person Demo 1 code + Person Demo 1 demo | Person Demo 2 code + Person Demo 2 demo

Lab12 "Grapheme to Color Synesthesia" Grapheme to color Synthesia code | Demo Images : Image 1 Image 2

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

Programming Assigment 2:"Enabling Your Web Work Site" This is the link of my website.

Programming Assignment 3: "Shapes World Problem Solving" WorkArea code + WorkArea demo | WhiteArea code + WhiteArea demo | YellowSpace code + YellowSpace demo | ShippingContainer code + ShippingContainer demo |

Programming Assignment 4: "Nonrepresentational Artistic Expressions" TextRectangles code + TextRectangles demo | Circle of Squares code + Circle of Squares demo | Hirst Squares code + Hirst Squares demo | HirstDots code + HirstDots demo | SimpleDots code + SimpleDots demo | Invention1 code + Invention1 demo | Invention2 code + Invetion2 demo | Stella code + Stella demo |

Programming Assignment 5 "Three List Intepreters" Programs to gain experience writing interpreters and some array processing and ArrayList processing. NumberList code + NumberList demo | WordList code + WordList demo | WordList (ArrayList) code + WordList (ArrayList) demo

Assignment 6 " Chromesthesia " Let's make some musics with colors Chromesthesia0 code + Pitch0 code + Chromesthesia0 demo + Chromesthesia1 code + Pitch1 code + Chromesthesia1 demo + Chromesthesia2 code + Pitch2 code + Chromesthesia2 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