0% found this document useful (0 votes)
211 views

PHP Que Bank

This document contains questions about web technologies including HTTP, XML, JavaScript, AJAX, PHP, and CodeIgniter. It asks about protocols, languages, functions, and concepts related to these technologies. It also includes questions about email protocols and functions, form handling, and MVC architecture. Students are asked to answer multiple choice and true/false questions, as well as explain and provide examples for certain concepts.

Uploaded by

Akshada Padekar
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
211 views

PHP Que Bank

This document contains questions about web technologies including HTTP, XML, JavaScript, AJAX, PHP, and CodeIgniter. It asks about protocols, languages, functions, and concepts related to these technologies. It also includes questions about email protocols and functions, form handling, and MVC architecture. Students are asked to answer multiple choice and true/false questions, as well as explain and provide examples for certain concepts.

Uploaded by

Akshada Padekar
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Web Technologies II

1. Attempt all of the following :

1. ‘‘Http is stateless protocol.’’ Comment.


2. List major parts of XML.
3. What is CDATA?
4. Define DOM.
5. What is an XML schema ?
6. Write any two applications of XML.
7. What is use of XML ?
8. Define XML Parser.
9. What is XML namespaces ?
10. What is the need of XML Http request object in Ajax ?
11. State True/False :“We can have empty XML tags.”
12. Whether root element is required for XML file ? If so, how many root elements
are required ?
13. What is the use of iSNAN ( ) function in Java Script ?
14. ‘‘POP3 Protocol is used to receive the email.’’ True/False. Justify.
15. Write syntax of mail( ) function.
16. Which protocol is used to send an e-mail ?
17. What is the use of die( ) function ?
18. Define Cookie.
19. What is the use of checkdnsr( ) function ?
20. Write any two Ajax applications.
21. List the special operators used in JavaScript.
22. Superglobals can not be used as variable variables inside functions or class
methods. Justify true or false.
23. List the different features of HTTP.
24. Write down the limitations of JavaScript.
25. How can a user present the status of radio button ?
26. Which information is stored by $-FILES ?
27. What is the advantage of writing JavaScript in an external file ?
28. Differentiate between CC and BCC field from an e-mail Header.
29. What is callback function ?
30. How to get response from XMLHTTP Request object received from server in
Ajax ?
31. What is well formed XML document ?
32. What is the scope of variable in JavaScript ?
33. Define MVC
34. What is the purpose of CodeIgniter framework?
35. List features of CodeIgniter.
36. Define page redirection
37. List predefined variables in PHP.
38. Give the purpose of form.
39. Give the purpose of header().

2. Attempt any two of the following :

1. Explain $_FILE array with suitable example.


2. Discuss any five elements of $-SERVER super global variable.
3. Describe GET and POST method with example. Also differentiate them.
4. What are variables in PHP? Explain in detail.
5. What are non primitive data types in JavaScript?
6. Write any five advantages of XML over HTML.
7. Discuss three kinds of pop up boxes in Java Script.
8. Explain any two window object methods in JavaScript.
9. Which are the areas where Java Script is placed in the browser ? Explain in
detail.
10. Explain the JavaScript confirm dialog box with suitable example.
11. State onmouseover and onkeypress JavaScript events.
12. Explain the different methods of including JavaScript in HTML. Write suitable
example.
13. Draw and explain Ajax web application model.
14. What is sticky forms ? Explain with example.
15. Differentiate between synchronous and asynchronous request to the server in
Ajax. Explain with example.
16. How to send an e-mail in PHP ? Explain with suitable example.
17. Explain how to send email with php.
18. Discuss how Email id validation and verification is done in PHP.
19. Explain the concept of session handling with example.
20. Explain self-processing forms with example.
21. What is MVC architecture? Explain diagrammatically.
22. Enlist features of CodeIgniter.
23. What is redirection?How to redirect a web page to another?Explain with
example.
24. What are CodeIgniter libraries?Explain in detail.

3. Attempt any two of the following :

(a) Write a PHP script to accept two strings from the user and check if two strings
are equal or not using Stickey forms.
(b) Write a PHP script to read account .XML which contains Account No, Name,
Address, Branch, Account Type, Balance.Print account details of specific branch in
tabular format after accepting branch as input.
(c) Write Java script code to display clock in Text box (on load event).
(d) Write a PHP script to accept two strings. Concatnate second string to first
string by using sticky forms.
(e) Write PHP script to read book.xml file which contain book number, name of book,
name of author, publisher, price. Print book details of specific author in tabular
format after accepting name of author as input.
(f) Write an Ajax program to search student name according to the character typed
and display same list using array.
(g) Write a JavaScript function to validate user name and password against
hardcoded values.

You might also like