Exam 10: Programming With Javascriptadditional Cases

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

Case 10-3 Simon’s Leathervane sells handmade leather clothing online. He has added some JavaScript functions to calculate how much a person has to pay before they submit the order page, but is having some trouble. -If Simon is using Internet Explorer, what could he use to debug his program?

Free
(Multiple Choice)
5.0/5
(31)
Correct Answer:
Verified

B

A function includes the function ____, which identifies it.

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

A

You can indicate that a statement continues on the next line using a ____.

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

C

A multiline comment begins with a /* and ends with a */._________________________

(True/False)
4.8/5
(40)

A global variable has local scope only._________________________

(True/False)
4.7/5
(32)

Users need to work with a developer's kit to compile a JavaScript program.

(True/False)
4.8/5
(45)

A numeric value is any group of characters such as "Hello." _________________________

(True/False)
4.9/5
(30)

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

(Multiple Choice)
4.9/5
(31)

One way to handle the way that XML parsers treat the content of a JavaScript program is to place the JavaScript code within a(n)____ section.

(Multiple Choice)
4.8/5
(38)

A _____ occurs when a script is first loaded by a browser.

(Multiple Choice)
4.8/5
(31)

What does the JavaScript command document.println("Hello" + "World"); print?

(Multiple Choice)
4.9/5
(40)

JavaScript supports how many data types?

(Multiple Choice)
4.9/5
(32)

A function cannot be designed to return a value.

(True/False)
4.9/5
(38)

_____ is compiled code that runs on the client-side computer directly within the Web browser.

(Short Answer)
4.9/5
(40)

You can declare a variable in JavaScript using the ____ command.

(Multiple Choice)
4.7/5
(34)

____ is an interpreted language, meaning that the program code is executed directly without compiling.

(Multiple Choice)
4.8/5
(32)

If you place JavaScript code in a separate file, the different pages in your Web site can use the programs you write in the same way that an entire site can use an external style sheet._________________________

(True/False)
4.8/5
(30)

The text string specified by the document.write()method can be enclosed within ____.

(Multiple Choice)
4.8/5
(40)

A(n)____________________ is a series of commands that performs an action or calculates a value.

(Short Answer)
4.8/5
(38)

A variable declared in a function is said to have ____.

(Multiple Choice)
4.8/5
(40)
Showing 1 - 20 of 150
close modal

Filters

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