Exam 11: Updating Web Pages With Ajax

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

You can use a server-side script as a proxy to access data from  another domain.

(True/False)
4.8/5
(37)

How can you create an asynchronous request with JavaScript?

(Essay)
4.8/5
(31)

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)

CORS is supported by all browsers in use today.

(True/False)
4.7/5
(47)

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)

How does CORS work?

(Essay)
4.8/5
(39)

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)

How can a proxy be useful with Ajax?

(Essay)
4.9/5
(38)

Every web page is identified by a unique address called the ____.

(Multiple Choice)
4.8/5
(38)

Why should you not include an API key in public JavaScript code?

(Essay)
4.9/5
(38)
Showing 21 - 40 of 41
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)