SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Ajax
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 36 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Sends request to server
onreadystatechange
send (content)
ajax.responseText
Prototype
2. Ajax helps make more ________ sites
Ajax.Autocompleter
Autocompleter.Local
responsive
XMLHttpRequest object
3. XML Allows you to use __________ as well because XML is a document.
Ajax.Request constructor
Not Found
DOM inspector
onreadystatechange
4. Handler that runs whenever readyState changes
query string
onreadystatechange
XMLHttpRequest object
JSON (Javascript Object Notation)
5. User can keep interacting with page while data loads
Scriptaculous
object document
asynchronous interaction
Bad Request
6. Options that can be passed to the ____________: method (get or post) - parameters to pass to the server
security restrictions
Ajax.Request constructor
ajax (Asynchronous Javascript + XML)
set of options
7. Parameters of Prototype's Ajax.Request: object- URL of request - ________
Bad Request
set of options
Ajax.Autocompleter
onreadystatechange
8. JavaScript library built on top of Prototype that adds visual effects - drag and drop - and others (auto complete - in-place editors)
Scriptaculous
DOM (Document Object Model)
prototype javascript library
Forbidden
9. Fetches and displays list of choices using Ajax
Forbidden
DOM inspector
Ajax.Autocompleter
query string
10. Way of encoding parameters into a URL (parameter1=value1¶meter2=value2)(parameters are preceded by a ?)
asynchronous interaction
Ajax.Request constructor
query string
XTML HTTP Request (XHR object)
11. A lightweight data-interchange format
ajax (Asynchronous Javascript + XML)
Scriptaculous
Unauthorized
JSON (Javascript Object Notation)
12. This holds the status of the XMLHttpRequest - is set several times by the web server when the server is processing the request - values from 0-4 (4 implies that the request is completely processed by server)
Internal server error
Ajax.Autocompleter
readyState property
query string
13. It can access surrounding local variables
$
getResponseHeader ("headername")
Ok all good
inner anonymous function
14. 400 status message
Prototype ajax request
Ok all good
asynchronous requests
Bad Request
15. 401 status message
asynchronous interaction
XMLHttpRequest object
Unauthorized
responsive
16. Everything in a document - everything in a browser window is an object. When we talk about these objects the word for that is model. Documents on a webpage = the DOM.
DOM (Document Object Model)
open
onreadystatechange
$
17. 500 status message
ajax.responseText
security restrictions
Internal server error
JSON (Javascript Object Notation)
18. 200 status message
Not Found
readyState property
Forbidden
Ok all good
19. Process to sending ___________: create request object(var ajax= new XMLHTTPRequest())- attach event handler to onreadystatechange(ajax.onreadystatechange = function) - open a connection (ajax.open("get" -url -true); makes arrangements for the server
asynchronous requests
JSON (Javascript Object Notation)
prototype javascript library
open
20. Makes the necessary arrangements for the server
Ajax.Autocompleter
Forbidden
onreadystatechange
open
21. An object that allows requests to be made to the server without interrupting other browser tasks. Its an object and objects contain properties. The properties are: readyState - responseText - responseXML - status - statusText
send (content)
XMLHttpRequest object
XTML HTTP Request (XHR object)
Internal server error
22. At its core ________ is a way of showing data in a text format that is parsable. Without an associated style file.
asynchronous
XML
Unauthorized
Scriptaculous
23. symbol used to return the DOM object representing the element with a given id (replaces document.getElementById)
Not Found
DOM inspector
$
DOM (Document Object Model)
24. Auto-completes from an array of choices
JSON (Javascript Object Notation)
Autocompleter.Local
security restrictions
asynchronous
25. XMLHttpRequest to pass header name and get response.
getResponseHeader ("headername")
XTML HTTP Request (XHR object)
ajax (Asynchronous Javascript + XML)
asynchronous requests
26. A set of useful additional objects - methods - and cross-browser compatibility fixes
asynchronous interaction
XMLHttpRequest object
prototype javascript library
onreadystatechange
27. The core Javascript object that makes Ajax possible. Can fetch files from a web server
security restrictions
Prototype ajax request
readyState property
XMLHttpRequest object
28. A group of interrelated web development techniques used on the client-side to create interactive web applications - Loading information using JavaScript from a web server without refreshing the page. Asynchronous requests may be made and responses ar
JSON (Javascript Object Notation)
Unauthorized
ajax (Asynchronous Javascript + XML)
prototype javascript library
29. 404 status message
ajax.responseText
DOM inspector
Not Found
$
30. 403 status message
Forbidden
Prototype
Ajax.Request constructor
Internal server error
31. AJAX files ______________: Cannot be run from web page stored on hard drive - can only be run on web page stored on a web server
ajax (Asynchronous Javascript + XML)
Autocompleter.Local
XML
security restrictions
32. The real value of XML HTTP request is in the way it is ________.
XTML HTTP Request (XHR object)
query string
Ajax.Autocompleter
asynchronous
33. new Ajax.Request("file.php" - { method:"get" - parameters: {zip:valueOfZipCode} - onSuccess: displayCityState } );
asynchronous interaction
Prototype
XMLHttpRequest object
Prototype ajax request
34. Objects have properties such as the title tag on a page is a property of _________. Properties themselves are objects.
Unauthorized
object document
Ajax.Autocompleter
asynchronous
35. Script to use _________: <script type="text/javascript" src=" http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js "></script>
asynchronous
Ok all good
Scriptaculous
Prototype
36. Stores the value returned when send() is finished
ajax.responseText
DOM inspector
Prototype
security restrictions