Exam 10: Programming With Javascriptadditional Cases

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

You should declare a variable in JavaScript by using the syntax: var variable;._________________________

(True/False)
4.8/5
(46)

Which of the following does not have features to scramble or unscramble e-mail addresses?

(Multiple Choice)
4.8/5
(33)

Case 10-1 Training unlimited is planning to create a page that will allow users to e-mail their requests for the training videos to add to their online training offerings. -What should the Web designers worry about when making such a form?

(Multiple Choice)
4.8/5
(30)

The document.write()and document.writeln()methods reflect the object-oriented nature of the JavaScript language.

(True/False)
4.9/5
(32)

Identify the letter of the choice that best matches the phrase or definition. -A named element in a program that stores information

(Multiple Choice)
4.8/5
(45)

Identify the letter of the choice that best matches the phrase or definition. -Variable associated with a function

(Multiple Choice)
4.8/5
(35)

A text string indicates that no value has yet been assigned to the variable._________________________

(True/False)
4.8/5
(43)

Which of the following is NOT an alternative that helps avoid problems with XML parsers?

(Multiple Choice)
4.7/5
(42)

You can display single quotation marks with the document.write()method by enclosing your text string within ____.

(Multiple Choice)
4.8/5
(31)

Terrance's wants to document his code so others can understand his code.To document his JavaScript, he can use ____.

(Multiple Choice)
4.8/5
(40)

_______ is the process of searching code to locate a source of trouble.

(Multiple Choice)
4.7/5
(36)

Comments help other people who examine your code to understand what your programs are designed _____ and how they work.

(Multiple Choice)
4.9/5
(47)

If you follow z=1 with the statement z="3", then z has what data type?

(Multiple Choice)
4.9/5
(34)

____ are used to mark the beginning and end of the commands section in a function.

(Multiple Choice)
4.7/5
(36)

A(n)____________________ approach to scripting poses problems for the system administrator, who has to be concerned about users potentially overloading the system.

(Short Answer)
4.8/5
(37)

If a function returns a value, it can be stored in a variable.

(True/False)
4.9/5
(43)

Which of the following is not a common source of programming errors?

(Multiple Choice)
4.8/5
(30)

The ____________________ character can be used to multiply values in an expression.

(Short Answer)
5.0/5
(34)

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. -In Firefox, the error console would allow him to ____ JavaScript commands.

(Multiple Choice)
4.7/5
(35)

Case 10-2 Terrance had added a form to his blog to allow people to e-mail him feedback. He is having trouble getting his pages to validate and his JavaScript to work. -The first thing Terrance should do is place his script in a(n)____.

(Multiple Choice)
4.8/5
(42)
Showing 41 - 60 of 150
close modal

Filters

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