NEW
Font size
WorksheetsFUNDAMENTALS OF WEB DESIGN
Total questions: 20
Worksheet time: 10mins
A host that provides storage space for saving and retrieving files is a called a
Server
Print Server
File Server
Client Server
each Website contains a ____ page, which is the first document users see when they access the site
documents
home
tools
server
193.168.1.5 is an example of a(n)___
Transmission Control Protocol (TCP) address
Internet Protocol (IP) address
Domain Name Number (DNN)
Internet Access Control (IAC) address
The ____ was created to resolve the difficulty in remembering and using Internet Protocol address to access websites
Domain Name System(DNS)
Machine Access Control (MAC) system
Computer Stack System(CSS)
Shared Network storage (SNS) system
A(n)_____ is a private network that uses Internet technologies to share business information with selected corporate partners or key customer
ethernet
extranet
access point network
newsnet
in a wireframe _____ is an area on the page that is intentionally left blank
Passive white space
Acive blue line
Pasive blue line
Active white space
in a wireframe ____ is the space between content areas
Active white space
Passive blue line
Passive white space
Active blue line
A ___ website structure is appropriate if visitors should view the webpages in a specific order, as in the case of training material in which users need to complete Training module 1 before attempting Training module 2?
Hierarchical
Linear
Webbed
Nested
A ___ website structure connects webpages in a treelike structure
Hierarchical
Linear
Webbed
Nested
The ___ tag is used to display a horizontal rule across the page
<line>
<rule>
<hr>
<r>
____ is designed to exchange and transport data
Unified Modeling Language (UML)
Practical Extraction and report Language (PERL)
Extensible Markup Language (XML)
JavaScirpt
if an element contains text or another element, it is marked using a ____ tag set in which an opening tag and a closing tag enclose the element content
Double
one-sided
two-sided
Single
A ___ identifies the number of pages in a website and shows how each page is linked to other pages
Wireframe
Prototype
Mock-Up
Sitemap
___ must be inserted as the first line of a Hypertext markup Language (HTML) code to define a new HTLM5 document.
<html ver = 5>
<html lang = "en">
<!DOTYPE html>
!HTML5
A page containing on outline of the entire site and its content, called a(n)___. can be supplied to users
site outline
site index
content guid
site guide
Sections of most commercial Web sites are off-limits except to subscribers and registered customers and have a(n)___ Web page that users must go through to get the off-limits area.
password key
protected
password-protected
protected-entry
When referencing a file located in a different folder than the link tag, you must include the ___ for the file
link
path
anchor
map
With HTML, absolute pathnames begin with a ___
slash
period
comma
parenthesis
To link to a document, you must specify its___
property
attribute
path
relation
Which of the following relative pathnames is interpreted as "the index.html" file and is in the folder one level up in the folder tree from the current file?
./index.htm
../index.htm
/index.htm
_/index.htm
