• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/99

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

99 Cards in this Set

  • Front
  • Back
The entire image used in an image map must be clickable.
False - it can be clickable.
Web page developers are always dependent on text-based links to route visitors to other locations.
False - sometimes dependent
A Hotspot, when clicked, sends the Web page visitor to another part of the same Web page or to a different Web page.
True.
Images make Web pages more exciting and interesting to view.
True.
Using a large image has no impact on the amount of time required for pages to download over lower-speed connections
False - it does have impact.
An image map available on a particular Web site's server must be registered to the server before it can be used.
True.
The first step in creating an image map for a Web page is to map the image coordinates for each Hotspot.
False - it is the third step.
The sections in an appropriate image are very distinct and easy to see.
True.
The x-axis runs along the base of an image.
True.
The x- and y- coordinates are inserted into the <area> tag with the coords attribute, within number signs and separated by commas.
False - quotation marks, not number signs. Commas, not periods.
Adobe Photoshop can be used to create images that can be used as image maps or to crop selections out of existing images.
True.
Paint is the only software tool that can be used to identify the coordinates for an image map area.
False - one of the many tools.
The ismap attribute specifies an image as a client-side image map and associates the map element's id with the image.
False - usemap, not ismap.
The src attribute of the <area> tag displays alternate text for the image.
False - it's the alt attribute, not the src attribute.
In an image map, if one incorrect number is typed as an x- or y- coordinate, the entire image map can be wrong as a result.
True.
In an image map, either a specific area or several areas serve as which of the following?
Hotspots.
A Web page that uses an image map for navigation also should include _____ links to the URLs reflected in the image map.
Text.
Using _____ links in conjunction with navigational image map ensures that if the image does not download or a Web page visitor has images turned off, a user can still navigate to other Web pages.
Text.
With a(n) _____ image map, the Web server does all the work.
Server-side.
In a (n) _____ image map, the image implemented by a program that runs on the Web server.
Server-side.
With a(n) _____ image map, the browser does not have to send the x- and y- coordinates of the mouse click to the Web server.
Client-side.
With a client-side image map, the ____ of the mouse click are included in the HTML file together with the URL of the link.
Coordinates.
With a server-side image map, the browser sends the x- and y- coordinates to the Web server for the position of the ____ on the image map.
Link.
Server-side image mapping has the advantage that most, if not all, ____, support it.
Browsers.
Which of the following is a possible shape for an image map area?
Rectangle.
You must use the coordinates for each corner of the shape in which of the following image sections?
Polygonal.
For a circular image selection, which of the following is used as a coordinate?
Center point.
Map areas can use any of the following shapes EXCEPT _____.
Indexed.
For a (n) ____ clickable image shape, you use the center point and the radius as the coordinates.
Circular.
The ____ tag defines the link and anchors for an image map.
<area>
Moving the mouse pointer ____ increases the x-coordinate in Paint.
To the right.
Moving the mouse pointer _____ increases the y-coordinate in Paint.
Down.
The ___ attribute in an <img> tag indicates a server-side image map.
ismap.
Generally speaking, the ___ attribute indicates the URL of a client-side image map.
usemap.
Which of the following attributes of the <img> tag specifies the image file to be used?
src.
A client-side image map is placed with the ____ tags.
<map></map>
The ___ attribute of the <area> tag indicates the points bounding the map area.
Coords.
What kind of image map shape would have the following coordinates: 338,154,71?
Circle.
When an image is used as a link, the entire image becomes the _______ element, also called the hotspot.
Clickable element.
A (n) _______ button bar is a navigation bar that uses graphical images.
Image map.
In a server-side image map, the _____ sends the x- and y- coordinates to the Web server for the position of the link on the image map.
Browser.
An appropriate image for image mapping is one that has obvious visual ______ and is therefore a good choice as an image map.
Sections.
The ______ -axis runs horizontally along the base of the image.
x
The _____ tool in the Tools group can be used to find the x- and y- coordinates of the image to be mapped.
Pencil.
The first number of a(n) ______ is the x-coordinate, and the second number is the y-coordinate.
Coordinate pair.
The ____ -axis runs vertically along the left of the image.
y
In Paint, the ______ area is where the image displays.
Drawing.
The x- and y- coordinates are ______ when beginning in the top-left corner of an image.
(0,0)
A character ______ is a code snippet interpreted by Web browsers to display special characters.
Enity reference.
The two main image mapping tags are <map> </map> and ________.
<area> </area>
Using a Web page form for user input reduces the potential for errors because customers enter data or select options from the form included directly on the Web page.
True.
A select input control creates a series of check boxes for Web visitors to use.
False - Checkbox, not select input control
The maximum length of a text field may exceed the size of the field that displays on the form.
True.
Multiple radio buttons in the same group can be set to a checked state at the same time.
False - Checkbox, not radio buttons.
With check boxes, only one option can be selected at a time.
False - radio buttons, not check boxes.
It is a good rule of thumb to use between 50 and 100 columns of text in a textarea field.
False - 50 or fewer.
The resume and send controls create the Reset and Submit buttons.
False - the Reset and Submit buttons.
All options in a selection menu are contained within the <select> and </select> tags.
True.
The post method is a program written in a programming language that communicates with the Web server.
False - It's the CGI script, not post method.
Information on forms can be sent by e-mail to an e-mail address or can be used to update a database.
True.
If you specify a maximum number of characters that is greater than the number of characters specified in the size attribute, the additional characters will be cut off.
False - Scroll to the right, not cut off.
If you do not specify a size attribute in the <select> tag, only one option is displayed, along with a list arrow.
True.
When you are collecting information from an online form, it is very important to test that the information is accurate.
True.
A(n) _____ control is any type of input mechanism on a form.
Input.
Which of the following controls sends a form to a server for processing?
Submit.
Which of the following controls is identical to text fields used for single-line data entry?
Password.
Which of the following controls creates a drop-down menu of choices from which a visitor chooses?
Select.
The ____ attribute of the text tag specifies the maximum length of the input field.
Maxlength.
A _____ input control is either a radio button, a check box, a Submit button, a Reset button, or a selection menu.
Data.
In a ______ box, a visitor may enter small amounts of text.
Text.
The text control has two attributes: ______.
Size and Maxlength.
In a radio control each choice is preceeded by a radio ______.
Button.
A radio button typically displays as which of the following?
Open Circle.
A _____ control creates a list item in a list from which only one item can be chosen.
Radio.
The use of which of the following controls prevents the visitor's having to type information into a text field?
Select.
______ controls are similar to text controls, except that they allow multiple lines of text input.
Textarea.
The textarea control has two primary attributes: ________.
Rows and Cols.
It is a good rule of thumb to keep the same number of columns in a textarea to ______ or fewer.
50.
The <____> tag defines the text that displays in the grouping borders.
Legend.
There are two primary methods to send the form to the server to be processed: _______.
Get and Post.
Which of the following is a program written in a programming language (such as Perl) that communicates with the Web server?
CGI Script.
The _____ attribute was not used to create a selection menu, the Web page visitor will be allowed to select only one choice in the menu.
Multiple.
Form controls are useless unless the information entered in the form can be submitted for _____.
Processing.
Which of the following characters strings together all of the form responses?
&.
Which of the following attributes specifies a reset button?
type="reset"
A(n) _____ input control is either a text box, a textarea box, or a password text box.
Text.
In a(n) _______ box, a visitor may enter larger amounts of text.
Textarea.
The ______ attribute of the text control determines the number of characters that displays on the form.
Size.
A(n) _____ control tells the browser to send the data on the form to the server.
Submit.
A(n) ______ control returns all input controls to the default status.
Reset.
A(n) ______ control creates a list item from which more than one item can be chosen.
Checkbox.
A(n) _____ button typically appears as an open circle.
Radio.
The textarea control uses the _____ attribute to specify the number of columns in the textarea field.
Cols.
The ______ method sends a separate data file with the name-vaule pairs to the URL (or e-mail address) indicated in the action attribute.
Post.
When the _____ attribute specifies the same number of characters as the size attribute, all characters entered by a user will appear in the text box.
Maxlength.
To select multiple choices in a selection menu, a user must first select one choice and then press and hold the ______ key while selecting the last choice.
Shift.
To select multiple choices in a selection menu, a user must first select one choice and then press and hold _____ key while clicking other choices in the list.
CTRL.
The ______ control helps to group related from elements together.
Fieldset.
Using ______ is especially helpful in which cases where some information is required and some is optional.
Grouping.