Ajax Solved MCQs - 1
Ajax Solved MCQs - 1
Ajax Solved MCQs - 1
6- Of the following technologies, which one provides the ability to dynamically interact with Web page
layout? Ajax
A. JavaScript.
B. XML.
C. Document Object Model.
D. HTML.
Ans: C
7- What is the first step in creating a Joke of the Day application? | Ajax
A. Create the application's text file.
B. Write the application's HTML.
C. Turn the HTML application into an Ajax application.
D. Upload the application to a Web server.
Ans: B
10- Regarding the XMLHttpRequest Object, does the order in which one calls the "open" method and assign
a function to the "onreadystatechange" event handler matter? | Ajax
A. Yes
B. No
Ans: B
11- Can a call to the "send" method fire an error (assuming the user's browser supports the XMLHttpRequest
Object and the "send" method)? | Ajax
A. Yes
B. No
Ans: B
13- The XMLHttpRequest object can be disabled via browser settings. | Ajax
A. True
B. False
Ans: B
14- Assuming that "xmlhttp" is a user-defined variable that carrys the Ajax requesting object, xmlhttp.status
can carry a value of 4 after a successful request. | Ajax
A. True B. False
Ans: B
16- Assuming that "xmlhttp" is a user-defined variable that carrys the Ajax requesting object, xmlhttp.status
can carry a value of 0 after a successful request. | Ajax
A. True
B. False
Ans: B
17- The XMLHttpRequest object can be used on subdomain1.mysite.com to request a page located at
subdomain2.mysite.com according to the specification. | Ajax
A. True
B. False
Ans: B
19- Which one of these legendary Greek mythical figures or places is the code name for Microsoft's version
of AJAX? | Ajax
A. Oracle
B. Atlas
C. Hercules
D. Delphi
Ans: B
21- Which Web browser is the least optimized for Microsoft's version of AJAX? | Ajax
A. Firefox
B. Opera
C. Safari
D. Internet Explorer
Ans: C
22- Which one of these technologies is NOT used in AJAX? | Ajax
A. CSS C. DHTML
B. DOM D. FLASH
Ans: D
Ans: B
29- When a user views a page containing a JavaScript program, which machine actually executes the script?
| Ajax
A. The User's machine running a Web browser
B. The Web server
C. A central machine deep within Netscape's corporate offices
D. None of the above
Ans: A