Exam 11: Updating Web Pages With Ajax
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
You can use a server-side script as a proxy to access data from another domain.
(True/False)
4.8/5
(37)
The XMLHttpRequest object can be used to request and receive data without reloading a web page.
(True/False)
4.9/5
(42)
The value of the responseText property is almost always a(n)____ string.
(Multiple Choice)
4.9/5
(43)
All the information needed to create a JSON-P request is packaged into the URL specified for the ____________________ attribute of the script element.
(Short Answer)
4.9/5
(28)
____________________ is a set of rules that defines how requests are made by an HTTP client to an HTTP server, and how responses are returned from an HTTP server to an HTTP client.
(Short Answer)
4.9/5
(32)
Ajax gets its name from the fact that when it was first used, it was practical only with JavaScript and ____.
(Multiple Choice)
4.7/5
(45)
By combining the ____ object with DHTML techniques, you can update and modify individual portions of your web page with data received from a web server.
(Multiple Choice)
4.9/5
(44)
The term ____ is another name for a web server and refers to a computer that receives HTTP requests and returns responses to HTTP clients.
(Multiple Choice)
4.9/5
(37)
To improve performance, you should call the ____ method of the XMLHttpRequest object to cancel any existing HTTP requests before beginning a new one.
(Multiple Choice)
5.0/5
(36)
A web server's reply to a request is known as the ____________________.
(Short Answer)
4.8/5
(42)
After you instantiate an XMLHttpRequest object, you use the ____ method with the instantiated XMLHttpRequest object to specify the request method (such as GET or POST )and URL.
(Multiple Choice)
4.7/5
(45)
The purpose of the ____ policy is to prevent malicious scripts from modifying the content of other windows, tabs, and frames and prevent the theft of private browser information and information displayed on secure web pages.
(Multiple Choice)
4.8/5
(28)
A(n)____________________ request allows JavaScript to continue processing while it waits for a server response.
(Short Answer)
4.9/5
(39)
Why is it important to use JSON-P only with a web service that you trust?
(Essay)
4.8/5
(33)
Every web page is identified by a unique address called the ____.
(Multiple Choice)
4.8/5
(38)
Showing 21 - 40 of 41
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)