Quiz 1 Flashcards

Chapters 1 and 2

1
Q

Identify an element used for quoted material.​

A) ​a
B) q
​C) wbr
​D) content

A

B) q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

T/F: ​Pages on web use the Hypertext Transfer Protocol (HTTP) protocol and therefore the URL for many web pages start with the http scheme.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

​The totality of interconnected hypertext documents became known as the _____.

A) ​intranet
B) ​client-server network
C) hypernet
D) World Wide Web

A

D) World Wide Web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

​_____is the tint of a color and is usually represented by a direction on a color wheel.

A) ​Darkness
B) ​​Lightness
C) Hue
D) Saturation

A

C) Hue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

T/F: ​Sectioning elements are placed within grouping elements.

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

T/F: Embedded style sheets are created by web page authors and consist of styles that are inserted directly within the body element of a Hypertext Markup Language (HTML) document.

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

​If a network covers several buildings or cities, it is called _____.

A) WAN (wide area network)
B) ​​hypernet
C) intranet
D) LAN (local area network)

A

A) WAN (wide area network)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

​Identify a grouping element containing content that is derived from another source, often with a citation and often indented on a page.

A) ​pre
B) main
C) ​blockquote
D) figcaption

A

C) ​blockquote

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In order to enable users to jump to a specific location within a document, identify the attribute that should be added to an element tag to recognize that location.

A) id=”text”
B) ​a=”ref”
C) span
D) div

A

​id=”text”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

​The _____ statement must always come before any other style rules in a style sheet.

A) @embed
B) !embed
C) @import
D) !import

A

C) @import

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Inline styles are styles applied directly to specific elements using the style attribute
where element is the Hypertext Markup Language (HTML) element and _____ define the styles that are applied directly to that element.

A) ​style
B) ​element style
C) element
D) property: value

A

D) property: value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Case-Based Critical Thinking Questions

Case 1-2
Ted is asked to create a page containing his family photos for a family reunion website. He will has about 20 pictures to post, with a caption that he wants to display before each one. Each picture is a group photo of a particular family.

Which tag will Ted need to use to display the pictures?

A) ​< p >
B) < /p > < hr >
C) ​​< body pic src >
D) < img >

A

D) < img >

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

​To force a document to appear in a new window or tab, identify an attribute that should be added to < a > tag.

A) ​target
B) href
C) start
D) ​role < /a >

A

A) ​target

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Case-Based Critical Thinking Questions

Case 3-2
Terry is building a web site and wants to have three main links called Home, Product Info, and Contact Us. She will create a hierarchy of page elements and revise the style sheets.
In this case, the Home page contains two _____ elements.

A) ​parent
B) ​descendant
C) sibling
D) child

A

D) child

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A typeface, best used in small doses for decorative page elements, that mimics handwriting with highly stylized elements and flourishes is _____.

A) fantasy
B) cursive
C) monospace
D) serif

A

B) cursive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

T/F: ​Sectioning elements are also known as interactive elements because they allow interaction between a user and an embedded object.

A

F

17
Q

Case-Based Critical Thinking Questions

Case 1-1
Lucy wants to develop a web page to display her profile. She wants to just start with a basic page that lists her accomplishments, her work history, and the different computer courses she has taken. She would like each section to be clearly identified.

What would be the best file name for Lucy’s page according to Internet conventions?

A) ​Lucy’s Info
B) lucysinfo
C) Lucys Info
D) LucysInfo

A

B) lucysinfo

18
Q

T/F: ​A comment in a Hypertext Markup Language (HTML) file appears in the browser window when a page is displayed.

A

F

19
Q

_____ measures the amount of space between words.

A) Dithering
B) ​Kerning
C) ​Tracking
D) Pacing

A

C) ​Tracking

20
Q

​An additional factor in how an element is rendered is that properties are passed from a parent element to its children in a process known as _____.

A) style inheritance
B) ​style portioning
C) style link
D) style indexing

A

A) style inheritance

21
Q

​Which of the following is a popular integrated development environment for web development?

A) Adobe Dreamweaver
B) Windows Notepad
C) Microsoft Word
D) Adobe Reader

A

A) Adobe Dreamweaver

22
Q

Case-Based Critical Thinking Questions

Case 1-1
Lucy wants to develop a web page to display her profile. She wants to just start with a basic page that lists her accomplishments, her work history, and the different computer courses she has taken. She would like each section to be clearly identified.

Where will Lucy’s information page be stored once she has created it?

A) ​on a web page
B) on a web server
C) on the World Wide Web Consortium (W3C)
D) on a network driver

A

B) on a web server

23
Q

​The first line in a Hypertext Markup Language (HTML) file is the _____, which is a processing instruction indicating the markup language used in a document.

A) doctype
B) header
C) ​list
D) title

A

A) doctype

24
Q

T/F: Absolute units are units that are fixed in size regardless of the output device and are usually used only with printed media.

A

T

25
Q

To direct a style rule to specific elements, _____ can be used to match only those page elements that correspond to a specified pattern.

A) pseudo-classes
B) descendant elements
C) web fonts
D) selector patterns

A

D) selector patterns