Difference between revisions of "AIM Class Quiz 01"

esse quam videri
Jump to: navigation, search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Why is XHTML now generally preferred over HTML? Don't just cite syntax differences or the
+
[[Category:Authoring Interactive Media]]
fact that you can create your own tags. Give a more thoughtful answer.
+
=Authoring Interactive Media Quiz 1=
5. What is meant by structure, and by presentation, and why is it important to separate the two?
+
 
6. Who originally created HTML, and what was the purpose for which it was created?
+
Name: ________________________________________
7. In the following line of markup, circle an attribute:
+
 
<a href = “http://iam.colum.edu” target = “_blank”>IAM website</a>
+
This take-home quiz is due at the beginning of the next class. Late quizzes will not be accepted.
8. What is the difference between an element that is block-level vs. one that is inline?
+
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.
9. The hexadecimal code for white is #ffffff. Explain how hexadecimal color codes work, and why
+
==Markup==
#ffffff is white.
+
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.
10. Why should you use a DOCTYPE declaration at the beginning of your markup document?
+
 
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
+
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.
 
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
+
 
you use absolute, and when should you use relative.
+
9. When you use a URI with a trailing slash to pull up a web page, by default what will happen?
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:
 +
 
Example:
 
Example:
 +
 
When to use:
 
When to use:
Relative
+
 
 +
<b>Relative</b>
 +
 
 
Definition:
 
Definition:
 +
 
Example:
 
Example:
 +
 
When to use:
 
When to use:
14. 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>
 +
 
<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?
+
 
 +
12. In the previous question, which tags are “container” or “non-empty” tags, and why?

Latest revision as of 16:04, 5 August 2008

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?