Assignment
Assignment
1. Which function is used to print an error message and exit from current code?
2. What is sticky form?
3. Which function is used for page redirecting?
4. How to set response header in PHP?
5. Write the elements of global array $_SERVER.
6. Which function is used to create cookie in PHP? Give syntax of it.
7. Which function is used to remove all global session variables?
8. Which information is stored in $_FILES?
9. List Predefine Variables in PHP
10. Define Cookies
11. Define Session
2 Marks
3 Marks
4 Marks
1. c) XML Parser cannot alter documents or create new documents. Justify True or False.
2. What are XML namespaces?
3. Whether root element is required for XML file? If so, how many root elements are required?
4. What are different values of readyState property of XMLHttpRequest?
5. List out parts of XML document structure.
6. What are the characteristics of XML?
7. XML tags are case sensitive. Justify true of false.
8. What is the use of XML Http Request object?
2 Marks
3 Marks
4 Marks
1. d) What is DOM?
2. e) How the variables declared in Javascript?
3. f) What is JQuery?
4. Give any two limitations of JavaScript.
5. What is the use of iSNAN() function in Java Script?
6. Write the primitive datatypes in JavaScript
2 Marks
1. List any four datatypes that JavaScript support with its usage.
2. What is the scope of variable in JavaScript?
3 Marks
4 Marks
1. Write a JavaScript code to display message - ‘Exams are near, prepare well for it” using alert,
prompt and confirm boxes. Accept proper input from user and display messages accordingly.
2. Write a php program to add or append in paragraph text and also in the numbered (ordered)
list in a given HTML document using jQuery selectors.
3. Explain the JavaScript confirm dialog box with suitable example.
4. Design the HTML form to accept Employee name, Age and Mobile no. and perform the
following validation using Java Script: i) No field should be empty. ii) Mobile no. must contain
10 digits
5. Write a JavaScript code to accept username and password validate it with username should
not be null and password should be at least 6 digit long.
Assignment 4
AJAX
1 Mark
2 Marks
4 Marks
Assignment 5
Code Igniter
1 Marks
2 Marks
1. What is MVC?
2. What is page redirecting? Write down syntax of the function used for page redirection
4 Marks
3 Marks
1. Write down the steps to integrate external CSS and JS file in CodeIgniter. Give example
2. Explain MVC framework.