Assignments for CSC 460





Assignment 1 (Due 1/31)

Assignment 2 (Due 2/7)

Assignment 3 (Due 2/14)

Assignment 4 (Due 2/23)



Assignment 5 (Due 3/28)

You are to create a simple POP3 client. You may choose any language you want (it does not have to be in Java, although I expect many of them will be). When starting, it should ask the user for their account name and password (you may be lazy and allow the password to show on the screen). When you connect to the POP3 server, you should list the numbers assigned to the available messages. You should then respond to four commands:

lList the numbers of the available messages
r99Read message 99
d99Delete message 99
qDisconnect from the server and quit
Blackboard course documents contain account information. The assignment on Blackboard also contains a complied Java byte-code example program.



Assignment 6 (Due 4/4)

Create a Perl/CGI script to handle a pizza buisness. The CGI script should display a form for ordering a pizza. The user should have a choice between Large, Medium, and Small pizza, and have a choice of at least four toppings, as well as a place to enter their name and address. When the user submits the form, you should display the requested pizza, the cost of the pizza, and the user name and address. You may choose for yourself the cost of each pizza size and toppings. If you wish, you may use either one file or separate files for ordering the pizza and processing the order.



Assignment 7 (Due 5/4)



Return to the CSC 460 home page
Return to my home page