Quiz 1 Flashcards
Chapters 1 and 2
Identify an element used for quoted material.
A) a
B) q
C) wbr
D) content
B) 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.
T
The totality of interconnected hypertext documents became known as the _____.
A) intranet
B) client-server network
C) hypernet
D) World Wide Web
D) World Wide Web
_____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
C) Hue
T/F: Sectioning elements are placed within grouping elements.
F
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.
F
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) WAN (wide area network)
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
C) blockquote
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
id=”text”
The _____ statement must always come before any other style rules in a style sheet.
A) @embed
B) !embed
C) @import
D) !import
C) @import
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
D) property: value
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 >
D) < img >
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) target
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
D) child
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
B) cursive
T/F: Sectioning elements are also known as interactive elements because they allow interaction between a user and an embedded object.
F
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
B) lucysinfo
T/F: A comment in a Hypertext Markup Language (HTML) file appears in the browser window when a page is displayed.
F
_____ measures the amount of space between words.
A) Dithering
B) Kerning
C) Tracking
D) Pacing
C) Tracking
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) style inheritance
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) Adobe Dreamweaver
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
B) on a web server
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) doctype
T/F: Absolute units are units that are fixed in size regardless of the output device and are usually used only with printed media.
T
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
D) selector patterns