Com Sci 106 Final

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

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.

A) :last-of-type

How would you define a fragment identifier at the top of a page, called "top"? A) <div id="top"> B) <div bookmark="top"> C) <div id="#top"> D) <div href="top">

A) <div id="top">

Select the form control from the choices below that may be used to submit a form A) <input type="submit" > B) <submit></submit> C) <input type="button" value="submit" > D) <select option="submit" >

A) <input type="submit" >

In the _____ Phase a prototype of the website will often be created. A) Design Phase B) Conceptualization Phase C) Production Phase D) Analysis Phase

A) Design Phase

Select the true statement from those listed below. A) Java applets may be contained in files with the .class extension B) Java applets are not copyrighted C) Java applets must be saved in a different folder than web pages D) All of these statements are true

A) Java applets may be contained in files with the .class extension

The following code will cause the object not to display. display:none A) True B) False

A) True

____ A benefit of using the CSS Sprites technique is to decrease the number of HTTP request calls to the web server A) True B) False

A) True

____ The W3C's concept of "One Web" relates to providing a single resource that is configured for optimal display on multiple types of devices. A) True B) False

A) True

_____ The CSS vertical-align property can be used to configure the vertical alignment of the contents of a table cell. A) True B) False

A) True

______________ is appropriate for the initial web presence of an organization. It's also called shared hosting, is a popular choice for small websites. A) Virtual Hosting B) Free Web Hosting C) Dedicated Hosting D) Co-located Hosting

A) Virtual Hosting

JavaScript can be described as: A) an object-based scripting language B) JavaScript is more powerful and much more flexible than Java C) a language created by Microsoft D) none of them

A) an object-based scripting language

The file extensions .wav, .mp3, and .ogg are used for: A) audio files B) video files C) Flash media files D) none of them

A) audio files

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 select more than one computer operating system on the list. Select the form control that is best to use for this purpose. (The users don't need to type in the text information on the box. ) A) check box B) radio button C) text box D)scrolling text box

A) check box

Use the _______ property in the HTML link tag to associate a web page with a style sheet for printing. A) media="print" B) out="printer" C) media="paper" D) media="screen"

A) media="print"

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 them

A) outsourcing

Use the CSS ______ property to configure the cellpadding of a table. A) padding B) margin C) cellpadding D) none of them

A) padding

The __________ attribute of the anchor tag can cause the new web page to open in its own browser window. A) target B) window C) id D) href

A) target

The ________ meta tag configures scale and dimension on mobile web page display. A) viewport B) description C) sprite D) media query

A) viewport

Select the HTML tag below that configures a button that, when clicked, will automatically reset form fields to their default values. A) <output type="reset"> B) <button type="reset">Reset</button> C) <input type="button" value="Reset" > D) none of them

B) <button type="reset">Reset</button>

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

B) <caption>

Select the void element that can configure a Flash .swf on a web page:

B) <embed>

Select the tag used to visually group a number of form controls. A) <group> B) <fieldset> C) <form> D) none of them

B) <fieldset>

Select the HTML tag below that configures a textbox 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) <input type="text" name="email" size="40" >

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>

B) <td>

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

B) <th>

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

B) <tr> </tr>

The type of testing that observes how actual web page visitors use a website is called: A) Visitor testing B) Usability testing C) beta testing D) client acceptance testing

B) Usability testing

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

B) dedicated web server

Select the attribute used to limit the number of characters that a text box will accept. A) value B) maxlength C) limit D) columns

B) maxlength

Select the type of form control that "disguises" the characters that are typed. A) text B) password C) encrypt D) textbox

B) password

What is the term used to describe image file that contains multiple small graphics? A) thumbnail image B) sprite C) image link D) viewport

B) sprite

Select the true statement from those listed below. A) There is no copyright on the Web B) It is OK to use files created by others if you give them credit. C) You should obtain permission before using files created by others. D) None of these statements are true.

C) You should obtain permission before using files created by others.

Use the ______ attribute to configure the width of a table border. A) tableborder B) width C) border D) none of them

C) border

To configure the table cells to share a common border and eliminate the default space between table cells configure ___________. A) border: none; B) border-spacing: none; C) border-spacing: 0; D) border: collapse;

C) border-spacing: 0;

Use the _______ attribute on a <video> tag to display user controls for the video player. A) poster B) player C) controls D) image

C) controls

Select an activity of the Evaluation Phase A) choose a web authoring tool B) choose a domain name C) determine if the goals for the website have been met D) none of them

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

Select the term below which names an HTML5 API that allows web page visitors to share their geographic location. A) data B) web storage C) canvas D) geolocation

D) geolocation

Include the keyword _____ in a media query to cause older, non-supporting browsers to ignore the media query. A) viewport B) meta C) skip D) only

D) only

Select the item below that lists elements used in an HTML table: A) table, head, tfoot B) table, tr, tt C) thead, body, tr D) table, tr, td

D) table, tr, td

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 them

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

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 them is true

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

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 them

C) Digital Certificate

A ______ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS. A) sprite B) viewport C) media query D) fragment identifier

C) media query

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 them

C) scrolling text box

The purpose of the __________ is to configure a label for a <fieldset>. A) <type> B) <p> C) <form> D) <legend>

D) <legend>

Select the tasks that should be performed when a website is tested. A) check all of the hyperlinks within the site. B) view the site in a variety of Web browsers. C) view the site in a variety of screen resolutions. D) all of them

D) all of them

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 them

D) all of them

Before selecting a web host provider, it is a good idea to A) Try to contact their technical support B) Make sure they are the cheapest possible C) Carefully read their service level agreement D) both 'Try to contact their technical support' and 'Carefully read their service level agreement' are the correct answers

D) both 'Try to contact their technical support' and 'Carefully read their service level agreement' are the correct answers

Select an activity of the Production Phase: A) a web authoring tool is often used B) design the prototype C) the web pages are individually tested D) both 'a web authoring tool is often used' and 'the web pages are individually tested' are the correct answers.

D) both 'a web authoring tool is often used' and 'the web pages are individually tested' are the correct answers.


Set pelajaran terkait

Anatomy 1 final review questions

View Set

Solving for side lengths of right triangles

View Set