Programming Assignment Six Scrabble from a File The board game scrabble works by assigning points to wooden tiles arranged in cells on a board. It's described here ...
Computer Science 121 Fall 2009 Announcements Programming assignment six is now available at AssignSix Extra credit problem Fixing a Sudoku solver, is ...
Extra Credit Assignment A Sudoku solver The Sudoku solver code attached below solves Sudoku puzzles but not very efficiently. Your job for this assignment is to ...
Extra Credit Assignment The Sudoku solver code attached below solves Sudoku puzzles but not very efficiently. Your job for this assignment is to improve the performance ...
Programming Assignment Five For this assignment you are to print a table that gives approximate letter frequencies for English text. To keep things simple and concrete ...
Programming Assignment Four For this assignment, your job is to create a kind of lobotomized version of a board game (such as Monopoly) called Opoly. This assignment ...
Programming Assignment Number Three For this assignment you are to write a class that is primarily a main method. Your job here is as follows: you are to read in from ...
Programming Assignment Number Two For this assignment we are once again asking you to write a class that is primarily a main method. However, now your job is to use ...
Programming Assignment Number 0ne For this initial assignment, write a complete program that prints your name, age, your height in inches, and using the fact that ...
Study Materials for the Course Final Exam What's on the exam? The standard material from the 13 textbook chapters, plus these additional materials: Recursion ...
Computer Science 121 Class Lectures Note that frequently slide show images below contain more slides than those discussed in lecture. RobbieMoll 03 Sep 2008 ...
Programming Assignment Eight Working with Menus For this assignment, you are to create an application any application that makes use of Java's menu component ...
Programming Assignment Seven City Skyline Morning til Evening For this assignment you are to create a graphical program that, with user interaction, visually simulates ...
Programming Assignment Six Scrabble from a File The board game scrabble works by assigning points to wooden tiles arranged in cells on a board. It's described here ...
Extra Credit Assignment Fall 2008 the Anagram Problem Two words or phrases in English are anagrams if their letters, rearranged, are the same. We assume that upper ...
Homework Assignment Three Fall 2007 Sudoku Solver The Sudoku solver code attached below solves Sudoku puzzles but not very efficiently. Your job for this assignment ...
Programming Assignment Four For this assignment, your job is to create a kind of lobotomized version of a board game (such as Monopoly) called Opoly. This assignment ...
Honesty Policy Computer Science 121 The honesty policy conforms to the obvious policy guidelines that apply in all courses across the campus: you can't cheat on ...
Freestyle Assignment One Text Processing and Regular Expressions For this assignment, your job is to use the regular expression system we've discussed in class to ...
Freestyle Work for CS 121 This page contains assignments for 121 that are Java like, but get at topics that are of more general interest. Here are the assignments ...
Programming Assignment Number Three Your job for this assignment is to create a simple program that determines if a string is an email address. Roughly speaking, an ...
Course Resources for Computer Science 121 The files attached to this page (see bottom of page) provide instructions on installing Java 1.5 or 1.6 and the Dr Java development ...
Answers to 121 2006 final Computer Science 121 Final Exam Spring 06 To insure that you receive partial credit whenever possible, be sure to show all your work. ...
Honors Homework Four Optimization and TSP As outlined in the attached pdf of the recent lecture slides, optimization is a central idea in computer science applications ...
Programming Assignment Seven This is the last programming assignment of the term. It has special terms and conditions. First of all, you may work with any (one other ...
Final Exam 2006 Computer Science 121 Final Exam Spring 06 To insure that you receive partial credit whenever possible, be sure to show all your work. Remember: ...
Programming Assignment Six Do writings by individual authors have statistical signatures? They certainly do, and while such signatures say little about an author ...
Programming Assignment Five Two words or phrases in English are anagrams if their letters, rearranged, are the same. We assume that upper and lower case are indistinguishable ...
Extra Credit Programming Assignment One For this extra credit assignment your job is to create a two class application that works with the following numerical palindrome ...
Honors Homework 2 This is a team assignment. You and your team are to devise an encryption scheme and encode some text. Your encoded message will be given to an opponent ...
Programming Assignment Four For this assignment, your job is to create a kind of lobotomized version of a board game (such as Monopoly) called Opoly. This assignment ...
Old Midterm Answers Note: the extra problems from last week's discussion are presented with answers at the bottom.. Computer Science 121 Midterm Exam Spring 2006 ...
Last year's midterm exam Computer Science 121 Midterm Exam Spring 2006 To insure that you receive partial credit whenever possible, be sure to show all your work ...
Programming Assignment Three Your job for this assignment is to write a one class program that generates a sequence of the so called hailstone numbers , and reports ...
Programming Assignment Number Two For this assignment we are once again asking you to write a class that is primarily a main method. However, now your job is to use ...
How to Get Started with iJava Logging in for the First Time 1. In a web browser go to http://owl.cs.umass.edu You will now be on the OWL User Login page where ...
Programming Assignment Nine This is the ninth and last programming assignment. It's an open assignment you may work with up to two other people if you choose (more ...
An Extra Credit Assignment Here's an extra credit assignment. It was discussed in lecture and in discussion: Consider this dice game: you have a pair of dice. The ...
Programming Assignment Eight For this assignment, you are to write a three class application that uses button interaction to work a traffic light. Your program should ...