Sooraj Sanjay Pratap Singh 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 2018 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!" 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 Section" Interpreter1 code | Interpreter2 code | Interpreter3 code | Demo Images: A Dot Canvous Image | InputDialogBox | A Help MessageDialogBox | An Error MessageDialogBox |

Lab6 "Functions and Commands" SurfaceAreaOfCube code + SurfaceAreaOfCube demo | Balloons code + BalloonsDemo | AlternativeBalloons code + AlternativeBallons demo |

Lab7 "String Thing" StringOps code + StringOps demo | StringThing code + StringThing demo |

Lab8 "Array Play" Programs that feature the basics of array creation, array element referencing, and array processing, and illustrate file IO by solving a relatively realistic problem. Primes code + Primes demo | Streets code + Streets demo | Reverse Copy code + Lyrics Text Files: Attention song Lyrics + Attention song Reversed Lyrics

Lab9 "Simple List Processing" Programs that feature the basics of ArrayList creation, ArrayList element referencing, and ArrayList processing, and illustrate file IO by solving a relatively realistic problem. Primes code + Primes demo | Streets code + Streets demo | Reverse Copy code + Lyrics Text Files: HowLong song Lyrics + HowLong song Reversed Lyrics

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

Lab11 "Modeling Objects with Classes" Person Specification(interface) code | Person(class) code | Person Demo1 code + Person Demo1 demo | Person Demo2 code + Person Demo2 demo

Lab12 "Grapheme to Color Synesthesia" Program to simulate the phenomenon known as grapheme to color synesthesia. Grapheme to color Synthesia code | Demo Images : Image 1 Image 2

Lab13 "Chromesthesia" (Final Programming Challenge) Chromesthesia code | Pitch Class code | Input Box demo + Note demo | "AGAIN" Error Message demo + Unrecognized Pitch Error Message demo

Programming Assignment

Programming Assignment 1: Microworld Problem Solving" Programs to create images in the Nonrepresentational Painting World (NPR) and sonic sequences the Modular Melody World (MMW). OrangePlus code + OrangePlus demo | PumpItUp code + PumpItUp demo | Dots code + Dots demo | TwoFigureMinuetThing code + TwoFigureMinuetThing demo | MinuetFigureListener code + MinuetFigureListener demo | AfterJSB code + AFterJSB demo

Programming Assignment 2: "Enabling Your Web Work Site" Here is the link of my website

Programming Assignment 3:" Shapes World Problem Solving" BlackArea code + BlackArea demo | WhiteArea code + WhiteArea demo | RedArea code + RedArea demo | TheRoom code + TheRoom demo |

Programming Assignment 4 "Nonrepresentational Artistic Expressions" Text Rectangles code + Text Rectangles demo | Rectangles of Randomly Colored, Black Framed Squares code + Rectangles of Randomly Colored, Black Framed Squares demo | Hirst Square code + Hirst Square demo | Hirst Dots code + Hirst Dots demo | Simple Dots code + Simple Dots demo | Deterministic Invention code + Deterministic Invention demo | Nondeterministic Invention code + Nondeterministic Invention 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

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