CS 110 Introduction to Computing

Project #0: Your Homepage


This project is to get you used to and using the computing environment that you will be using for the remainder of the course. At the end of this project you will have created a homepage that contains a small java applet.
Due Date: September 9, at the beginning of class
Submit:
Grading: Homepage 90 pts
Moore's law 10pts

Notes:

  1. This project is easy because almost all that it requires is that you follow the directions in Chapter 2 of Getting Wired with Java Linux.
  2. It is important that you type the program in (don't copy and paste it); typing it is part of practicing learning how to program, and is one of the main points of this project.
  3. When you look at the program, do not worry about the details of the program. We will be spending the rest of the semester explaining what they mean! You just need to get accustomed to typing in a program and getting it to run for now.  Even this, you may find, will take a long time, so be sure to allow yourself enough time to finish the project (start early on it!).
  4. Be CAREFUL that you type it in EXACTLY, paying close attention to the syntax. A simple typing error will be enough to make your program not run properly or at all. Every Java instruction has to be written with proper punctuations as well as with consistent use of upper/lower case character combinations.
  5. At the top of your program, add the something like the following lines:
  6. /*
          NAME   :         <type your name here>
          PROJECT:         Hello World
          FILE   :               Hello.java
          PURPOSE:         Project#0 for CS110
          DESCRIPTION:     Hello World
    */
     

  7. Make sure you enter your name in the NAME slot at the top of the program.
  8. Try to do this exercise during one of the TA sessions so there will be some help available in case there are any difficulties.
  9. For additional notes and suggestions (including some comments specific to actually using the computers in the lab -- click here


EXTRA CREDIT (Add 2 points): Change the applet so that it includes your name.
EXTRA CREDIT (Add 5 points): Add to your homepage an applet from somewhere else on the web. Be sure to say on your homepage where the applet came from.