Identify the letter of the choice that best matches the phrase or definition.
A. A graphic that is divided into invisible regions
B. An image that changes when the pointer moves across it
C. A set of instructions that tell the browser to do specified things
D. The process that shrinks the file size of a graphic by using different types of encoding to remove redundant or less important information
E. An area of a graphic that you can click to cause an action to occur
F. The images, colors, URLs, Flash, Shockwave, movies, scripts, templates, and library items that you use throughout a site
G. The width of a table cell measured in columns
H. A grid structure that is divided into rows and columns
I. The frame or window in which a linked Web page will open
J. A table attribute that specifies the amount of empty space, measured in pixels, maintained between the border of a cell and the cell's content
K. Enables a cell to expand horizontally and vertically to accommodate added content
L. A table attribute that specifies the width of the cell walls measured in pixels
A. image map
B. rollover
C. JavaScript behavior
D. compression
E. hotspot
F. asset
G. column span
H. table
I. target
J. cell padding
K. word wrapping
L. cell spacing
You might also like to view...
where nij is the number of examples from class i with attribute value Vj and nj is the number of examples with attribute value Vj . Consider the training set for the loan classification problem shown in Figure 5.9. Use the MVDM measure to compute the distance between every pair of attribute values for the Home Owner and Marital Status attributes.
The nearest-neighbor algorithm described in Section 5.2 can be extended to
handle nominal attributes. A variant of the algorithm called PEBLS (Parallel
Examplar-Based Learning System) by Cost and Salzberg [2] measures the
distance between two values of a nominal attribute using the modified value
difference metric (MVDM). Given a pair of nominal attribute values, V1 and
V2, the distance between them is defined as follows:
Answer the following statements true (T) or false (F)
1. Software engineering is a field that encompasses designing, writing, testing, debugging, documenting, modifying, and maintaining computer programs. 2. Pseudocode is a form of a program statement that will always evaluate to "false." 3. In programming, the terms "line" and "statement" always mean the same thing. 4. In C++, key words are written in all lowercase letters. 5. The preprocessor executes after the compiler.