Exam 10: Creating Pop-Up Windows, Adding Scrolling Messages, and Validating Forms

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

The ____________________ method searches the string object for the separator,which is enclosed within the quotation marks,and for every separator creates a separate sub string.

(Short Answer)
4.9/5
(41)

"Next" statements are used to define one or more statements that only should be executed based on the result of a conditional test.

(True/False)
5.0/5
(39)

Identify the letter of the choice that best matches the phrase or definition. -The only function that tests a numeric value as the argument

(Multiple Choice)
4.8/5
(44)

Most programmers agree it is a good programming practice to clear and initialize ____________________ to ensure the data is valid.

(Short Answer)
4.9/5
(39)

The ____ loop often is referred to as a counter-controlled loop.

(Multiple Choice)
4.9/5
(40)

Which of the following is a basic component of a scrolling message?

(Multiple Choice)
4.7/5
(44)

Which of the following operators is used by the isNaN()built-in function?

(Multiple Choice)
4.7/5
(35)

Identify the letter of the choice that best matches the phrase or definition. -The number base to which an integer value should be converted

(Multiple Choice)
4.9/5
(38)

List at least six conditional operators with examples and briefly explain when they yield a true result.

(Essay)
4.8/5
(36)

What are the five tasks performed by the scrollingMsg()function?

(Essay)
4.8/5
(35)

Which of the following conditional operators evaluates as true if both conditions are true?

(Multiple Choice)
4.8/5
(27)

The scrolling message is a text string assigned to a variable.

(True/False)
4.9/5
(44)

JavaScript has three types of loops: for loops,while loops,and if...then loops.

(True/False)
4.9/5
(40)

When using a(n)< ____ > text field,you can format the text using an inline style.

(Multiple Choice)
4.9/5
(36)

Case 10-2 Kate is tracing through her code to find a logical error and she thinks it has something to do with her misuse of conditional operators.Assume that the following variable assignments have been made: a=45 b=46 c=45 d=50 e=100 -On Kate's original pass through the code,she intended all of the following to be true.Which of the following is NOT true?

(Multiple Choice)
5.0/5
(28)

Web developers use multiple techniques to validate Web forms using JavaScript.

(True/False)
4.9/5
(35)

The JavaScript statement,____,automatically adds 1 to a variable.

(Multiple Choice)
4.8/5
(43)

Which of the following conditional operators always evaluates as true if a does not equal b?

(Multiple Choice)
4.8/5
(32)

You can use the ____________________ function to return an integer value,stripping the value after the decimal point.

(Short Answer)
4.8/5
(41)

The value property can be used to assign text to the contents of a text field.

(True/False)
4.8/5
(38)
Showing 81 - 100 of 112
close modal

Filters

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