Part One Lab WorkThis page describes the lab work for part one of FIT 100. A lot of these exercises can be done during the lab sessions with the help of your TA. If you are a sophisticate, use your initiative and charge ahead. Your Part One Web Page acts as a record of your activities. Log on to Dante and start a web page.Learn to use FTP to move files from your local machine to your account on the University mainframe computer.Be able to capture the screen, edit the screen capture in MS Paint and save the result as a .gif or .jpg file.Be able to create a simple HTML file<html> <head> <title> INFO 100 Web Page - Part One </title> </head> <body> Part One - INFO 100 </body> </html> Be able to add an image to your web page
<img src="myPicture.gif">
Create a subdirectory, etc.This is your first web page exerciseMake a subdirectory for Part One of INFO 100 Move down to it List its contents Use "pwd" to display your current position in the directory structure. Take a screen shot and put it on your web page Create a file in pico that prints your nameUse the command "pico firstFile"Add the call to the perl interpreter Add a print line that outputs your name Use "chmod 755 firstFile" to adjust the permissions on the file Run the file Create a program that asks for your first name and then your last name and then responds as "Hello <first name> <last name>Start a file in picoBegin the program by printing out your name Read in the first name in a variable $first Chop the carriage return off the variable $first Read in the last name in a variable $last Print both of the variables Create a program that looks for "information" in the input stringRead in an input stringChop off the carriage return Reduce the input to lower case Test if the input include "information" Create a program that reads in the previous program and looks for the word "information"Open the previous program for reading.Process each line of the input program in a "while" loop Reduce the case of the input line to lower case Test if the line include "informaton" Use Whois to find out who is surfing my web siteYour TA will assign you one of these domains
|