Exam 10: Programming With Javascriptadditional Cases
Exam 1: Getting Started With HTML5138 Questions
Exam 2: Developing a Web Site139 Questions
Exam 3: Designing a Web Page With CSS137 Questions
Exam 4: Creating Page Layouts With CSS139 Questions
Exam 5: Working With Tables and Columns139 Questions
Exam 6: Creating a Web Form150 Questions
Exam 7: Designing a Multimedia Web Site150 Questions
Exam 8: Enhancing a Web Site With Advanced CSS150 Questions
Exam 9: Working With XHTML150 Questions
Exam 10: Programming With Javascriptadditional Cases150 Questions
Exam 11: Creating an XML Document100 Questions
Exam 12: Validating an XML Document100 Questions
Exam 13: Working With Basic Schemas100 Questions
Exam 14: Working With Advanced Schemas100 Questions
Select questions type
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:
B
A function includes the function ____, which identifies it.
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
A
You can indicate that a statement continues on the next line using a ____.
Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
C
A multiline comment begins with a /* and ends with a */._________________________
(True/False)
4.8/5
(40)
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)
What does the JavaScript command document.println("Hello" + "World"); print?
(Multiple Choice)
4.9/5
(40)
_____ 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)
Showing 1 - 20 of 150
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)