Question :
18.2 Multiple Choice
1) A good application to build an HTML : 1907253
18.2 Multiple Choice
1) A good application to build an HTML Web page is:
A) Word
B) AppleWorks
C) WordPerfect
D) Notepad++
2) The HTML tag used to create buttons is called:
A) <button>
B) <input>
C) <enter>
D) <var>
3) A grid of rows and columns can be created using the:
A) <table> tag
B) <grid> tag
C) <row> and <column> tags
D) none of the above
4) Used within the <input…/> tag, buttons, text boxes, and checkboxes are examples of:
A) input types
B) button values
C) event types
D) none of the above
5) The onChange event handler is used for:
A) checkboxes
B) text boxes
C) buttons
D) all of the above
6) In JavaScript, output displayed in a popup box can be produced using the:
A) printout command
B) alert command
C) lprint command
D) all of the above
7) Constructing a table “inside out” in HTML using copy and paste begins with the:
A) <table> and </table> tags
B) <tr> and </tr> tags
C) <td> and </td> tags
D) <body> and </body> tags
8) Data values can be referenced:
A) as variables local to a handler
B) as variables global to a handler
C) as a variable in another element
D) all of the above
9) To reference a variable in another element, you must use a:
A) local variable
B) global variable
C) dot operator
D) none of the above
10) The program that performs a task to respond to an event is a(n):
A) input processor
B) input handler
C) error handler
D) event handler
11) When a button is clicked in a form:
A) a click event is generated
B) the form closes
C) the form is erased
D) a dialog box is displayed