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
____ define information about the request or response message and about the contents of the message body.
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
C
The term ____ refers to the application, usually a web browser, that makes the request.
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
D
After you have defined the basic request criteria, you use the ____ method with the instantiated XMLHttpRequest object to submit the request to the server.
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
C
Match each statement below with correct item:
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(38)
Why is it generally a good practice to reuse an instantiated XMLHttpRequest object?
(Essay)
4.8/5
(38)
The term ____ refers to a computer system that is being accessed by a remote computer.
(Multiple Choice)
4.9/5
(41)
The XMLHttpRequest object uses ____ to exchange data between a client computer and a web server.
(Multiple Choice)
5.0/5
(45)
A(n)____ request stops the processing of the JavaScript code until a response is returned from the server.
(Multiple Choice)
4.7/5
(41)
____ requests JSON content using a script element rather than an XMLHttpRequest object.
(Multiple Choice)
4.7/5
(36)
HTTP client requests and server responses are both known as HTTP ____.
(Multiple Choice)
4.8/5
(37)
An HTTP response code of 200 indicates that the request was successful.
(True/False)
4.9/5
(32)
A(n)____ is a data source made available on one domain for use on other domains across the web.
(Multiple Choice)
4.9/5
(48)
Why do you need access to a web server when developing an Ajax application?
(Essay)
4.8/5
(38)
____ refers to the temporary storage of data for faster access.
(Multiple Choice)
4.8/5
(36)
The ____ header specifies how a web browser should cache any server content it receives.
(Multiple Choice)
5.0/5
(35)
Are synchronous or asynchronous responses more resistant to server problems? Why?
(Essay)
4.7/5
(42)
You can use a server-side script as a ____ to access data from another domain.
(Multiple Choice)
4.9/5
(42)
Showing 1 - 20 of 41
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)