What is HTTP? Explain HTTP Request and Response.
[4 marks]Differentiate GET and POST method.
[3 marks]Explain the points which should be considered for planning a website and also different design issue at the time of designing an effective website.
[7 marks]What is navigation? List the characteristics of effective navigation.
[3 marks]Explain following html tags with proper example. 1. <img> 2. <frameset>
[4 marks]Explain different ways to write the CSS with example.
[7 marks]What is HTML form tag? Explain the different form attributes and design a simple form to register student including name, roll no., semester, email, mobile number, gender, hobbies, and feedback, and also create two buttons submit and reset.
[7 marks]Explain pop-up boxes in Java-Script with example.
[3 marks]Write Java Script to validate Mobile Number. 1) Entered value must be numeric 2) 10 digit length
[4 marks]What is JavaScript event handling? List the major events and show use of at least one event by writing JavaScript code.
[7 marks]Explain Session & Cookie in PHP.
[3 marks]Write a PHP script to print following pattern:1
[4 marks]What is PHP Form processing? Write an HTML and PHP program which accepts Nas input and print N Fibonacci numbers as list.
[7 marks]What is use of “break” and “continue” statements in PHP scripts?
[3 marks]Write an HTML and JavaScript program which accepts Nas input and print Nis odd or even number.
[4 marks]What is document object model? Explain any two objects with example.
[7 marks]Differentiate synchronous and asynchronous web programming.
[3 marks]What are web services? Explain role of SOAP in Web services.
[4 marks]Write a PHP script to open, close, read and write into a file.1
[7 marks]Explain callbacks in JavaScript.
[3 marks]Explain the use of following arrays in PHP. 1) $_REQUEST [ ] 2) $_SERVER [ ]
[4 marks]What is PHP? How can you connect to database in PHP? Show the simple database operation using PHP with proper example.
[7 marks]Explain Regular Expression in PHP.
[3 marks]What is JQuery? What are the advantages of JQuery?
[4 marks]Write HTML and PHP program to read and store book information such as book id, title, author and price from database table. Output the data to a webpage in tabular format.
[7 marks]