To Exam Info

Review Guide for Midterm Exam

Format of Midterm

Read for Midterm

Bring to Midterm

Terms and Concepts

History of Computing

HTML Tags

HTML Attributes

HTML Special Characters

Cascading Style Sheets

Be Able To:

  1. Know the answers to the review questions in each lecture.
     
  2. Understand the source in projects Proj1, Proj2 and Proj3.
     
  3. Know the significance of these people in the history of computing: Babbage, Lovelace, DeForest, Shockley, Atanasoff, Berry, Von Neumann, Kleinrock, Berners-Lee, Andreeson.
     
  4. Know these parts of a URL: protocol, top level domain, secondary domain, web server name.
     
  5. Given some HTML source code indicate how it would be displayed in a browser.
     
  6. Given part of a browser page, give the HTML source code that produced it.
     
  7. Know these four relationships between the current page and the target page: (a) Same folder, (b) Child folder, (c) Parent folder, (d) Cousin relationship.
     
  8. Explain the role of each of PSPad and SSH in the creating, uploading and modifying of HTML pages on the server.
     
  9. Given a description of the desired effect, give the CSS style specification.
     
  10. Write input tags to define a textbox or a button.
     
  11. Given a CSS style specification, explain what effect is produced.
     
  12. Find errors in HTML or CSS code.
     
  13. Write inline styles for a web page.
     
  14. Write a document-level style for a web page.