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
JavaScript is ____, so you must pay attention to whether or not letters are capitalized.
(Multiple Choice)
4.8/5
(38)
Java requires that users have access to the ____ in order to create an executable Java applet.
(Multiple Choice)
4.8/5
(31)
When calling a JavaScript function, you provide in your call ____.
(Multiple Choice)
5.0/5
(34)
JavaScript code can be inserted directly into an HTML file, or placed in a separate text file that is linked to the Web page.
(True/False)
4.8/5
(42)
When used with both numbers and text, the ____ symbol treats the numbers as text.
(Multiple Choice)
4.7/5
(36)
Although it's not required, it's considered good programming style to include the ____________________ command whenever you create a variable.
(Short Answer)
4.8/5
(44)
JavaScript requires _____ programming knowledge and experience as Java.
(Multiple Choice)
4.7/5
(38)
JavaScript supports comment tags, using a set of double ____ at the beginning of a line that instructs the browser to ignore the line and not interpret it as a JavaScript command.
(Multiple Choice)
4.7/5
(46)
A(n)____________________ has variables that are not strictly tied to specific data types.
(Short Answer)
4.9/5
(36)
There is no limit to the number of ____ elements used within a Web page.
(Multiple Choice)
4.9/5
(32)
A(n)____________________ is a named element in a program that stores information.
(Short Answer)
4.9/5
(36)
____ are useful because they can store information created in one part of your program and use that information in another.
(Multiple Choice)
4.9/5
(42)
You can cause a variable to have no value by assigning it the value ____.
(Multiple Choice)
4.8/5
(41)
Early on, a problem with Java was that nonprogrammers found it difficult to learn and use to write their own Java applets.
(True/False)
4.8/5
(40)
What is the use of functions? Write the general syntax of a JavaScript function.
(Essay)
4.7/5
(40)
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.
-One way to break up a program's different tasks into smaller more manageable chunks is to write ____.
(Multiple Choice)
4.9/5
(36)
A(n)____________________ variable can be any number, such as 12, 22.5, or -3.14159.
(Short Answer)
4.8/5
(37)
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.
-To make their code reusable, the Web designer should put it into a ____.
(Multiple Choice)
4.8/5
(34)
Showing 61 - 80 of 150
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)