CMPU-101, Spring 2013 HW 1 Instructions ==> DUE: Wednesday, February 6th by 8 pm ==> NOTE: You must submit this assignment ELECTRONICALLY using the "submit101" command you used in the Lab. Instructions for doing this are repeated below. To begin... Log in to your computer science account and open up a TERMINAL window, as you did in Lab 1. CD into your "cs101" directory (created during lab1): cd cs101 Create a new directory to hold all your homework: mkdir hw CD into your "hw" directory: cd hw Create a new directory, called "hw1": mkdir hw1 Note that the name of the hw1 directory must be EXACTLY as specified (i.e., hw1 is not the same as HW1 or homework1). CD into the hw1 directory: cd hw1 Use PWD to double-check that your current directory is ~/cs101/hw/hw1: pwd The url for the course web page is: www.cs.vassar.edu/courses/cs101-201301/top From the course web page, download hw1.rkt into your hw1 directory. The hw1.rkt file is a starter file containing problem descriptions. After downloading hw1.rkt, open it in DrRacket and follow the directions given in the file. You should type your solutions directly in the hw1.rkt file. --------------------------------- SUBMITTING YOUR ASSIGNMENT --------------------------------- Electronic Submission: Move your hw1.rkt file into your ~/cs101/hw/hw1 directory To make sure you are in the correct directory to submit, type the following (excluding anything from the semicolon on) cd ; to get into your home directory cd cs101 cd hw ls hw1 ; check if the hw1.rkt file is in the hw1 dir To submit the entire hw1 directory: submit101 hw1 hw1 REMEMBER: You should be in the directory ~/cs101/hw when submitting the directory hw1. In other words, your "current directory" should be the one that CONTAINS the directory you want to submit. If you get any kind of error message, be sure to ask for help.