Exam 9: Getting Started With Javascript

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

A(n)_____ is a named item in a program that stores a data value,such as a number or text string,or an object,such as a part of the web browser or browser window.

(Multiple Choice)
4.8/5
(45)

JavaScript code is attached to an HTML file using the _____ element.

(Multiple Choice)
4.8/5
(31)

Identify a function that extracts the first numeric value from the text string.

(Multiple Choice)
4.8/5
(39)

A command that indicates an action for the browser to take should end with a _____.

(Multiple Choice)
4.9/5
(37)

To avoid fatal errors,it is advised to apply the _____ statement locally only to functions that are created rather than globally as the first line of the script file.

(Multiple Choice)
4.9/5
(43)

_____ are intrinsic to the JavaScript language.

(Multiple Choice)
4.8/5
(38)

JavaScript supports methodsto change the date stored within a Date object.

(True/False)
4.8/5
(30)

In JavaScript,the clearTimeout()method is used to clear all repeated commands.

(True/False)
4.8/5
(31)

_____ is the process of locating and fixing a programming error.

(Multiple Choice)
4.8/5
(45)

A variable requires an initial value to be defined.

(True/False)
4.8/5
(30)

Both HTML tags and text content can be returned by the innerHTML property.

(True/False)
4.8/5
(40)

Identify a syntax to access any of the mathematical constants supported by the Math object.

(Multiple Choice)
4.9/5
(46)

Identify a method that repeatedly runs commands at specified time breaks in a function created.

(Multiple Choice)
4.9/5
(42)

The _____ attribute tells a browser to parse the HTML and JavaScript code together,only pausing to process the script before returning to the HTML file.

(Multiple Choice)
4.7/5
(32)

A(n)_____ is any group of characters enclosed within either double or single quotation marks in JavaScript.

(Multiple Choice)
4.8/5
(39)

JavaScript dates are stored as numeric values equal to the number of _________ between the specified date and January 1,1970 at midnight.

(Short Answer)
4.9/5
(35)

Identify a command that uses the dateDiv variable to refer the page element with ID dateNow.

(Multiple Choice)
4.8/5
(39)

Identify an expression that defines a date object.

(Multiple Choice)
5.0/5
(40)

Identify a return value for the expression 5/"A" using JavaScript.

(Multiple Choice)
4.8/5
(39)

Parameters are treated as variables within a function.

(True/False)
4.8/5
(36)
Showing 41 - 60 of 89
close modal

Filters

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