Nirdishtha'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 2021 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

Labs

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 | shapes code + shapes demo |

Lab5 "An Interpreter Featuring Loop Forever and Selection" Interpreter1 code + Interpreter1 demo | Interpreter2 code + Interpreter2 demo | Interpreter3 code + Interpreter3 demo |

Lab6 "Functions and Commands" SurfaceAreaOfCube code + SurfaceAreaofCube demo | Balloons code + Balloons demo | AlternateBalloons code + AlternateBalloons demo |

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

Lab8 "Array Play" Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + ReverseCopy demo |

Lab9a "Array List Play" Primes code + Primes demo | Streets code + Streets demo | ReverseCopy code + ReverseCopy demo |

Lab10 "Establishing and Using Classes" Die code | Roller Code | Roller demo

Lab11 "Modelling Objects With Classes" Person code + Person Specification code + PersonDemo1 code + PersonDemo1 demo| PersonDemo2 code + PersonDemo2 demo|

Lab12 "Grapheme To Color Synesthesia" GraphemeToColorSynesthesia code + GraphemeToColorSynesthesia demo|

Programming Challenges

Programming Challenge 1: "Microworld Warmup" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). GreenT code + GreenT demo | MysterySong code + MysterySong demo | LocomotionListener code + LocomotionListener demo

Programming Challenge 2: "Microworld Problem Solving" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). Kanisza Square code + Kanisza Square demo | Dots code + Dots demo | Musical Scene code + Musical Scene demo

Programming Challenge 3: "Shapes World Problem Solving" The programs will make use of the shapes functionality of the NPW world, but not the painter functionality Work Space code + Work Space demo | White Space code + White Space demo | Yellow Space code + Yellow Space demo | Shipping Container code + Shipping Container demo

Programming Challenge 4: "Nonrepresentational Artistic Expressions" Text Rectangles code + Text Rectangles demo | Abstract Gradient code + Abstract Gradient demo | Colorful Abstract Gradient code + Colorful Abstract Gradient demo | Hirst Dots code + Hirst Dots demo | Simple Dots code + Simple Dots demo | Invention1 code + Invention1 demo | Invention2 code + Invention2 demo | Stella code + Stella demo

Programming Challenge 5 "Three List Interpreters " Number List code + Number List demo | Word List code + Word List demo | Array List Word List code + Array List Word List demo |

Programming Challenge 6 "Chromesthesia" First Chromesthesia Code + First Pitch Code + First Chromesthesia Demo | Second Chromesthesia Code + Second Pitch Code + Second Chromesthesia Demo | Third Chromesthesia Code + Third Pitch Code + Third Chromesthesia Demo |

Bonus Programming Challenge "Balloon People" Balloon Person Code + Balloon Person Tester Code + Balloon Person Demo | Balloon Family Code + Balloon Family Tester Code Balloon Family 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 |