Exam 8: Creating Forms With Javascript

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

You can invert a true value to false or a false value to true by placing a single ____ in front of the variable.

(Multiple Choice)
4.8/5
(38)

A JavaScript function can be invoked (or ____)when the user clicks the Submit Order button.

(Multiple Choice)
4.9/5
(31)

Case 8-1 Carmella is putting together an order processing system for her local pizza parlor, Pete's Italian Pies. -In testing the JavaScript below,Carmella discovers that the onClick event looks and acts like the ____ events she used in another project. < input type="button" value="Submit Order" onClick="doSubmit()">

(Multiple Choice)
4.7/5
(45)

A completed form consists of headings,labels,and user ____ controls.

(Multiple Choice)
4.8/5
(39)

For many years,the C and C++ languages have been criticized because they allow the programmer to easily confuse the assignment operator with the comparison operator.____________________

(True/False)
4.8/5
(30)

In the case of C,C++,Java,and JavaScript,the comparison operation is accomplished with the < sup> < /sup>____ character(s).

(Multiple Choice)
4.8/5
(36)

FIGURE 8-1 FIGURE 8-1    -Referring to Figure 8-1 above,the following field is NOT left-aligned using a non-breaking space ____. -Referring to Figure 8-1 above,the following field is NOT left-aligned using a non-breaking space ____.

(Multiple Choice)
4.8/5
(35)

To validate the contents of a text field,the program checks the contents of the object's name property to see if it contains an empty string.____________________

(True/False)
4.7/5
(29)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Sequence of one or more characters

(Multiple Choice)
4.9/5
(41)

A string can consist of ____.

(Multiple Choice)
4.8/5
(35)

The validateText()function returns a(n)____________________.

(Short Answer)
4.8/5
(38)

When the server receives the form data,it is processed by another program that is typically written in ASP,JSP,PHP,or some other ____ scripting/programming language.

(Multiple Choice)
4.9/5
(30)

The validateText()function can only return one of two possible values: ____.

(Multiple Choice)
4.8/5
(40)

To get the Submit Order button to call a JavaScript function when it is clicked,you need to make use of a JavaScript ____.

(Multiple Choice)
4.9/5
(32)

The NOT operator is most commonly used when the programmer wants to test for a true condition.

(True/False)
4.8/5
(39)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Interactive objects in an HTML form

(Multiple Choice)
4.9/5
(31)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Input control that allows the user to select just one option from a set of options

(Multiple Choice)
4.9/5
(32)

Returning a value means that whenever any other function calls this function,its name is essentially replaced by the value it returns.

(True/False)
4.9/5
(36)

Old-style stereo systems used mechanical radio buttons that were usually ____,so the Windows programmers gave this shape to their radio buttons.

(Multiple Choice)
4.7/5
(35)

Returning a value means that whenever any other function calls this function (such as the doSubmit()function),its name is essentially replaced by the value it returns.____________________

(True/False)
4.9/5
(30)
Showing 21 - 40 of 50
close modal

Filters

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