Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
JavaScript The Web Warrior Series
Quiz 11: Updating Web Pages With Ajax
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
An HTTP response code of 200 indicates that the request was successful.
Question 2
Multiple Choice
____ refers to the temporary storage of data for faster access.
Question 3
True/False
The first line of an HTTP message specifies the date.
Question 4
Multiple Choice
The ____ header specifies how a web browser should cache any server content it receives.
Question 5
True/False
You can use a server-side script as a proxy to access data from another domain.
Question 6
Multiple Choice
Every web page is identified by a unique address called the ____.
Question 7
Multiple Choice
The term ____ refers to the application, usually a web browser, that makes the request.
Question 8
Multiple Choice
A(n) ____ is a data source made available on one domain for use on other domains across the web.
Question 9
Multiple Choice
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.
Question 10
Multiple Choice
The term ____ refers to a computer system that is being accessed by a remote computer.
Question 11
Multiple Choice
HTTP client requests and server responses are both known as HTTP ____.
Question 12
Multiple Choice
Ajax gets its name from the fact that when it was first used, it was practical only with JavaScript and ____.
Question 13
Multiple Choice
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.
Question 14
Multiple Choice
You can use a server-side script as a ____ to access data from another domain.
Question 15
True/False
The XMLHttpRequest object can be used to request and receive data without reloading a web page.
Question 16
Multiple Choice
The term ____ is another name for a web server and refers to a computer that receives HTTP requests and returns responses to HTTP clients.
Question 17
Multiple Choice
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.