Exam 4: Handling User Input

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

A Web page ____ is a single Web page that is divided into sections

Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
Verified

B

Name/value pairs appended to the URL are called ____________________.

Free
(Short Answer)
4.8/5
(39)
Correct Answer:
Verified

URL tokens
tokens

You can use ____ autoglobal array to refer to the global version of a variable from inside a function.

Free
(Multiple Choice)
4.8/5
(47)
Correct Answer:
Verified

A

When a form's submit button is pressed, each field on the form is sent to the Web server as a name/value pair.

(True/False)
4.8/5
(35)

The blank() function can be used to determine if a value was entered in a form.

(True/False)
4.8/5
(37)

A form that contains the values that a user previously entered in the form is called a ____ form.

(Multiple Choice)
4.8/5
(41)

The ____________________ attribute in the opening <form> tag identifies the program on the Web server that will process the form data when the form is submitted.

(Short Answer)
4.7/5
(45)

The subject argument of the mail function must be plain text without XHTML tags or character entities.

(True/False)
4.8/5
(30)

When using text hyperlinks to navigate within a Web page template, the values that specify which dynamic content to show must be appended to the filename in the "href" attribute of the anchor tag.

(True/False)
4.9/5
(39)

A ____________________ may contain both static and dynamic sections on a single page.

(Short Answer)
4.9/5
(31)

Autoglobals are associative arrays whose elements are referred to with a(n) ____ key instead of an index number.

(Multiple Choice)
4.8/5
(37)

Autoglobal array elements are referred to with an index number.

(True/False)
4.9/5
(35)

To refer to an element in an associative array, you place the element's ____________________ in single or double quotation marks inside the array brackets.

(Short Answer)
4.8/5
(34)

The ____ autoglobal can be used to access the result from form data sent with both the get and post methods.

(Multiple Choice)
4.8/5
(38)

When you use the get method to submit form data to the processing script, the form data is appended to the ____________________ specified by the action attribute.

(Short Answer)
4.9/5
(33)

Leading or trailing white space can be removed from submitted data using the ____________________ function.

(Short Answer)
4.9/5
(37)

The ____ function can be used to determine if a variable contains values.

(Multiple Choice)
4.9/5
(45)

The ____________________ autoglobal contains information about uploaded files.

(Short Answer)
4.7/5
(32)

When using text hyperlinks, the values that specify which dynamic content to display need to be appended to the file name in the ____________________ attribute of the anchor tag.

(Short Answer)
5.0/5
(35)

When the form data is submitted using the get method, the form data is appended to the URL specified in the form's method attribute.

(True/False)
4.9/5
(31)
Showing 1 - 20 of 83
close modal

Filters

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