Sei sulla pagina 1di 1

Question Bank for Sem 6 Ac unit I & II

1)
2)
3)
4)
5)
6)
7)
8)
9)
10)
11)
12)
13)
14)
15)
16)
17)
18)
19)
20)
21)
22)
23)
24)
25)
26)
27)
28)
29)
30)
31)

Write a short note on Ajax / Explain the working of Ajax. Give examples of applications where AJAX is used.
What are the different components of AJAX? Explain any two applications of Ajax.
Explain the term Ajax.
Write a short note on XMLHttpRequestObject.
Explain the open method with its parameters for XMLHttpRequest object.
How to create object of XMLHttpRequest for different types of browsers? Explain with code snippet.
Explain with an appropriate example & diagram how Ajax works using XMLHttpRequest object. What is
Ajax? How does it works.
Write an example to explain how to fetch data from the server?
Explain with example following properties of XMLHttpRequest Object
i)
Callback
ii) readystate
iii) status
List & explain the defining principles of Ajax
List the Advantages & Disadvantages of Ajax.
How do you validate XML documents in AJAX applications?
Write an AJAX program to search the book name according the character typed and display same list using
array
What are the different methods used to fetch data from XMLHttpRequest object?
Explain the following design issues with AJAX:Showing up in search engines
Showing users when text changes.
Explain working of AJAX from developers and users perspective.
Write an AJAX program to search the book name according the character typed and display same list using
array.
Write a program to display a message on button click.
Write a program to read a text field with a button click
Write short note on PHP.
Explain basic PHP syntax by giving an appropriate example.
How to declare array in PHP? How to access elements of array? Give example.
Explain with an appropriate example how can you send Data to server with URL Encoding and will
recover it using GET & POST.
Name the built in Javascript function to evaluate text sent back to you from Server. Explain with an example
how it works.
Explain any four methods of XMLHttpRequest Method.
Explain the fwrite() and fopen() function in PHP with prototypes.
Explain with an example how validations can be performed on the Server using PHP script.
An HTML form contains two textboxes to accept name & age, radio buttons to accept gender and a submit
button. Write code using AJAX that transfer this form data to a PHP page which displays it on the browser.
Write a program in ajax to display the last access date of a text file.
Explain Ajax driven menu system
Considering an XML file given below, write an AJAX code that reads and displays data of this file.
<book id=b1 name=AJAX for dummies>

<author> Hozner </author>


<pages> 360 </pages>
</book>
32)
Explain any five browser event used in Ajax.

Potrebbero piacerti anche