Difference between revisions of "AIM Class Quiz 01"

esse quam videri
Jump to: navigation, search
Line 6: Line 6:
 
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.
 
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==
 
==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.
+
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.
  
  
#What is meant by structure, and by presentation, and why is it important to separate the two?
+
2. 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?
+
3. Who originally created HTML, and what was the purpose for which it was created?
  
  
#In the following line of markup, circle an attribute:
+
4. 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>
 
  
  
#What is the difference between an element that is block-level vs. one that is inline?
+
5. 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
+
6. The hexadecimal code for white is #ffffff. Explain how hexadecimal color codes work, and why #ffffff is white.
#ffffff is white.
 
  
  
#Why should you use a DOCTYPE declaration at the beginning of your markup document?
+
7. Why should you use a DOCTYPE declaration at the beginning of your markup document? Describe at least two reasons.
Describe at least two reasons.
 
  
  
#Write markup to show an example of a parent and a child. Indicate the child and the parent, and
+
8. 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.
  
  
#When you use a URI with a trailing slash to pull up a web page, by default what will happen?
+
9. 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.
 
  
Absolute
+
 
 +
10.Define and give an example of absolute and relative URIs. Include information on when should you use absolute, and when should you use relative.
 +
 
 +
<b>Absolute</b>
  
 
Definition:
 
Definition:
Line 46: Line 44:
 
When to use:
 
When to use:
  
Relative
+
<b>Relative</b>
  
 
Definition:
 
Definition:
Line 54: Line 52:
 
When to use:
 
When to use:
  
#What do each of the following tags “mean” or represent?
+
11. What do each of the following tags “mean” or represent?
  
 
<a></a>
 
<a></a>
Line 64: Line 62:
 
<span></span>
 
<span></span>
  
#In the previous question, which tags are “container” or “non-empty” tags, and why?
+
12. In the previous question, which tags are “container” or “non-empty” tags, and why?

Revision as of 23:39, 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.


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


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


4. In the following line of markup, circle an attribute: <a href = “http://iam.colum.edu” target = “_blank”>IAM website</a>


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


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


7. Why should you use a DOCTYPE declaration at the beginning of your markup document? Describe at least two reasons.


8. 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.


9. When you use a URI with a trailing slash to pull up a web page, by default what will happen?


10.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:

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

<a></a>

<img />

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