Informatics 141/ Computer Science 121: Information Retrieval

Assignment 01

Winter 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 1/11/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 TA.
    3. Evaluation:
      1. Did it show up in the TA's inbox by the due date?
  2. Take the Get to Know You Survey (30%)
    1. Located here (https://eee.uci.edu/survey/9fCaq6uEw2).
    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. Wrap up the program with instructions for executing it and send it to the TA.
      1. Make the file name <LastName> - < FirstInitial> - Assignment01.<whatever>
      2. For example Patterson-D-Assignment01.zip
    5. Evaluation:
      1. Can the TA 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%
  4. See Assignment 02 also.