Exam 9: Getting Started With Javascript Tutorial

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

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

(True/False)
4.9/5
(40)

A video embedded on a web page is a(n) _____ and has properties such as source of the video file or the width and height of the video player.

(Multiple Choice)
4.8/5
(33)

Parameters are treated as variables within a function.

(True/False)
4.9/5
(34)

Developers advocate that JavaScript be run in _____ in which all lapses in syntax result in load-time or run-time errors.

(Multiple Choice)
4.9/5
(44)

The script element can be placed anywhere within the HTML document.

(True/False)
4.8/5
(39)

Explain briefly about converting between numbers and text.

(Essay)
4.8/5
(31)

JavaScript supports methods to change the date stored within a Date object.

(True/False)
4.8/5
(45)

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

(Multiple Choice)
4.9/5
(26)

JavaScript is case sensitive.

(True/False)
4.8/5
(39)

Identify a shortcut key on the keyboard to open the debugging tools.

(Multiple Choice)
4.9/5
(36)

An Infinity value is generated for an operation whose result is less than the smallest numeric value.

(True/False)
5.0/5
(27)

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

(Multiple Choice)
4.8/5
(37)

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

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.8/5
(33)

Which of the following syntax is used for a function to return a value?

(Multiple Choice)
4.8/5
(36)

A user can create an embedded script by removing the _____ attribute and placing all of the JavaScript code within the script element.

(Multiple Choice)
4.8/5
(31)

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

(Multiple Choice)
4.9/5
(37)

Explain the syntax to reference objects in JavaScript.

(Essay)
4.8/5
(44)

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

(Multiple Choice)
4.8/5
(39)

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

(Multiple Choice)
4.9/5
(39)
Showing 21 - 40 of 72
close modal

Filters

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