Define following: 1. URL 2. HTTP 3. Web Server
[3 marks]Write differences between client-side scripting and server-side scripting.
[4 marks]What is cascading style sheet (CSS)? Compare inline, embedded and external style sheet with example.
[7 marks]Differentiate GET and POST methods.
[3 marks]Explain different design issues at the time of designing an effective website.
[4 marks]Explain “class” and “id” in CSS with suitable example.
[7 marks]Explain usefulness of rowspan and colspan attributes in HTML Table. Also, Write HTML code to print the following table.
[7 marks]Write a short note on error handling in JavaScript.
[3 marks]Discuss callback in JavaScript with the help of appropriate example.
[4 marks]Design Student registration form including rollno, name, password and mobile number using HTML. Also write JavaScript to validate following: • All Fields are compulsory. • Password length should be 6 to 8 characters long. • Mobile number must be of 10 digits only.
[7 marks]Explain different types of popup boxes in JavaScript.
[3 marks]Write a short note on DOM (Document Object Model) in JavaScript.1
[4 marks]Write a java script to find whether entered number by user is prime or not.
[7 marks]Explain ordered and unordered list in HTML with example.
[3 marks]Explain types of loops in PHP.
[4 marks]What are different types of arrays in PHP? Explain with example to process the arrays in PHP.
[7 marks]Write a note on Web services.
[3 marks]Write a PHP code to demonstrate a calculator using switch case.
[4 marks]Briefly discuss sessions and cookies in PHP using appropriate example.
[7 marks]Write a short note on file handling in PHP.
[3 marks]Write a note on AJAX.
[4 marks]Design Employee form with Employee ID, Employee Name, Designation details with submit button using HTML. On clicking submit button, entered Employee details should be fetch and display on another webpage “EmpInfo.php“.
[7 marks]Briefly discuss JSON.
[3 marks]Write the differences between synchronous and asynchronous web programming.
[4 marks]Discuss steps to connect database using PHP. Also, discuss any two database operations using proper example.
[7 marks]