Exam 1: Introduction to Javascript
Exam 1: Introduction to Javascript42 Questions
Exam 2: Working With Functions Data Types and Operators41 Questions
Exam 3: Building Arrays and Controlling Flow42 Questions
Exam 4: Debugging and Error Handling41 Questions
Exam 5: Working With the Document Object Model Dom and Dhtml41 Questions
Exam 6: Enhancing and Validating Forms41 Questions
Exam 7: Using Object Oriented Javascript41 Questions
Exam 8: Manipulating Data in Strings and Arrays41 Questions
Exam 9: Managing State Information and Security41 Questions
Exam 10: Programming for Mobile Devices and Touchscreens41 Questions
Exam 11: Updating Web Pages With Ajax41 Questions
Exam 12: Introduction to Jquery41 Questions
Select questions type
What is client-side scripting, and how is it related to the JavaScript language?
(Essay)
4.7/5
(36)
Describe why it's important to validate web documents, and how to do it.
(Essay)
4.8/5
(43)
What does the following code do?
var fname = document.getElementById("firstName");
(Essay)
4.9/5
(37)
An object is ____ that can be treated as an individual unit or component.
(Multiple Choice)
4.7/5
(33)
When a client requests a server-side script, a client will never see the server-side script, only the ____ that the web server software returns from the script.
(Multiple Choice)
4.8/5
(43)
A system consisting of a client and a server is known as a ____ system.
(Multiple Choice)
4.9/5
(42)
In the client/server system, one of the primary roles of the client, or front end, is to ____.
(Multiple Choice)
4.8/5
(44)
What does each of the following statements do?
document.write("Plant choices");
window.alert("Plant choices");
(Essay)
4.8/5
(34)
When you assign a value to a variable, you use an equal sign, which is also called a(n)__________ operator.
(Short Answer)
4.8/5
(39)
Although JavaScript is considered a programming language, it is also a critical part of web page design and authoring.
(True/False)
4.7/5
(27)
A three-tier, or multitier, client/server system consists of three distinct pieces: These are ____.
(Multiple Choice)
4.9/5
(46)
Some of the more popular server-side scripting languages include ____.
(Multiple Choice)
4.8/5
(30)
Special words that are part of the JavaScript language syntax and that can't be used as variable names are known as ____.
(Multiple Choice)
4.8/5
(37)
Symbols such as + and * used in expressions to manipulate operands are known as ____.
(Multiple Choice)
4.8/5
(37)
When an event occurs, your script executes any code that responds to that specific event on that specific element. This code is known as the __________.
(Short Answer)
4.9/5
(39)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)