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
The _____ option from the toLocaleString() method indicates whether to use a thousands grouping symbol (true) or not (false) .
(Multiple Choice)
4.7/5
(43)
Case based critical thinking Case 13-1 Sarah wants to set the value of an input control. She applies the element.value = value; expression. Which of the following methods should Sarah use to return the default value for the input box?
(Multiple Choice)
4.9/5
(30)
Match the following properties/methods to their respective descriptions.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(34)
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?
(Multiple Choice)
5.0/5
(37)
Case based critical thinking Case 13-2 Lisa can control the number of digits displayed by the browser using the toFixed() method. However, since the toFixed() method is limited to only defining the decimal place accuracy, she wants to use a method that gives her more control over the numeric format, such as formatting numbers as currency or separating thousands with the comma symbol. If Lisa uses minimumIntegerDigits: num method, which of the following is the correct range for num ?
(Multiple Choice)
4.9/5
(47)
Which of the following selection list properties returns true if more than one option can be selected from the list?
(Multiple Choice)
4.9/5
(37)
Regular expressions have the general form denoted as _____.
(Multiple Choice)
4.7/5
(33)
To extract useful information from the query string, you must first work with the properties and methods of the location object.
(True/False)
4.8/5
(36)
Which of the following should be appended to a character to repeat it n times?
(Multiple Choice)
4.8/5
(43)
The regular expression pattern for a character class is _____.
(Multiple Choice)
4.9/5
(36)
Identify the input field property or method that can be used to remove the focus from the input box.
(Multiple Choice)
4.8/5
(43)
Match the following validation states to their respective descriptions.
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(38)
Which of the following location methods returns the href portion of the location's URL?
(Multiple Choice)
4.8/5
(36)
Which of the following expressions can be used to reference a form element using its name or id attribute?
(Multiple Choice)
4.8/5
(51)
In addition to a specified pattern of characters, all legitimate credit card numbers must satisfy the Luhn Algorithm also known as the _____.
(Multiple Choice)
4.7/5
(42)
You can load a new page in the current window with the window.location = url command.
(True/False)
4.8/5
(31)
For options buttons and check boxes, use the _____ event handler in response to the user clicking those elements.
(Multiple Choice)
4.7/5
(35)
You can control the number of digits displayed by the browser using the toFixed() method.
(True/False)
4.8/5
(28)
Case based critical thinking Case 13-3 Thomas is working on reference forms and form fields. He wants to use event handlers that can respond to user actions within a form. He uses the element.onchange event handler. Which event handler should Thomas use for options buttons and check boxes in response to the user clicking those elements?
(Multiple Choice)
4.8/5
(55)
Showing 21 - 40 of 78
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)