Exam 9: Getting Started With Javascript

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

Identify a syntax to set the time-delayed commands.

Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
Verified

C

JavaScript is a procedural language that needs a compiler to translate the code into machine language.

Free
(True/False)
4.8/5
(40)
Correct Answer:
Verified

False

Any command that references a document object before the browser has parsed the HTML code will result in an error because those objects do not yet reside in memory.

Free
(True/False)
4.8/5
(42)
Correct Answer:
Verified

True

Identify the property that best matches the following style rules. -It is a command to create a dialog box containing a message.

(Multiple Choice)
4.9/5
(28)

Explain the syntax rules that must be maintained when writing JavaScript commands.

(Essay)
4.8/5
(43)

The variables or expressions that operators act upon are called _________.

(Short Answer)
4.8/5
(38)

A(n)_________ can be created by omitting the src attribute and placing all of the JavaScript code within the script element so that an external file need not be used.

(Short Answer)
4.8/5
(39)

Terin has created a page for a training institute that will allow users to browse the training courses provided at the institute. Terin uses JavaScript to write the content using objects and functions. The objects defined in the code are document object, history object, screen object, navigator object, and the location object. -Identify an object created by Terin that will contain information about the current URL.

(Multiple Choice)
4.7/5
(42)

The browser halts loading a script before trying to execute it if a(n)_________ is detected.

(Short Answer)
4.8/5
(29)

A logical error is the easiest to fix as the errors in the code can be traced easily.

(True/False)
4.8/5
(38)

The technique for locating the source of an error is to set up _____,which are locations where the browser will pause the program,allowing the programmer to determine the error at that position.

(Multiple Choice)
4.8/5
(38)

The _____ property should be used only when no markup tags are involved.

(Multiple Choice)
4.9/5
(39)

Identify an expression that can be used to refer an element by its id attribute.

(Multiple Choice)
4.8/5
(40)

Identify a property used to refer an HTML code that is stored within a page element.

(Multiple Choice)
4.9/5
(33)

Identify the property that best matches the following style rules. -It returns the text within element disregarding any HTML tags.

(Multiple Choice)
4.9/5
(44)

Identify the property that best matches the following style rules. -It appears when a fault happens when a browser is unable to complete a line of code.

(Multiple Choice)
4.9/5
(41)

When writing an HTML code,changing the value of the _________ property overwrites whatever content is currently contained within the selected object.

(Short Answer)
4.8/5
(37)

Identify a command that displays a dialog box containing the message "Hello World!".

(Multiple Choice)
4.8/5
(40)

Which of the following methods of the Math operator rounds x up to the next highest integer?

(Multiple Choice)
4.9/5
(43)

JavaScript is used as a programming tool for:

(Multiple Choice)
4.9/5
(43)
Showing 1 - 20 of 89
close modal

Filters

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