Exam 13: Programming for Web Forms Tutorial
Exam 1: Getting Started With Html5118 Questions
Exam 2: Getting Started With Css Tutorial117 Questions
Exam 3: Designing a Page Layout Tutorial106 Questions
Exam 4: Graphic Design With Css Tutorial87 Questions
Exam 5: Designing for the Mobile Web Tutorial90 Questions
Exam 6: Working With Tables and Columns Tutorial69 Questions
Exam 7: Designing a Web Form Tutorial71 Questions
Exam 8: Enhancing a Website With Multimedia Tutorial73 Questions
Exam 9: Getting Started With Javascript Tutorial72 Questions
Exam 10: Exploring Arrays Loops and Conditional Statements Tutorial73 Questions
Exam 11: Working With Events and Styles Tutorial76 Questions
Exam 12: Working With Document Nodes and Style Sheets Tutorial76 Questions
Exam 13: Programming for Web Forms Tutorial78 Questions
Exam 14: Exploring Object-Based Programming77 Questions
Select questions type
_____ is a selection list property that returns the number of options displayed in the selection list.
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
C
Case based critical thinking Case 13-5 William is exploring the syntax of regular expressions. He learns that in the regular expression language, a word refers to any string of symbols consisting solely of word characters. He also learns that word boundaries are indicated by the \b symbol. He wants to use a pattern that matches any word that starts with the characters "great" such as "greater", "greatness", or "greatest" Which of the following patterns should William use to match any word that ends with "ust" such as "dust", "trust", or "must"?
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
A
The _____ property returns a Boolean value indicating whether the option button, option , is currently checked by a user.
Free
(Multiple Choice)
4.8/5
(43)
Correct Answer:
B
Identify the input field property or method that can be used to return the current value displayed in the input box.
(Multiple Choice)
4.9/5
(38)
The element.value = value; expression is applied to set the value of an input control.
(True/False)
4.8/5
(43)
Case based critical thinking Case 13-4 Samantha is working on a web document. She wants to direct the browser to retrieve specific information about a URL, to reload the current page, and to load an entirely new page. Which of the following commands can Samantha use to load a new page in the current window?
(Multiple Choice)
5.0/5
(27)
Identify the reason for which attribute is added to a form element.
(Multiple Choice)
5.0/5
(43)
Identify the method associated with browser locations that can find the protocol, hostname, and port number of the URL.
(Multiple Choice)
4.9/5
(32)
Identify the collective term that denotes the form validation properties and methods built into JavaScript that can be used to supplement the native browser validation tools.
(Multiple Choice)
4.8/5
(43)
Identify the options object collection in which the selection list options are organized.
(Multiple Choice)
4.8/5
(31)
To create a negative character class that matches any character not in the class, preface the list of characters with the _____ symbol.
(Multiple Choice)
4.8/5
(43)
The element.valid property of Constraint Validation API returns true if element fails validation.
(True/False)
4.9/5
(38)
Identify the action for which the g flag is added at the end of the regular expression /pattern/ .
(Multiple Choice)
4.7/5
(39)
Match the following properties/methods to their respective descriptions.
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(41)
When the browser encounters a character in a field name or value that is reserved for other purposes, it replaces the character with a character code known as the _____.
(Multiple Choice)
4.9/5
(39)
To determine which option button has been checked by the user, you must examine the disabled property of each button.
(True/False)
4.9/5
(34)
Which of the following methods can be used to reference a character at the index i of the string?
(Multiple Choice)
4.8/5
(32)
Showing 1 - 20 of 78
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)