Exam 10: Programming With Javascriptadditional Cases

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

____ is the process by which a program is converted from a text file of code into an executable file called an applet.

(Multiple Choice)
4.8/5
(34)

A(n)____________________ indicates a variable has no value assigned to it.

(Short Answer)
4.7/5
(41)

Which of the following commands can be used in a function?

(Multiple Choice)
4.8/5
(40)

Identify the letter of the choice that best matches the phrase or definition. -Displays a text message with an OK button

(Multiple Choice)
4.8/5
(36)

For Java, a program is converted from a text file of code into an executable file by the process of ____________________.

(Short Answer)
4.7/5
(41)

When the browser loads the HTML file containing a function, the browser bypasses the function without executing it; the function is executed only when called by another JavaScript command.

(True/False)
4.9/5
(35)

____ can be used to look for e-mail addresses by scanning Web pages.

(Multiple Choice)
4.9/5
(34)

For JavaScript external files, the MIME type is ____.

(Multiple Choice)
4.8/5
(34)

Every function includes a ____________________, which identifies it.

(Short Answer)
4.9/5
(37)

Although not a requirement, one programming convention is to place all of the function definitions used in the Web page within the head section._________________________

(True/False)
4.8/5
(35)

To run a function, you insert a JavaScript command containing the function name and any parameters it requires.This process is known as ____________________ a function.

(Short Answer)
5.0/5
(34)

To have a function return a value, you add a(n)____ statement to it.

(Multiple Choice)
4.8/5
(33)

Spam reduces productivity by forcing employees to wade through numerous spam messages every day to find messages that are truly relevant.

(True/False)
4.9/5
(40)

One can create a ____ variable to determine whether the user is running the Safari browser.

(Multiple Choice)
4.8/5
(23)

The type attribute value for JavaScript is ____.

(Multiple Choice)
4.9/5
(47)

Another method to write text to the Web page is the ____ method.

(Multiple Choice)
4.8/5
(33)

Some JavaScript functions require parameters, which are variables associated with the function.

(True/False)
4.9/5
(43)

If x has the value 5 and the variable y has the value "combo", then y + " no " + x results in what value?

(Multiple Choice)
4.9/5
(29)

Identify the letter of the choice that best matches the phrase or definition. -The type of information stored in a variable

(Multiple Choice)
4.8/5
(34)

A(n)____________________ JavaScript file can be used rather than placing JavaScript directly into an HTML file.

(Short Answer)
4.8/5
(46)
Showing 101 - 120 of 150
close modal

Filters

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