webfinal Flashcards
When using the box mode, the _________ is always transparent.
a) spacing
b) margin
c) content
d) border
b) margin
When applying the design principle of ________ related items are grouped together
a) repetition
b) alignment
c) linear
d) proximity
d) proximity
Choose the HTML5 element belovw that is used to configure an area on a web page that can stand on its own and could potentially be syndicated
a) aside
b) article
c) section
d) div
b) article
The ________ operating system(s) treat uppercase and lowercase letters differently
a) UNIX
b) Linus
c) Windows
d) both UNIX and Linux
d) both UNIX and Linux
from the choices below select the correct order to code CSS pseudo-classes
a) link, visited, hover, active
b) link, hover, active, visited
c) link, hover, visited, active
d) hover, link, active, visited
a) link, visited, hover, active
A type of graphic that is best-suited to photographs is:
a) jpg
b) photo
c) gif
d) none of these
a) jpg
Solid or fixed design is sometimes called ______ design and uses a fixed-width page layout.
a) liquid
b) hierarchical
c) ice
d) alignment
c) ice
Select the group whose mission is to create guidelines and standards for web accessibility
a) Internet Society
b) Web Accessibility Initiative
c) International Webmasters Association
d) none of these
b) Web Accessibility Initiative
The _______ is the area between the content and the border
a) border
b) spacing
c) padding
d) none of these
c) padding
The ________ HTML5 element is used to tangential or supplemental content
a) header
b) aside
c) nav
d) section
b) aside
Select the code below that configures a background image to repeat horizontally across a web page.
a) hspace=”10”
b) background-repeat: repeat-y;
c) valign=”left”
d) background-repeat: repeat-x;
d) background-repeat: repeat-x;
_______ is appropriate for the initial web presence of an organization
a) Co-located Hosting
b) Virtual Hosting
c) Free Web Hosting
d) Dedicated Hosting
b) Virtual Hosting
When CSS is coded in the body of the web page as an attribute of an HTML tag it is called _______
a) External
b) Embedded
c) Imported
d) Inline
d) Inline
CSS rules are comprised of
a) Selectors and Declarations
b) Properties and Declarations
c) Selectors and Attributes
d) none of these
a) Selectors and Declarations
The type of testing that observes how actual web page visitors use a website is called:
a) beta testing
b) Usability testing
c) client acceptance testing
d) Visitor testing
b) Usability testing
A _________ is an image that is configured so that parts of the image can be used as one or more hyperlinks
a) image map
b) hyperimage
c) navigation image
d) none of these
a) image map
Th e______ property is used to modify the stacking order of elements on a web page
a) display
b) z-index
c) float
d) stacking
b) z-index
Select the item below that does not belong in a consistent website design
a) the same logo in the same location on each content page
b) a similar navigation area on each content page
c) the same fonts on each content page
d) a different background color on each page
d) a different background color on each page
Select the form control below that would be appropriate to accept comments about your web site
a) select list
b) text box
c) scrolling text box
d) none of these
c) scrolling text box
Select an activity of the Evaluation Phase
a) choose a web authoring tool
b) verify that the HTML passes W3C validation
c) determine if the goals for the website have been met
d) none of these
c) determine if the goals for the website have been met
The purpose of the \_\_\_\_\_\_\_ is to configure a label for a a) <p> b) c) d)
c)
The default value for the border property for an element is:
a) 3px
b) 10px
c) 1px
d) 0px
d) 0px
Use the ________ property to configure an image to use as a bullet point in an unordered list
a) bullet-image
b) image-style
c) bullet-style-image
d) list-style-image
d) list-style-image
What attributes are valid for the tag?
a) name, id, multiple, selected
b) name, id, multiple, checked
c) name, id, multiple
d) name, id, multiple, rows, cols
c) name, id, multiple
Include the keyword _____ in a media query to cause older, non-supporting browsers to ignore the media query
a) meta
b) viewport
c) skip
d) only
d) only
A hyperlink with the phone: scheme may cause a web browser on a mobile device to initiate a phone call.
TRUE or FALSE
FALSE
Use the ______ property to configure multiple backgrounds on an element
a) multiple
b) multiple-background
c) backgrounds
d) background
d) background
An alternative to creating all or part of a website within your organization is to use:
a) outsourcing
b) ready-made web site
c) a free web page at a free web host
d) none of these
c) a free web page at a free web host
Applying the design principle of _______ serves to add interest and draw attention
a) contrast
b) proximity
c) linear
d) alignment
a) contrast
Use the _______ property in the HTML link tag to associate a web page with a style sheet for printing
a) media = “print”
b) media = “paper”
c) media = “screen”
d) out = “printer”
a) media = “print”
The HTML5 _______ form control provides the user with a selection of choices along with an option to enter information
a) select list
b) slider
c) check box
d) datalist
d) datalist
When configuring a group of radio button form controls, the value of the ______ attribute on each radio button must be the same
a) name
b) id
c) value
d) none of these
a) name
Select the attribute used to limit the number of characters that a text box will accept
a) size
b) limit
c) maxlength
d) columns
c) maxlength
A _______ involves the exclusive use of a rented computer and connection to the Internet that is housed in the web hosting company’s premises
a) virtual hosting agreement
b) private registration
c) co-located web server
d) dedicated web server
d) dedicated web server
New Top Level Domains are coordinated by
a) No one, because anyone can add a TLD to the Domain Name System
b) W3C
c) TCP
d) ICANN
d) ICANN
Use an id to configure a style when:
a) the style could apply to more than one element on a page
b) the style will apply to only one element on a page
c) the style is used for all elements on a page
d) none of these
a) the style could apply to more than one element on a page
CSS was first proposed as a standard by the W3C in _______
a) 1996
b) 2002
c) 1992
d) none of these
a) 1996
Select the true statement from the list below.
a) When a domain name ends in .com it indicates that it is a computer company
b) A country code domain name can only be owned by someone who resides in that country
c) Only non-profit organizations can purchase a .org domain name
d) none of these
d) none of these
Select the attribute used to limit the width of a text box as displayed in a browser
a) maxsize
b) size
c) columns
d) limit
b) size
Select the tag used to visually group a number of form controls
a)
b)
c)
d) none of these
b)
Choose the recommended method(s) to obtain graphics for your website
a) Purchase a CD of graphics
b) Use a graphics application and create your own
c) Right click and copy a graphic from any website
d) both a and b
b) Use a graphics application and create your own
Select the value of the type attribute that configures an HTML5 spinner control
a) range
b) number
c) input
d) spinner
b) number
Choose the example below of a descendant selector that configures the anchor tags with a div assigned to the navigation id
a) div.navigation a
b) a#navigation div
c) div#navigation a
d) navigation#div a
c) div#navigation a
The tag used to create a horizontal line on a web page is:
a)
b) <br></br>
c) <hr>
d) <h1>
c) <hr>
Use the _______ tag to code embedded styles on a web page.
Choose the HTML tag below that would configure a scrolling text box with the name “feedback”, 3 rows, 60 characters.
a)
b)
d) none of these
c)
The first widely used graphical web browser was developed at:
a) ARPA
b) CERN
c) NSF
d) NCSA
d) NCSA
A _______ is a type of ______
a) URL, URI
b) HTML, web page
c) URL, HTML
d) URI, URL
a) URL, URI