Digital Media Spring Semester Final (part 2)

Is this your test? Login to manage it. If not, you can build an exam just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
What type of font is shown below?

2.
1 point
What type of font is shown below?

3.
1 point
What type of font is shown below?

4.
1 point
In the illustration below, the distance labeled with a #1 is the _____.

5.
1 point
In the illustration below, the _____ is labeled with a #1.

6.
1 point
In the illustration below, the _____ is labeled with a #1.

7.
1 point
A pica is a unit of measurement that is equal to _____ of an inch.
8.
1 point
One inch is equal to _____ points.
9.
1 point
One pica is equal to _____ points.
10.
1 point
What is the name given to the imaginary line upon which characters sit?
11.
1 point
In graphic design, artists use _____ of like items and create _____ by making some elements very different.
12.
1 point
Which of the PARC principles of graphic design deals with using the distance between objects to communicate how closely they are related?
13.
1 point
What is the mean line (also called the midline)?
14.
1 point
What is x-height? (Check all that apply.)
15.
1 point
Which of the PARC principles of graphic design speaks to the importance of placing things in a way that is not arbitrary (random)?
16.
1 point
What is the name given to a video shot that is the first shot of a new scene, designed to show the audience where the action is taking place?
17.
1 point
When editing video, use many different transitions to add as much creativity to your project as possible.
18.
1 point
When editing video, video shots should change every 3-4 seconds.
19.
1 point
What are the "little a's"? (choose all that apply)
20.
1 point
In a video feature story, information like a source's opinion, reaction or predictions (sometimes called the Big A's) should always be stated by the reporter.
21.
1 point
Multiple Choice
In the following block of HMTL code, how many paragraphs will appear when it's read by an Internet browser?

<p>Andre deleniat autem velit, sim ipit venit wissi. Et ipismodiam nullan heniscillaor ad dunt inis acin ut er iril utpat nullan ulluptat elenis eu facin venim dolorer ipit, quat.</p>

<p>Ut verillaore deliquis augue magna feu feugait ero dolobor adipsum zzrit, quam vullum zzrilit ut iusto conum velessequis elismod oloreet augiat. Utat.

Tatie commodit er alisis augait ipit iure magna adio odigna feugiam erciduis el dolumsan er senibh exeriure feuguer sis augait prat praestrud tat, sequatin utem volobore dit do duisl dunt incil ulla conulputatie minciliquis num do et.</p>
22.
1 point
Check all that apply
In the following block of HTML, which of the words will appear in italics?

<p>I <em>love</em> Digital Media. I have had a <strong>blast</strong>!</p>
23.
1 point
Check all that apply
In the following block of HTML, which of the words will appear in bold?

<p>This is summer is going to be <i>awesome</i>! I have <b>so much</b> planned. I don't know how I can <strong>possibly</strong> squeeze it all in.</p>
24.
1 point
Multiple Choice
Which of the following tags is used to start a bulleted list in HTML?
25.
1 point
Multiple Choice
How many items are in the following list?
<ul>
<li>text</li>
<li>text</li>
<li>text</li>
</ul>
26.
1 point
Multiple Choice
Which of the following tags is used to start a numbered list in HTML?
27.
1 point
Which line of code would create the following:

I am a title

28.
1 point
Choose the best words to fill in the following blanks.

Web browsers read _____ files, which are sometimes styled using _____. A _____ allows users to create websites that can easily be updated with little or no knowledge of coding.
29.
1 point
Dreamweaver is best used by those interested in web site design and development, and WordPress is best used by those interested in publishing information online.
30.
1 point
What is missing from the following line of code?

<p>This is an example of a paragraph.
31.
1 point
Fill in the blank in the following line of code used to insert a photograph into a web page.

<_____ src="http://nhsjournalism.com/wp-content/uploads/2012/02/IMG_5967-e1328710864499.jpg" />