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
To make a regular expression insensitive to case, add the i flag to the regular expression.
(True/False)
5.0/5
(34)
Which of the following objects is used by JavaScript to store the reason for failing validation?
(Multiple Choice)
4.8/5
(33)
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. Identify the object that Samantha should use to meet her desired requirements.
(Multiple Choice)
4.8/5
(38)
Explain how the Luhn Algorithm can be used to test for legitimate card numbers.
(Essay)
4.9/5
(43)
Which of the following character types is used for any non-white-space character?
(Multiple Choice)
4.9/5
(32)
Identify the object constructor that can be used to create a text string explicitly.
(Multiple Choice)
4.7/5
(46)
Match the following validation states to their respective descriptions.
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(29)
Which of the following descriptions corresponds to the currency:code option from the toLocaleString() method?
(Multiple Choice)
4.8/5
(41)
Which of the following methods can be used to extract longer text strings?
(Multiple Choice)
4.7/5
(45)
In many web forms, important data is stored within _____ so that the data is available to programmers but removed from the user's control.
(Multiple Choice)
4.8/5
(34)
The regular expression for 4-digit CVC numbers used by American Express card holders is /^\d{4}$/ .
(True/False)
4.9/5
(42)
The value associated with a checked box is stored in the name property of the check box object.
(True/False)
4.8/5
(27)
The input.defaultValue method returns whether the input box is read-only or not.
(True/False)
4.7/5
(32)
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. Which of the following methods should Lisa use to format the numbers as currency?
(Multiple Choice)
4.9/5
(40)
Showing 61 - 78 of 78
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)