Exam 13: Programming for Web Forms Tutorial

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

_____ 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:
Verified

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:
Verified

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:
Verified

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)

Identify the description for the \b character type.

(Multiple Choice)
4.7/5
(44)

Explain how you can work with selection lists.

(Essay)
4.9/5
(36)

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)

Word boundaries are indicated by the \b symbol.

(True/False)
5.0/5
(29)

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.
Allows the browser to automatically complete form fields
form.submit()
Returns the number of elements in the form
form.length
Submits the web form
form.autocomplete
Correct Answer:
Verified
Premises:
Responses:
Allows the browser to automatically complete form fields
form.submit()
Returns the number of elements in the form
form.length
Submits the web form
form.autocomplete
Resets the web form
form.requestAutocomplete()
Initiates autocompletion of those form fields that have autocomplete activated
form.reset()
(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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)