To Notes

Summary for HCI 201 -- 1/17/06

 

Review Questions

  1. Name some scientific inventions that were important for the development of the Internet.
    Ans: The vacuum tube, the transisor, packet switching, fiber optic cable.

  2. How many computers were connected to the original ARPANET?
    Ans: Four. The were located at UCLA, Stanford, UCSB, and Utah U.

  3. What were the significance of these people in the history of the internet? Berners-Lee, Andreeson, Kleinrock, Cerf, Kahn.
    Ans: See the document A Brief History of the Internet.

  4. What is the name of the folder where you must place your web pages for them to be visible on the students.depaul.edu server?
    Ans: public_html

  5. What do these HTML special characters represent?
    &    "    >    <
    Ans: &   "   >   <

  6. How can you get a nonbreaking space in the FrontPage Normal View?
    Ans: Hit the space bar more than once.

  7. How can you get a nonbreaking space in the FrontPage Code View?
    Ans: Type in &nbsp;

  8. How can you get a line break in FrontPage?
    Ans: Control-Enter.

  9. When you use SSH Secure File Transfer Client to upload a file to the server, does the file still exist on the local PC?
    Ans: Yes, everytime you upload or download a file, the original file still exists. Dragging a file from the local PC side to the server side in SSH copies the file, it does not merely move it.
     
  10. Now delete the original file from the local PC. Does the uploaded file still exist?
    Ans: Yes. After uploading, the two files are unrelated to each other. Deleting of modifying one does not affect the other.

 

Naming Files and Folders

 

Web Page Titles

 

Some Examples of Homepage Styles

 

Some Examples of Homepages

 

Design Guidelines for a Website

 

Exercise Ex4