1. A is created using the select and option selection list
elements that present users with a group of pre-
defined possible values for the data field.
2. Every field set must contain the element, legend
which should have only text and no nested ele-
ments for describing its content.
3. get and post are two possible values for the method
attribute.
4. Identify a syntax that displays a selection list as a <select size="5"> ...
scroll box with 5 options visible in the web form. </select>
5. Identify a widget that allows the user to interact Slider control
with the form for entering numeric values con-
fined to a specified range.
6. Identify an attribute that can be added to the input pattern="regex"
element to validate a text value against a regular
expression.
7. Identify the type of control that performs an ac- A form button
tion.
8. Which of the following is true of field sets? Field sets act like block
elements that can ex-
pand to accommodate
their content.
9. In the accompanying figure, Box B points to option buttons
.
10. In the accompanying figure, Box E represents a Spin box
.
1/5
, 11. A is any group of characters enclosed text string
within either double or single quotation marks in
JavaScript.
12. Identify a statement that is added to the first line "use strict";
of the file to run a script in strict mode.
13. JavaScript is used as a programming tool for: creating interactive
web forms and animat-
ed graphics.
14. A command that indicates an action for the semicolon
browser to take should end with a .
15. A occurs after a script has been success- run-time error
fully loaded with no syntax errors and is being
executed by a browser.
16. A is a collection of commands that per- function
forms an action or returns a value.
17. A is a named item in a program that stores variable
a data value, such as a number or text string, or
an object, such as a part of the web browser or
browser window.
18. The attribute can be applied to the script el- defer
ement to ensure that an object can be referenced
within a JavaScript program that runs only after
the page has completed loading.
19. programming distributes the load to pre- Client-side
vent a server from getting overloaded with pro-
gram-related requests.
2/5