Ajax sends data to a web server _____.
1.in the background
2.before loading the page
3.with reloading the page
4.All of the above
What are the controls of Ajax?
1.ScriptManager
2.ScriptManagerProxy
3.UpdatePanel
4.All of these
Which company made Ajax popular?
1.Oracle
2.Google
3.Microsoft
4.Facebook
Which of the following feature makes the Ajax unique?
1.It can work with all the databases
2.It is a server-side application can also be used to create servers
3.It can use Python & C++ for programming
4.It makes data requests asynchronously.
Who does the chorus believe spread a rumor about Ajax slaughtering cattle?
1.Ares
2.Hermound
3.Odysseus
4.Artemis
AJAX based on ____
1.JavaScript and XML
2.VBScript and XML
3.JavaScript and Java
4.JavaScript and HTTP requests
AJAX comes in ____.
1. 2003
2. 2005
3.2004
4.2006
Ajax is a programming language.
1.True
2.False
3.all of the above
4.None of the mentioned
Ajax is about updating ______, without reloading the full-page.
1.parts of a web page
2.parts of a database records
3.parts of a HTML tags dynamically
4.parts of a CSS classes dynamically
Ajax is used for creating _____.
1.Web applications
2.Desktop applications
3.System applications
4.Both A. and B.
Ajax stands for Synchronous JavaScript and XML.
1.True
2.False
3.all of the above
4.None of the mentioned
Ajax stands for ______.
1.Asynchronous JavaScript and XML
2.Asynchronous JSON and XML
3.Asynchronous Java and XML
4.Asynchronous JavaScript and XMLHttpRequest
Ajax technologies include ______.
1.HTML/XHTML and CSS
2.DOM
3.XML or JSON
4.All of the above
Ajax updates a web page ____ reloading the page.
1.with
2.without
3.all of the above
4.None of the mentioned
AJAX was made popular by?
1.Microsoft
2.Google
3.Sun Microsystemwrong
4.IBM
How can you test the Ajax code?
1. JSU
2. JSUnit
3.AjaxJSU
4. JSUnitAjax
How many types of triggers are present in update panel?
1.one
2.two
3.three
4.four
Regarding the XMLHttpRequest Object, does the order in which one calls the "open" method and assign a function to the "onreadystatechange" event handler matter?
1. Yes
2. No
3.all of the above
4.None of the mentioned
The jQuery AJAX methods .get(), .post(), and .ajax() all require which parameter to be supplied?
1.method
2.url
3.data
4.headers
Using AJAX we can made our web page
1. more interactive and faster
2.easy to connect web page with server
3.more dynamic
4.None of the mentioned
What are all the technologies used by Ajax?
1.JavaScript
2. XMLHttpRequest
3.Document Object Model (DOM)
4.All of the above
What are the advantages of Ajax?
1.Bandwidth utilization
2.More interactive
3.Speeder retrieval of data
4.All of these
What are the features of Ajax?
1.Live data binding
2.Client-side template rendering
3.Declarative instantiation of client components
4.All of the above
What combination of technologies gives AJAX its name?
1.ASP and XAML
2.Asynchronous JavaScript and XML
3. Autonomic Computing and DHTML
4.Atlas and XML
What does the tag do?
1. Enclose text to be displayed by non-JavaScript browsers.
2.Prevents scripts on the page from executing.
3.Describes certain low-budget movies.
4. None of the above
What does the XMLHttpRequest object accomplish in Ajax?
1. It's the programming language used to develop Ajax applications.
2. It provides a means of exchanging structured data between the Web server and client.
3. It provides the ability to asynchronously exchange data between Web browsers and a Web server.
4.It provides the ability to mark up and style the display of Web-page text.
What is AJAX?
1. is a program
2.is a country name
3.is a football club name
4.All of these
What is the correct syntax to create an XMLHttpRequest object?
1.XMLHttpRequest() variable
2.XMLHttpRequest() variable;
3.variable = new XMLHttpRequest()
4.variable = new XMLHttpRequest();
What is the first step in creating a Joke of the Day application?
1.Create the application's text file.
2.Write the application's HTML.
3. Turn the HTML application into an Ajax application.
4.Upload the application to a Web server.
What is update panel in Ajax?
1.a server control used to update the specified portion of a web page
2.server control used to update the full-page after reloading the page
3.a dashboard used to update the specified portion of a web page
4.none of the above
What server support Ajax?
1.WWW
2.SMTP
3.HTTP
4.All of the above
Which are the triggers present in update panel?
1.PostTrigger and AsyncPostTrigger
2.PostBackTrigger and SyncPostBackTrigger
3.SyncPostBackTrigger and AsyncPostBackTrigger
4.PostBackTrigger and AsyncPostBackTrigger
Which formats are supported by Ajax to send and receive information?
1.JSON, XML, HTML, SQL, MySQL, and Text Files
2.JSON, XML, HTML, and Text Files
3.JSON, XML, HTML, NoSQL, and Oracle
4.JAVA, JSON, XML, HTML, Oracle, and Text Files
Which method adds a label/value pair to the header to be sent?
1.getRequestHeader()
2.setAllRequestHeader()
3.setRequestHeader()
4.getAllRequestHeader()
Which method cancels the current request?
1.cancel()
2.abort()
3.stop()
4.pause()
Which method returns the header information?
1.getAllResponseHeaders()
2.getResponseHeaders()
3.getHeaderInformation()
4.getAllHeaderInformations()
Which method returns the specific header information?
1.getResponseHeader()
2.getSpecifcHeader()
3.getHeaderOnly()
4.getHeaderInfo()
Which object can be used to exchange data with a server behind the scenes?
1.XMLHttpRequest
2.HttpsRequest
3.JSONHttpRequest
4.All of the above
Which of the below is a lieral reverse of Ajax?
1.HTTP
2.HTML
3.XML
4.Comet
Which of the following are the features of an HTTP request?
1.URL being requested
2.Optional request body
3.Optional set of request headers
4.All of the Mentioned
Which one of these legendary Greek mythical figures or places is the code name for Microsoft's version of AJAX ?
1.Oracle
2.Atlas
3.Hercules
4.Delphi
Which one of these technologies is NOT used in AJAX?
1.CSS
2.DOM
3.DHTML
4.Flash
Which property holds the status of the XMLHttpRequest?
1.readyState
2.holdState
3.pauseState stopState
4.stopState
Which property is used to control the duration of Ajax request.
1.AsyncPostBackTimeout
2.AsyncTimeout
3.Timeout
4.PostBackTimeout
Which property returns the response data as a string?
1.getText
2.getResponseText
3.responseText
4.responseAllText
Which technologies give Ajax its name?
1.Net and XML
2.ASP and XML
3.Asynchronous JavaScript, CSS, ASP, and XML
4.Asynchronous JavaScript and XMLHttpRequest
Which Web browser is the least optimized for Microsoft's version of AJAX?
1.Firefox
2.Opera
3. Safari
4.Internet Explorer
Why AsyncPostBackTrigger is used in update panel?
1.Specifies a control and event that will cause a full-page update
2.Specifies a control and event that will cause a partial page update
3.Specifies a control and event that will cause a full web application update
4.Specifies a control and event that will cause a full web application refresh
Why PostBackTrigger is used in update panel?
1.Specifies a control and event that will cause a full-page update
2.Specifies a control and event that will cause a partial page update
3.Specifies a control and event that will cause a full web application update
4.Specifies a control and event that will cause a full web application refresh
___ Of the following technologies, which one provides the ability to dynamically interact with Web page layout?
1.JavaScript.
2.XML.
3. Document Object Model.
4.HTML.