Exam 8: Creating Forms With Javascript
Exam 1: Quick Html Know-How50 Questions
Exam 2: Basic Organization Techniques50 Questions
Exam 3: Power Techniques50 Questions
Exam 4: Html Structural Design Techniques50 Questions
Exam 5: Introduction to Cascading Style Sheets49 Questions
Exam 6: Introducing Javascript50 Questions
Exam 7: Using Images With Javascript50 Questions
Exam 8: Creating Forms With Javascript50 Questions
Exam 9: Using Javascript With Frames50 Questions
Exam 10: Using Javascript With Styles50 Questions
Select questions type
The JavaScript event called ____________________ is triggered whenever an input control of type button is clicked.
Free
(Short Answer)
4.9/5
(39)
Correct Answer:
onClick
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Input control that allows the user to select any number of options from a set of options
Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
A
The term radio button has been around the software industry ever since Microsoft introduced its ____________________ operating system in the late 1980s.
Free
(Short Answer)
4.9/5
(43)
Correct Answer:
Windows
In the case of C,C++,Java,and JavaScript,the assignment operation is accomplished with the ____ character(s).
(Multiple Choice)
4.9/5
(46)
To validate a set of radio buttons,you need to test the value of each object's ____________________ property to see if it is set to true or false.
(Short Answer)
4.8/5
(28)
A ____ button is an input control that allows the user to select just one option from a set of options.
(Multiple Choice)
4.7/5
(42)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Input control that allows the user to enter a string value into a specific location on the Web page
(Multiple Choice)
4.9/5
(42)
A meaningless sequence of gibberish or cryptic symbols can be a string,and there is virtually no limit to the length of a string.
(True/False)
4.9/5
(41)
Case 8-2
David is adding a clear form feature to the Pete's Italian Pies Web site, and has written the following code:
function doClear() {
document.PizzaForm.customer.value = "";
}
-Referring to David's JavaScript above,the text control is assigned the name ____,and it is an element within the form object that you named PizzaForm.
(Multiple Choice)
4.7/5
(34)
To create an effective order form,you must first define its appearance on the Web page by using the appropriate JavaScript tags.
(True/False)
4.8/5
(33)
In addition to using the Backspace or Delete key to correct mistakes,it is customary for Web page designers to include some type of clear ____ that allows the user to erase all form entries with a single click and start over.
(Multiple Choice)
5.0/5
(33)
There are several JavaScript events that can be used to add some "intelligence" to simple HTML form components.
(True/False)
4.7/5
(36)
____________________ is the process of checking user input data to make sure that it is complete and accurate.
(Short Answer)
4.8/5
(43)
Like C,C++,and Java,JavaScript gives you the ability to invert the value of a logical variable with the NO operator (&).
(True/False)
4.8/5
(34)
Server-side script looks a lot like JavaScript code,but it is processed in a very different fashion.
(True/False)
4.9/5
(39)
The ____ attribute of input controls can be "text," "radio," or "checkbox."
(Multiple Choice)
4.9/5
(36)
Practically every business that provides its customers with electronic forms that collect data has the need to ____ the data to ensure that customers have entered appropriate and complete information.
(Multiple Choice)
4.9/5
(34)
With ____ you will receive a compilation error if you attempt to use the wrong operator.
(Multiple Choice)
4.8/5
(41)
JavaScript statements can use a single equal sign ( = )or two equal signs ( == ).
(True/False)
4.9/5
(35)
If the user forgets to fill out a portion of a form,it is an easy task for JavaScript to detect the absence of required data and alert the user accordingly.
(True/False)
4.8/5
(47)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)