Difference between revisions of "AIM Class Quiz 01"

esse quam videri
Jump to: navigation, search
 
Line 1: Line 1:
Why is XHTML now generally preferred over HTML? Don't just cite syntax differences or the
+
=Authoring Interactive Media Quiz 1=
fact that you can create your own tags. Give a more thoughtful answer.
+
 
5. What is meant by structure, and by presentation, and why is it important to separate the two?
+
Name: ________________________________________
6. Who originally created HTML, and what was the purpose for which it was created?
+
 
7. In the following line of markup, circle an attribute:
+
This take-home quiz is due at the beginning of the next class. Late quizzes will not be accepted.
 +
Although this is a take home quiz, it is expected that you will complete this quiz on your own and will follow the department's academic integrity policy.
 +
==Markup==
 +
#Why is XHTML now generally preferred over HTML? Don't just cite syntax differences or the fact that you can create your own tags. Give a more thoughtful answer.
 +
 
 +
 
 +
#What is meant by structure, and by presentation, and why is it important to separate the two?
 +
 
 +
 
 +
#Who originally created HTML, and what was the purpose for which it was created?
 +
 
 +
 
 +
#In the following line of markup, circle an attribute:
 
<a href = “http://iam.colum.edu” target = “_blank”>IAM website</a>
 
<a href = “http://iam.colum.edu” target = “_blank”>IAM website</a>
8. What is the difference between an element that is block-level vs. one that is inline?
+
 
9. The hexadecimal code for white is #ffffff. Explain how hexadecimal color codes work, and why
+
 
 +
#What is the difference between an element that is block-level vs. one that is inline?
 +
 
 +
 
 +
#The hexadecimal code for white is #ffffff. Explain how hexadecimal color codes work, and why
 
#ffffff is white.
 
#ffffff is white.
10. Why should you use a DOCTYPE declaration at the beginning of your markup document?
+
 
 +
 
 +
#Why should you use a DOCTYPE declaration at the beginning of your markup document?
 
Describe at least two reasons.
 
Describe at least two reasons.
11. Write markup to show an example of a parent and a child. Indicate the child and the parent, and
+
 
 +
 
 +
#Write markup to show an example of a parent and a child. Indicate the child and the parent, and
 
briefly describe why your markup is a correct example.
 
briefly describe why your markup is a correct example.
12. When you use a URI with a trailing slash to pull up a web page, by default what will happen?
+
 
13. Define and give an example of absolute and relative URIs. Include information on when should
+
 
 +
#When you use a URI with a trailing slash to pull up a web page, by default what will happen?
 +
#Define and give an example of absolute and relative URIs. Include information on when should
 
you use absolute, and when should you use relative.
 
you use absolute, and when should you use relative.
 +
 
Absolute
 
Absolute
 +
 
Definition:
 
Definition:
 +
 
Example:
 
Example:
 +
 
When to use:
 
When to use:
 +
 
Relative
 
Relative
 +
 
Definition:
 
Definition:
 +
 
Example:
 
Example:
 +
 
When to use:
 
When to use:
14. What do each of the following tags “mean” or represent?
+
 
 +
#What do each of the following tags “mean” or represent?
 +
 
 
<a></a>
 
<a></a>
 +
 
<img />
 
<img />
 +
 
<div></div>
 
<div></div>
 +
 
<span></span>
 
<span></span>
15. In the previous question, which tags are “container” or “non-empty” tags, and why?
+
 
 +
#In the previous question, which tags are “container” or “non-empty” tags, and why?

Revision as of 23:37, 21 August 2006

Authoring Interactive Media Quiz 1

Name: ________________________________________

This take-home quiz is due at the beginning of the next class. Late quizzes will not be accepted. Although this is a take home quiz, it is expected that you will complete this quiz on your own and will follow the department's academic integrity policy.

Markup

  1. Why is XHTML now generally preferred over HTML? Don't just cite syntax differences or the fact that you can create your own tags. Give a more thoughtful answer.


  1. What is meant by structure, and by presentation, and why is it important to separate the two?


  1. Who originally created HTML, and what was the purpose for which it was created?


  1. In the following line of markup, circle an attribute:

<a href = “http://iam.colum.edu” target = “_blank”>IAM website</a>


  1. What is the difference between an element that is block-level vs. one that is inline?


  1. The hexadecimal code for white is #ffffff. Explain how hexadecimal color codes work, and why
  2. ffffff is white.


  1. Why should you use a DOCTYPE declaration at the beginning of your markup document?

Describe at least two reasons.


  1. Write markup to show an example of a parent and a child. Indicate the child and the parent, and

briefly describe why your markup is a correct example.


  1. When you use a URI with a trailing slash to pull up a web page, by default what will happen?
  2. Define and give an example of absolute and relative URIs. Include information on when should

you use absolute, and when should you use relative.

Absolute

Definition:

Example:

When to use:

Relative

Definition:

Example:

When to use:

  1. What do each of the following tags “mean” or represent?

<a></a>

<img />

  1. In the previous question, which tags are “container” or “non-empty” tags, and why?