Web Development Final Exam (Ch. 8-14)

¡Supera tus tareas y exámenes ahora con Quizwiz!

B. method

A _____ is an action that can be performed with an object. A. property B. method C. variable D. function

B. method/ functions

A ______ is a reusable block of JavaScript statements. A. property B. method/ functions C. variable

C. Digital Certificate

A _______ is a form of an asymmetric key that also contains additional information about the entity holding the certificate. A. SSL B. SET C. Digital Certificate D. None of the above

C. jump menu

A __________ is a term used to describe a select list that allows the user to select an option to load another web page. A. navigation B. page header C. jump menu D. none of the above

B. trademark

A _____________ is a word, phrase, symbol, or design that identifies and distinguishes the source of the goods of one party from those of others. A. copyright B. trademark C. domain name D. web host

B. dedicated web server

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. dedicated web server C. co-located web server D. private registration

link popularity

A rating determined by a search engine based on the number and quality of the sites that link to a particular website

QR code

A two-dimensional barcode that can be scanned by a smartphone to access a website

A. clothing, accessories, and footwear

According to a recent U.S. Census report, the type of product that sells best online is A. clothing, accessories, and footwear B. food and candy C. books, music, and videos D. home appliances and electronics

C. row and columns

An HTML table is comprised of ____ and ______. A. lines and text B. headers and body C. rows and columns D. none of the above

A. outsourcing

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 the above

A. check box

You would like to conduct a survey and ask your web page visitors to indicate the computer operating systems that they use. Each visitor could use more than one computer operating system. Select the form control that is best to use for this purpose. A. check box B. radio button C. text box D. scrolling text box

Search Engines

__________ are the most popular method used by visitors to find web sites.

A. the store is based on a template and may look very similar to other online stores

Identify a disadvantage of an instant online storefront A. the store is based on a template and may look very similar to other online stores B. the store can be ready in minutes C. the store cannot accept credit cards D. none of the above

B. the possibility of fraudulent transactions

Identify a potential risk for businesses using E-Commerce A. increased customer satisfaction B. the possibility of fraudulent transactions C. inconvenience of returns D. none of the above

A. SSL

Identify a protocol that allows data to be privately exchanged over public networks. A. SSL B. TCP C. IP D. None of the above

B. event

In the context of web page interactivity, a(n) _________ can be described as an action taken by the user. A. object B. event C. tag D. browser

A. currency conversion

International Issues uniquely related to E-Commerce include: A. currency conversion B. browser version, screen resolution C. culture D. none of the above

B. an object-oriented programming language

Java can be described as: A. a more sophisticated form of JavaScript B. an object-oriented programming language C. a language created by Netscape D. none of the above

A. an object-based scripting language

JavaScript can be described as: A. an object-based scripting language B. an easy form of Java C. a language created by Microsoft D. none of the above

Search indexes have a human being review your web site

Search indexes are different from search engines because

C. determine if the goals for the website have been met

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 the above

B. a free open-source JavaScript library

jQuery is A. an application developed by Microsoft B. a free open-source JavaScript library C. an application developed by Adobe D. none of the above

B. supply text descriptions of audio and video files that appear in your web pages

Select recommended usability and accessibility practices: A. use video and sound whenever possible B. supply text descriptions of audio and video files that appear in your web pages C. never use audio and video files D. none of the above

B. th

Use _______ element to indicate table column headings or table row headings. A. tr B. th C. thead D. head

B. tr/tr

Use the _____ tag pair to begin and end a table row. A. td /td B. tr /tr C. table /table D. none of the above

D. tfoot .. /tfoot

Use the ________ tag pair to configure a table footer row group. A. thead .. /thead B. tgroup .. /tgroup C. tbody .. /tbody D. tfoot .. /tfoot

A. thead .. /thead

Use the ________ tag pair to configure a table head row group. A. thead .. /thead B. tgroup .. /tgroup C. tbody .. /tbody D. tfoot .. /tfoot

A. document.write()

Use the ____________ method to write text to a web page. A. document.write() B. document.code() C. document.text() D. document.new()

B. td

Use the headers attribute on the ___ tag to correspond to the id attribute on a th tag. A. thead B. td C. tr D. table

banner ads, word of mouth, newsletters

Website promotion methods include:

B. fallback content

When coding an audio element, the code placed before the closing audio tag is considered to be: A. invalid B. fallback content C. only available to browsers that support HTML5 D. none of the above

A. name

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 the above

A. Java Virtual Machine (JVM)

When displaying a Java applet, the browser invokes the _______ to interpret the bytecode into the appropriate machine language. A. Java Virtual Machine (JVM) B. JavaScript interpreter C. Windows operating system D. Java Compiler

B. caption-side

Which of the following CSS properties positions the caption of a table? A. caption B. caption-side C. thead D. spacing

A. :last-of-type

Which of the following CSS3 pseudo-elements could be used to apply styles to the last row of a table? A. :last-of-type B. :last-row C. :tfoot D. This cannot be done with CSS

C. e-mail

Choose the item below that is not a valid value for the input element's type attribute. A. radio B. url C. e-mail D. text

increasing awareness of the website

Banner ads benefit websites by ________.

B. Contact a certificate authority and apply for a digital certificate

Choose the option below that best describes how a website owner can obtain a digital certificate. A. Digital Certificates are automatically created when you register for a domain name B. Contact a certificate authority and apply for a digital certificate C. Digital Certificates are automatically created when you are listed in a search engine D. Digital Certificates are automatically created when you obtain a merchant account

B. Disadvantages of using an instant online storefront for your e-commerce site include limited templates and potential limits on the number of products that can be sold.

Choose the true statement from those shown below: A. A Merchant Account allows you to use SSL on your web site. B. Disadvantages of using an instant online storefront for your e-commerce site include limited templates and potential limits on the number of products that can be sold. C. Instant storefronts are what most large-scale E-Commerce sites use. D. None of the above is true

D. both b and c

Select the HTML below that would associate a label displaying the text "Phone" with the text box named customerPhone. A. Phone: input type="textbox" name="customerPhone" B. label Phone: input type="text" name="customerPhone" /label C. label for="Phone" Phone: /label input type="text" name="customerPhone" id="Phone" D. both b and c

D. Correct both a and b

Select the HTML tag below that configures a button that, when clicked, will automatically reset form fields to their default values. A. input type="reset" B. button type="reset" Reset /button C. input type="button" value="Reset" D. both a and b

B. input type="text" name="email" size="40"

Select the HTML tag below that configures a text box with the name "email" and a width of 40 characters. A. input type="text" id="email" width="40" B. input type="text" name="email" size="40" C. input type="text" name="email" space="40" D. input type="text" width="40"

B. ==

Select the comparison operator to use when testing a condition for equality. A. = B. == C. < D. none of the above

Robot, database, search form

Select the components of a search engine

B. select list

Select the form control below that does not use the input tag. A. text box B. select list C. checkbox D. radio button

A. defining the site organization, navigation, and labeling

Select the items involved in the role of an Information Architect. A. defining the site organization, navigation, and labeling B. attending all meetings and collecting all information C. managing the project D. none of the above

C. A form can be used to pass information to a program or script on the web server

Select the statement below that is true about forms. A. The form tag is optional B. It is recommended to use mailto: as the action on a form since that is the easiest for the web developer C. A form can be used to pass information to a program or script on the web server D. none of the above is true

B. JavaScript

Select the technology that was developed by a joint effort between Netscape and Sun Microsystems. A. Java B. JavaScript C. Flash D. Ajax

D. Near Field Communication (NFC)

Select the term below that describes communication that uses a radio frequency to share information between electronic devices in close proximity. A. cybersquatting B. digital certificate C. shopping cart D. Near Field Communication (NFC)

They may be used by search engines to index a web page

Select the true statement about metatags

B. range

Select the value of the type attribute that configures an HTML5 slider control. A. spinner B. range C. number D. input

D. all of the above

The Analysis Phase of a web site project determines A. "what" the site will do - not "how" it will be done B. the information topics of the site C. the content requirements of the site D. all of the above

A. True

The CSS border-spacing property can be used to configure the horizontal and vertical spacing of table borders. A. True B. False

B. transform

The CSS3 _____________ property allows you to rotate, scale, skew, or move an element. A. display B. transform C. transition D. hover

B. alert()

The _____ method displays a message to the user and contains one button. A. prompt() B. alert() C. message() D. none of the above

A. Document Object Model

The _______ defines every object and element on a web page. A. Document Object Model B. Browser C. Operating System D. None of the above

D. both a and b

The _________ operating system(s) treat uppercase and lowercase letters differently. A. UNIX B. Linux C. Windows D. both a and b

C. Graphic Designer

The _______________ determines appropriate use of graphics on the site, creates and edits graphics. A. Project Manager B. Copy Editor C. Graphic Designer D. Information Architect

D. canvs

The _______________ element configures dynamic graphics. A. object B. script C. embed D. canvas

B. document.bgcolor

The _______________ property can set the background color of the document. A. document.background B. document.bgcolor C. document.color D. document.backgroundcolor

stickiness

The ability to keep web page visitors at your site is called

B. video files

The file extensions .avi, .m4v, and .ogv are used for: A. audio files B. video files C. Flash media files D. none of the above

B. a derivative of the SDLC similar to the one discussed in this chapter

The methodology used by web project teams is usually: A. the SDLC B. a derivative of the SDLC similar to the one discussed in this chapter C. decided on as the project is built D. web sites do not require the use of a development methodology

B. caption

The purpose of the _______ element is to describe the contents of a table. A. summary B. caption C. title D. source

D. legend

The purpose of the __________ is to configure a label for a field set. A. label B. p C. form D. legend

social media optimization

The term _________________ refers to configuring a web page so that it can be easily linked to from social bookmarking and social networking sites.

B. EDI

The transfer of business data between different companies using networks is called ____. A. FTP B. EDI C. e-mail D. None of the above


Conjuntos de estudio relacionados

LIFE ONLY_Chapter 4- Types of Life Policies

View Set

Quiz: Module 07 Network Architecture

View Set

Cells and Layers of The Epidermis

View Set

LAB EXERCISE 9.2 Determining Elevations from Topographic Maps

View Set