Exam 10: Programming With Javascriptadditional Cases

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

Variable declarations should be placed at the ____ of your program to make your code easier to interpret.

(Multiple Choice)
4.8/5
(47)

Any variables not declared within functions have local scope._________________________

(True/False)
4.9/5
(30)

What are the problems of server-side scripts that client-side programs solve?

(Essay)
4.8/5
(40)

A(n)____ is a person who sends out unsolicited e-mails.

(Multiple Choice)
4.8/5
(30)

The variables ____________________ within functions have global scope.

(Short Answer)
5.0/5
(36)

Which of the following formats is not a numeric value data type?

(Multiple Choice)
4.8/5
(40)

JavaScript ____ most occurrences of white space.

(Multiple Choice)
4.9/5
(35)

In earlier versions of HTML, the ____ attribute was used to indicate the scripting language.

(Multiple Choice)
4.9/5
(36)

Placing JavaScript code in a Web page file means that users need to retrieve only ____ file from the server.

(Multiple Choice)
4.9/5
(36)

.The ____ symbol can be used to combine text strings.

(Multiple Choice)
4.8/5
(45)

  -In the figure above, what is the value stored in emLink? -In the figure above, what is the value stored in emLink?

(Multiple Choice)
4.9/5
(30)

You should place all script elements that reference external files in the document head._________________________

(True/False)
4.9/5
(39)

____-side programs do not require users to wait for data to be sent over the Internet to a Web server.

(Multiple Choice)
4.8/5
(32)

Scripting languages are distinguished by their ____ types.

(Multiple Choice)
4.8/5
(34)

_________ code can be inserted directly into an HTML file or placed in a separate text file that is linked to a Web page.

(Multiple Choice)
4.9/5
(41)

Multiple parameters are separated by____.

(Multiple Choice)
4.9/5
(39)

A(n)____ variable has no value at all.

(Multiple Choice)
4.8/5
(45)

A variable not declared in a function is also called a(n)____ variable.

(Multiple Choice)
4.7/5
(43)

To help debug his code, Terrance could monitor the changing values of variables using a(n)____.

(Multiple Choice)
4.9/5
(39)

It is common practice for JavaScript programmers to create libraries of functions located in external files that are easily accessible to many Web pages.

(True/False)
4.8/5
(44)
Showing 81 - 100 of 150
close modal

Filters

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