CS 100 - Computer Literacy, Fall 2004

Lab 2

For this assignment, we will combine a few different tasks.

  1. Search the Internet for answers to various questions.
  2. Place the answers in a file in your icarus account.
  3. Electronically submit your file using the turnin command.

Searching the Internet

According to the show of hands during lecture, most people state they have used the internet to search for information. Many people prefer to use Google at www.google.com to search for information.

The key to using any search engine is determining the best keywords to use for your search. Google's Advanced Search at http://www.google.com/advanced_search?hl=en is a good place to help narrow down the results from your search.

Creating a file in you Icarus account

Icarus is UIC's Unix machine. Every student has an account on the icarus machine. Your icarus account name and password is the same as your netid and password.

You should log onto icarus using SSH which stands for Secure SHell. The ACCC has some web page support for SSH. An alternative program to SSH is PuTTY. The added security of these programs is a level of encryption that the traditional telnet program lacks.

Once you are logged into icarus, you will need to learn some basic UNIX commands to get around and perform various tasks. Again, the ACCC has some web page support for using icarus. In particular the ACCC's web page UNIX 101 give a nice summary on various UNIX commands.

A few commands that you will want to know are:

We will discuss other UNIX commands at a future time.

Using turnin

The UNIX command turnin will allow you to submit a file electronically to a different account. To submit the file, you also need to specify a course name and a project name. The course name we will use is troy. For this lab, we will use the project name of lab2. To submit the file in <filename> for lab2, the turnin command is entered as:
     turnin -c troy -p lab2 <filename>

Lab Assignment 2

Due: Friday 9/10/2004 by 8:00 am