To Exam Info

Final Exam Review Guide

Format of Final

Read for Final

Bring to Final

  1. One page (both sides) of notes.

  2. Cascading Style Sheets (CSS) Reference.

  3. The following examples:

Terms and Concepts

HTML Special Characters

HTML Tags

HTML Attributes

Cascading Style Sheets

JavaScript

Be Able To:

  1. Answer short answer questions.

  2. Given some HTML source code indicate how it would be displayed in a browser.

  3. Given part of a browser page, give the HTML source code that produced it.

  4. Apply a CSS inline style to an HTML element.

  5. Write a document-level style for a web page.

  6. Be able to write the rgb color code, given the color name, for the colors red (rgb(255,0,0)), green (rgb(0,255,0)), blue (rgb(0,0,255)), black (rgb(0,0,0)), white (rgb(255,255,255)), gray (rgb(128,128,128)), yellow (rgb(255,255,0)), cyan (rgb(0,255,255)), magenta (rgb(255,0,255)), maroon (rgb(128,0,0)) and navy (rgb(0,0,128)).

  7. Given a JavaScript script, construct the variable trace table and predict the output.

  8. Use rgb color codes in an inline or document-level style.

  9. Insert action and method attributes in a form tag to show where and how the values in controls are submitted to the server.

  10. Add an input tag with type="submit" to a page that will cause the page to be submitted to the server.

  11. Add a drop down menu to a page (<select> tag).

  12. Add a slide show to a page, either sequential or random.

  13. Add an img tag to page page so that a randomly selected image is shown when the page is loaded.

  14. Given a JavaScript script, find errors contained in it.

  15. Explain the difference between client side processing and server side processing.

  16. Given a URL, identify the protocol, top-level domain, secondary domain, file name, data passed back to the server.

  17. Identify the steps needed for the browser to retrieve a page from a server in the internet.