Exam 9: Integrating Javascript and Html5

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

Functions are placed in a JavaScript section within the ____ section on the HTML code.

(Multiple Choice)
4.7/5
(33)

Should you use CSS or JavaScript to change the color of the browser scroll bar? Explain the guidelines for changing the color.

(Essay)
4.9/5
(40)

A(n)____ is the result of a user's action.

(Multiple Choice)
4.8/5
(40)

Which of the following is a valid function name?

(Multiple Choice)
4.9/5
(33)

The parentheses after the Date()object mean the Date()object can retrieve a specified date and time or the current system date and time.

(True/False)
4.8/5
(41)

A defined variable can cause errors in mathematical calculations.

(True/False)
4.7/5
(46)

On which of the following is JavaScript based?

(Multiple Choice)
4.8/5
(36)

One method to ____________________ functions is to code the function name in a JavaScript section at the logical point of execution.

(Short Answer)
4.9/5
(27)

A comma separates the object name from the method.

(True/False)
4.9/5
(40)

The ____________________ method uses a length value to extract y number of characters starting at x location.

(Short Answer)
4.8/5
(42)

If a given search value is not found,the indexOf()method returns a value of ____________________.

(Short Answer)
4.8/5
(39)

For the most flexibility in using colors,one option that Web developers recommend is using the ____________________ version of the color.

(Short Answer)
4.7/5
(28)

The substr()method uses the exact byte locations in a string to extract part of the string between the two locations.

(True/False)
4.9/5
(35)

Which of the following objects returns an ordered set of values?

(Multiple Choice)
4.7/5
(39)

Any time you enter a < script > tag,you also must enter a < /script > tag.

(True/False)
4.7/5
(38)

Identify the letter of the choice that best matches the phrase or definition. -This property may return different values than expected with older browsers and unknown Web servers

(Multiple Choice)
4.8/5
(32)

One way to create a comment within JavaScript is to begin the comment with a slash and ampersand and end the comment with an ampersand and slash.

(True/False)
4.7/5
(43)

To define a variable as ____,it must be declared in the < script > section before any of the user-defined functions.

(Multiple Choice)
4.8/5
(46)

A function name must begin with a(n)____________________.

(Short Answer)
4.8/5
(44)

A(n)____ is a value given to a method.

(Multiple Choice)
4.9/5
(27)
Showing 21 - 40 of 111
close modal

Filters

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