Exam 9: Integrating Javascript and Html5

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

____ is a built-in JavaScript object.

(Multiple Choice)
4.8/5
(38)

Which of the following refers to a variable value that is available only in the function in which it is defined?

(Multiple Choice)
4.8/5
(38)

An object instance variable uses the ____________________ keyword and assigns the built-in object to a variable.

(Short Answer)
4.9/5
(35)

If an HTML ____________________ line is used and not closed properly,it will treat the rest of the Web page document as a comment.

(Short Answer)
4.7/5
(29)

Web developers use the built-in Date()object to access the current system date and time.

(True/False)
4.9/5
(35)

It is good programming practice to precede a variable name with the ____ keyword.

(Multiple Choice)
4.7/5
(30)

JavaScript makes use of ____________________ to make Web pages more dynamic and interactive by allowing JavaScript code to execute only in response to a user action.

(Short Answer)
4.9/5
(32)

Identify the letter of the choice that best matches the phrase or definition. -This can be used to call a function

(Multiple Choice)
4.8/5
(34)

JavaScript's built-in functions like alert()and close()actually belong to the ____________________ object.

(Short Answer)
4.8/5
(34)

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

(True/False)
4.9/5
(34)

Which of the following objects obtains information about the current Web browser?

(Multiple Choice)
4.7/5
(32)

A built-in object is a JavaScript object that depends on another object.

(True/False)
4.8/5
(40)

Identify the letter of the choice that best matches the phrase or definition. -This method needs two parameters (x,y),where x is the location of the first character needed and y is the ending point of the string

(Multiple Choice)
4.8/5
(43)

Which of the following attributes is optional in the < script > tag?

(Multiple Choice)
4.8/5
(37)

Which of the following standards supports the type attribute of the < script > tag?

(Multiple Choice)
4.9/5
(34)

Given car.drive(),where car is the object,drive is the ____ of the car object.

(Multiple Choice)
5.0/5
(38)

The ____ keyword is required if local variables are being defined within a function.

(Multiple Choice)
4.8/5
(42)

Given a car object and the turn()method,a statement could be written as car.turn("left")where the function "left" is additional information describing which way the car should turn.

(True/False)
4.9/5
(27)

Identify the letter of the choice that best matches the phrase or definition. -Methods are followed by parentheses,which may be empty,or may contain one of these

(Multiple Choice)
4.8/5
(41)

JavaScript and VBScript are the two main client-side script languages used today.

(True/False)
4.8/5
(44)
Showing 61 - 80 of 111
close modal

Filters

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