IST 4654
A ____ of a color is darker than the original color and is created by mixing the color with black. A) shade B) tint C) complement D) tone
A
A ___________ color scheme consists of shades, tints, or tones of the same color. A) monochromatic B) triadic C) complementary D) analogous
A
A(n) _______ website provides accommodations to individuals with visual, auditory, physical, and neurological disabilities. A) accessible B) popular C) reliable D) good
A
An ________________ modifies or further describes the function of an element. A) doctype B) tag C) attribute D) None of these answers are correct
A
Choose the attribute used to provide accessibility by configuring a text alternative that is available to browsers and other user agents that do not support graphics. A) alt B) text C) src D) height
A
Choose the graphic format that is best-suited to display photographs on web pages. A) jpg B) photo C) gif D) psd
A
Choose the true statement below. A) The content that displays in the browser is contained in the body section. B) HTML5 is the last version of HTML. C) The content that displays in the browser is contained in the head section. D) The Domain Name System is used to purchase domain names.
A
Consider _______ when designing for display on a mobile device. A) all of these answers are correct. B) font size C) contrast D) small screen size
A
Select protocols that are used for e-mail processing. A) SMTP, POP3, IMAP B) ETP, FTP C) ETP, FTP, SMTP D) HTTP
A
Select the code below that will configure a background image called parchment.gif for a web page using CSS. A) body {background-image:url(parchment.gif); } B) document {background:parchment.gif; } C) body {background:parchment.gif'} D) body {background-color:parchment.gif;}
A
Select the element used to hyperlink web pages to each other from the list below: A) anchor B) link C) hyperlink D) target
A
Select the function of an e-mail link from the choices below. A) launch the default e-mail application for the visitor's browser with your e-mail address as the recipient B) link to your mail server C) display your e-mail address so that the visitor can send you a message later D) automatically send you an e-mail message with the visitor's e-mail address as the reply-to field
A
Select the item below that lists the top level domain name for the URL http://www.yahoo.com. A) com B) yahoo C) http D) www
A
Select the true statement from the list below. A) None of these answers are correct. B) When a domain name ends in .com it indicates that it is a computer company. C) Only non-profit organizations can purchase a .org domain name. D) A country code domain name can only be owned by someone who resides in that country.
A
The CSS3 _______ property configures the transparency of an element. A) opacity B) transparency C) background-opacity D) opacity-background
A
The first widely used graphical web browser was developed at: A) NCSA B) ARPA C) CERN D) W3C
A
The four principles of WCAG 2.0 are as follows: A) perceivable, operable, understandable, robust B) browsers, CSS, HTML, Notepad C) linear, hierarchical, random, sequential D) contrast, repetition, alignment, proximity
A
The meta element is coded in the ___________ section of a web page document. A) head B) body C) footer D) DOCTYPE
A
Use the ______ attribute to configure the browser to render table cell borders. A) border B) width C) tableborder D) border-spacing
A
Use the ______ element to create a generic area or section on a web page that is physically separated from others. A) div B) small C) strong D) h1
A
What type of HTML list would be good to use to display a list of terms and their definitions? A) description list B) unordered list C) ordered list D) bullet list
A
When should you use a relative hyperlink? A) When you need to link to a web page internal to your website B) Always, the W3C prefers relative hyperlinks C) When you need to link to a web page external to your website D) Never, the W3C has deprecated relative hyperlinks
A
Which of the following symbols terminates a style declaration? A) ; semi-colon B) ! exclamation mark C) : colon D) # hash mark
A
Which of the following, from outermost to innermost, are components of the box model? A) margin, border, padding, content B) content, padding, border, margin C) content, margin, padding, border D) margin, padding, border, content
A
A ____________ is a sketch or blueprint of a web page that shows the structure (but not the detailed design) of basic page elements such as the logo, navigation, content, and footer. A) drawing B) wireframe C) site map D) hierarchy
B
A web page document is contained between opening and closing ________tags. A) head B) html C) doctype D) body
B
Choose the item that creates an image link to the school.html page when the school.gif graphic is clicked. A) <a href="school.html" src="school.gif" alt="school"></a> B) <a href="school.html"><img src="school.gif" alt="school"></a> C) <img src="school.gif" href="school.html" alt="school"> D) <a href="school"><img src="school.gif" href="school.html" alt="school"></a>
B
Choose the organization listed below that takes a proactive role in developing recommendations and prototype technologies related to the Web. A) ARPA B) W3C C) ICANN D) CERN
B
How would you configure a hyperlink from the index.html file to another file named services.html which is located in the same folder? A) <a target="services.html">Services</a> B) <a href="services.html"> Services </a> C) <a name="services.html"> Services </a> D) <a> Services </a>
B
Select the code below that configures a background image to repeat horizontally across a web page. A) repeat: across; B) background-repeat: repeat-x; C) background-repeat: no-repeat; D) background-repeat: repeat-y;
B
Select the items below that can be used as a CSS Selector. A) an id name B) all of these answers are correct. C) a class name D) an HTML element
B
Select the items below that can help to appeal to the intended or target audience of a site. A) the amount of color used on the site B) all of these answers are correct. C) the font size and styles used on the site D) the overall look and feel for the site
B
Select the tag that displays an image on a web page. A) a B) img C) image D) graphic
B
The Web Safe Color Palette is a collection of 216 colors that _____ A) relate to the fashion industry and change each year B) display the most similar on both the Mac and PC platforms C) display quicker than other colors D) None of these answers are correct.
B
The default value for the border property for an element is: A) 1 pixel B) 0 pixels C) 3 pixels D) 10 pixels
B
The purpose of the ________ element is used to configure the main content of a web page document. A) content B) main C) nav D) center
B
To apply a style to exactly one element on a web page, configure a CSS _____________. A) group B) id C) None of these answers are correct. D) class
B
Use the ______ element to contain an HTML table. A) tr B) table C) th D) td
B
Use the ________________ property to configure rounded corners with CSS. A) border-round B) border-radius C) box-shadow D) background-corner
B
When CSS is coded in the body of the web page as an attribute of an HTML tag it is called ________. A) Embedded B) Inline C) External D) Imported
B
When applying the design principle of __________ related items are grouped together. A) contrast B) proximity C) linear D) repetition
B
When configuring the background color of an element, the background color is applied to both the content and ______ areas. A) border B) padding C) margin D) extra
B
Which of the following configures a 1 pixel, solid black border for an element? A) border-all: #000000; B) border: 1px solid #000000; C) border-style: 1px solid #000000; D) border-top: 1px solid #000000;
B
Which of the following configures padding for an element with the following values: top padding 0 pixels, left padding 10 pixels, right padding 10 pixels, bottom padding 20px? A) padding: 10px 0px 20px 10px; B) padding: 0 10px 20px 10px; C) padding: 10xp 20px; D) padding: 20px 10px 10px 0px;
B
Which of the following is a CSS selector that will configure the anchor elements within the nav element. A) a nav B) nav a C) #nav a D) nav anchor E) .nav a
B
______ is a set of rules for exchanging files such as text, graphic images, sound, video, and other multimedia files on the Web. A) FTP B) HTTP C) TCP D) IP
B
A ________ consists of two or more computers connected for the purpose of communicating and sharing resources. A) server B) client C) network D) MIME
C
Choose the graphic format that supports millions of colors, supports variable transparency levels, and uses lossless compression. A) gif B) jpg C) png D) bmp
C
Choose the recommended use of tables on web pages. A) Use tables to format the layout of an entire page B) Must have at least one table in a web page C) Use tables to organize tabular information D) Use tables to format hyperlinks
C
Select a good design recommendation for text hyperlinks. A) include the words "Click here" in your text B) create the entire sentence as a hyperlink C) use a key phrase as a hyperlink D) create the entire block as a hyperlink
C
Select the browser's action when you configure BOTH a background color and background image for the body selector. A) display the background color instead of the background image B) will display no background for the page because it is "confused" C) display the background color while the background image loads and before the background image is displayed D) do none of the above
C
Select the code below that uses CSS to configure a background color of #eaeaea for a web page. A) None of these answers are correct. B) body {bgcolor:#eaeaea; } C) body {background-color:#eaeaea; } D) document {background-page:#eaeaea; }
C
The _______ is the area between the content and the border. A) border B) spacing C) padding D) margin
C
The __________ attribute of the anchor element can cause the new web page to open in its own browser window. A) window B) id C) target D) href
C
The ___________________ property configures a shadow effect on the text displayed within an element. A) box-shadow B) linear-gradient C) text-shadow D) shadow
C
The following syntax can NOT be used to configure a paragraph with red color: A) p { color: #F00 } B) p { color: hsl(0, 100%, 50%) } C) p { color: rgba(255, 255, 255, 0.5) } D) p { color: red }
C
The process of ensuring that web pages coded with new or advanced techniques still are usable in browsers that do not offer support for the newer features is called: A) validation B) valid enhancement C) progressive enhancement D) optimization
C
Use the _____ element to code embedded styles on a web page. A) css B) link C) style D) embed
C
Use the _____ element to contain a table row. A) table B) td C) tr D) row
C
Use the ______ element to create a generic area or section on a web page that is physically separated from others. A) strong B) small C) div D) span
C
Use the _______ property to configure multiple backgrounds on an element. a. multiple-background A) multiple-background B) multiple C) background D) backgrounds
C
Use the __________ property to configure a minimum width for an element A) width B) minimum-width C) min-width D) m-width
C
Use the _______________ property to configure an image to use as a list marker in an unordered list. A) bullet-image B) image-style C) list-style-image D) bullet-style-image
C
Which of the following configures a margin for an element with the following values: top margin 30 pixels, left margin 150 pixels, right margin 0 pixels, and bottom margin 0 pixels? A) margin: 150px 20px 0 300px; B) margin: top-30, left-150, right-0, bottom-0; C) margin: 30px 0 0 150px; D) margin: 30px 150px 0 0;
C
Use of the Internet was originally limited to government, research and academic use. True False
True
A domain name is a unique text-based Internet address corresponding to a unique numeric____________. A) URL B) domain name C) user name D) IP address
D
A page layout technique that often uses a percentage value for width is called _________ . A) ice B) fixed C) wireframe D) fluid
D
Choose the method to avoid when obtaining graphics for your website. A) Purchase a DVD with royalty-free graphics B) Use a graphics application and create your own C) Purchase graphics from a website D) Right-click and copy a graphic you like from any website
D
Choose the special character that is used to indicate a blank space. A) ␣ B) &space; C) © D)
D
Select the code below that configures a class called "offer" with blue text using CSS. A) .offer { text: blue; } B) #offer { color: blue; } C) offer { color: blue; } D) .offer { color: blue; }
D
Select the item below that does not belong in a consistent web site 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
Select the main reason for the initial development of the World Wide Web from the list below: A) To allow companies to conduct commerce over the Internet B) To allow companies to advertise over the Internet. C) None of these answers are correct D) To allow communication between researchers and links between research papers
D
Select the most commonly used site organization for commercial web sites. A) sequential B) random C) linear D) hierarchical
D
The CSS opacity property configures the display of _____________ A) only the background B) only the text C) neither the text or the background D) both the text and the background
D
The Internet was started by the U.S. Department of defense in 1969 as a network of four computers called ____________. A) Internetwork B) NSFnet C) BITNET D) ARPAnet
D
The purpose of the ________ element is used to configure the main navigation area on a web page. A) navigation B) command C) header D) nav
D
Use the ______ element to associate a web page with an external style sheet. A) target B) include C) a D) link
D
When using the box model, the _____ is always transparent. A) border B) content C) spacing D) margin
D
Where do you place the code to associate a web page with an external style sheet? A) in the body section of the web page document B) in the DOCTYPE of the web page document C) in the external style sheet D) in the head section of the web page document
D
Which of the following is correct CSS syntax? A) p : color #000000; B) p { color;#000000; } C) p { color=#000000; } D) p { color: #000000; }
D
Client computers fulfills the request and transmits the results over a network. True False
False
External styles override or take precedence over inline styles. True False
False
The Domain Name System is used to purchase domain name. True False
False