Computer Science 221: Information Retrieval:

Assignment 01

Fall 2008

Department of Informatics

Donald Bren School of Information and Computer Sciences

University of California, Irvine

Home | Administrative Policies | Course Structure | Resources & Materials | Calendar

Due 10/3/2008

  1. Digital Photo (30%)
    1. Take a digital photo of your face. (Approximately 250 pixels by 250 pixels)
    2. Email it with your full name to the instructor.
    3. Evaluation:
      1. Did it show up by the due date?
  2. Take the Get to Know You Survey (30%)
    1. Located here (http://eee.uci.edu/survey/9gV9c6B1q6).
    2. It will not work after the due date.
    3. Make sure you hit submit at the end of the survey.
    4. Evaluation:
      1. Is your survey complete and in the system by the due date?
  3. Java Program (40%)
    1. Write a Java Program which opens a window, shows your digital photo with your name underneath it.
    2. It should also have a field for entering a number and a button next to that field which says "Calculate Log_2".
    3. When the calculate button is pressed the program should calculate the log_2 and display it in the same window.
    4. Zip up the program with instructions for executing it and send it to the Instructor.
      1. Make the file name <LastName> - < FirstInitial> - Assignment01.zip
      2. The instructions for running the program should be in a README.txt file located in the zip.
      3. The instructions should include the command line for running the program.
      4. For example Patterson-D-Assignment01.zip
    5. Evaluation:
      1. Can the instructor run the version that you turned in?
        1. Clear Instructions for Operations? 5%
        2. Runnable 5%
      2. Does it do what it is supposed to do
        1. Photo 10%
        2. Name 5%
        3. Log 2 Button 10%
        4. Log 2 Calculation 5%