[go: up one dir, main page]

0% found this document useful (0 votes)
85 views18 pages

WP Question Paper

QP
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views18 pages

WP Question Paper

QP
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

Seat No.: ________ Enrolment No.

___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER– VI (NEW) EXAMINATION – WINTER 2021
Subject Code:3160713 Date:02/12/2021
Subject Name:Web Programming
Time:10:30 AM TO 01:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.
MARKS
Q.1 (a) Differentiate between GET and POST method 03
(b) Write a HTML snippet to show each letter of a word RAINBOW with 04
new color, giving a rainbow effect.
(c) What is navigation? Discuss the characteristics of effective navigation. 07
Also write code of html page to open a link in a new browser window.

Q.2 (a) What is the role of Cache and Cookies in the browser? 03
(b) Write a difference between following 04
a) HTML and XHTML
b) Client side scripting and Server side scripting
(c) What is HTML form tag? Discuss the different form attributes and design 07
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.
OR
(c) What is HTML table? Explain table element tr, td, th, rowspan and 07
colspan. Write HTML code to print following time table
Day Lecture Timings
10:30am-11:30am 11:30am-12:30am 1:00am-2:00am
Monday DS SE WP
Tuesday OS CN ML
Wednesday DS WP CN
Thursday OS SE ML
Friday Test day
Q.3 (a) What is CSS? What is the importance of CSS? List out the different ways 03
to write CSS.
(b) What do you mean by meta tags? Show how can following be achieved 04
with the help of metadata?
a) Stop the page from being listed
b) Set an expiration date
c) Stop the browser from caching a page
(c) Design a form using HTML and JavaScript that asks the users to enter his 07
date of birth and on clicking the calculate Button it calls the function that
calculates how many days are left in your birthday?
OR
Q.3 (a) What is meta tag? How it is useful by search engine? 03
(b) Explain pop-up boxes in Java-Script with example 04
(c) Explain event handling in JavaScript with proper example. 07

1
Q.4 (a) Explain DOM with example. 03
(b) List and explain various list tags in HTML with examples 04
(c) Write and explain rules for well-formed XML documents 07
OR
Q.4 (a) What are web services? Explain role of SOAP in Web services. 03
(b) Give a full form of following: 04
(1) DTD (2) WAP (3) WML (4) SOAP
(c) Develop XML file for book record and also write a DTD and XSL for it. 07

Q.5 (a) Differentiate synchronous and Asynchronous web programming 03


(b) Write a PHP script to print following pattern 04
1
10
101
0101
10101
(c) What is PHP? How can you connect to database in PHP? Show the simple 07
database operation using PHP with proper example.
OR
Q.5 (a) Explain Following XSL 03
i) Value-of
ii) Sort
(b) Write PHP script to make sum of first 10 even numbers. 04
(c) Write a web application code using PHP, HTML and MySQL for 07
Employees that stores employee’s id, name, department, designation, etc.
in database. Create proper GUI including buttons that run separate .php
file for each database operation like insert, delete, update etc.

2
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER–VI(NEW) EXAMINATION – WINTER 2022
Subject Code:3160713 Date:16-12-2022
Subject Name:Web Programming
Time:02:30 PM TO 05:00 PM Total Marks:70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.
MARKS
Q.1 (a) List and explain the website design principles. 03
(b) Write a difference between following 04
a) HTML and XHTML
b) Client-side scripting and Server-side scripting
(c) What is navigation? Discuss the characteristics of effective navigation. 07
Also write code of html page to open a link in a new browser window.
a) HTML and XHTML
b) Client side scripting and Server side scripting
Q.2 (a) What are the key components of XML? 03
(b) Explain with example frames in HTML. 04
(c) Explain different ways to write the CSS with example. 07
OR
(c) Write an HTML snippet with CSS for following effects 07
1. link: after visited red color and before visited green color
2. table with even rows black and odd rows green color.
3. Text color-green, Text case-uppercase

Q.3 (a) State full form of following acronym. 03


(1) DOM (2) XSL (3) DTD (4) HTTP (5) PHP
(6) XML
(b) Explain meta tag? How it is useful by search engine? 04
(c) Design a login form using HTML & JavaScript with 07
following validations using Regular Expression on username and
password fields.
1. Username and Password should not be both blank
2. Username should not start with digit, _, @ or #
3. Password length must be 8 to 16 characters
OR
Q.3 (a) What are web services? Explain role of SOAP in Web services. 03
(b) What is FTP? Demonstrate functionality of various FTP commands in 04
brief.
(c) Write a PHP script to open, close, read and write into a file. 07

Q.4 (a) Differentiate synchronous and Asynchronous web programming 03


(b) Explain the use of following arrays in PHP. 04
1) $_REQUEST [ ] 2) $_SERVER [ ]
(c) Write a Java Script to read data from XML File and print it in tabular 07
manner.
OR
Q.4 (a) List some advantages of JavaScript. 03
(b) Explain in brief about XSL and XSLT with example. 04

1
(c) Develop a web application code using PHP, HTML and MySQL for 07
Students that stores student's enrolment no., name, semester, gender,
qualification, etc. in database. Create proper GUI including buttons that
run separate .php file for each database operation like insert, update,
delete etc.

Q.5 (a) Explain Following XSL 03


i) Value-of
ii) Sort
(b) Explain database connectivity in PHP with example. 04
(c) What is query string? How is it transmitted to the server with the GET 07
and POST methods?
OR
Q.5 (a) What PHP can do with header () function? 03
(b) Create an HTML and JavaScript program which accepts N as input and 04
print first N odd numbers.
(c) Explain PHP? How can you connect to database in PHP? Show the 07
simple database operation using PHP with proper example.

*************

2
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER–VI (NEW) EXAMINATION – SUMMER 2022
Subject Code:3160713 Date:08/06/2022
Subject Name:Web Programming
Time:10:30 AM TO 01:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.
MARKS

Q.1 (a) Give full name of following acronym. 03


1) WWW 2) CSS 3) AJAX
(b) Explain different design issue at the time of designing an effective 04
website.
(c) What is HTTP? Explain how browser and server communicate 07
using HTTP request and response.

Q.2 (a) Explain ordered list and unordered list in HTML. 03


(b) Explain following html tags with proper example. 04
1. <img>
2. <frameset>
(c) What is rowspan and colspan used in HTML? Give examples. 07
OR
(c) What do you mean by “class” and “id” in CSS? Explain with 07
Example.

Q.3 (a) Explain HTML media tags. 03


(b) What is positioning in CSS? 04
(c) What is document object model? Explain any two objects with 07
example.
OR
Q.3 (a) What is Bootstrap? 03
(b) What is CSS? Explain the different types of CSS. 04
(c) What is JavaScript event handling? List the major events and show 07
use of at least one event by writing JavaScript code.

Q.4 (a) Explain callbacks in JavaScript. 03


(b) Write an HTML and JavaScript program which accepts N as input 04
and print N is odd or even number.
(c) What are the different types of arrays in PHP? Explain with 07
examples.
OR
Q.4 (a) Differentiate Client side scripting and Server side scripting. 03
(b) Explain file uploads in PHP. 04
(c) What is PHP Form processing? Write an HTML and PHP program 07
which accepts N as input and print N Fibonacci numbers as list.

Q.5 (a) Explain Regular Expression in PHP. 03


(b) How prepared Statement is executed in PHP? 04
(c) What is Cookie? How can we handle cookies in PHP? 07

1
OR
Q.5 (a) What is JQuery? What are the advantages of JQuery? 03
(b) State the difference between synchronous and asynchronous web 04
programming.
(c) Write HTML and PHP program to read and store book information 07
such as book id, title, author and price from database table. Output
the data to a webpage in tabular format.

*************

2
http://www.gujaratstudy.com
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER–VI (NEW) EXAMINATION – WINTER 2018
Subject Code:2160708 Date:30/11/2018
Subject Name:Web Technology
Time: 02:30 PM TO 05:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.

MARKS
Q.1 (a) Give full form of following acronym. 03
1) HTTP 2) SOAP 3) DTD
(b) Explain the points which should be considered for planning a website. 04

(c) Write HTML code for creating following table. 07

January Febuary
March 1 2
3 4

Q.2 (a) Explain Ordered list with example. 03


(b) Differentiate between 04
1) HTML vs XHTML
2) GET vs POST
(c) Design Login Page HTML. Page must have fields in page Username, 07
Password, Remember Me and Login Button.
OR
(c) Design Registration page in HTML. 07
Q.3 (a) Explain Meta Tag. 03
(b) Differentiate between “ID” and “Class” using suitable example. 04
(c) List and Explain types of CSS with Example. 07
OR
Q.3 (a) Draw and Explain Web Browser Architecture. 03
(b) Explain pop-up boxes in JavaScript with example. 04
(c) Write Java Script to validate Mobile Number. 07
1) Entered value must be numeric
2) 10 digit length
Q.4 (a) Write the difference between Client Side Scripting and Server Side Scripting. 03
(b) Explain any two types of events in Java Script with Example. 04
(c) Write Java Script for find first 10 prime numbers. 07
OR
Q.4 (a) Explain DTD (Document Type Definition). 03
(b) Explain following XSL Elements with suitable example. 04
1) value-of
2) sort
(c) Write Well formed XML file to store student information. 07

1
http://www.gujaratstudy.com
http://www.gujaratstudy.com

Q.5 (a) Explain the Document Object Model with example. 03


(b) Write a PHP program to find whether entered year is leap year or not. 04
(c) Explain Session & Cookie in PHP with proper example. 07
OR
Q.5 (a) Explain Browser detection PHP with Example. 03
(b) How to write in PHP? Explain with example 04
(c) Explain database connectivity in PHP with example. 07

2
http://www.gujaratstudy.com
http://www.gujaratstudy.com
Seat No.: ________ Enrolment No.___________
GUJARAT TECHNOLOGICAL UNIVERSITY
BE - SEMESTER–VI (NEW) - EXAMINATION – SUMMER 2018
Subject Code:2160708 Date:05/05/2018
Subject Name:Web Technology
Time:10:30 AM to 01:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.

MARKS
Q.1 (a) Explain the points which should be considered for planning a website 03
(b) Differentiate following. (1). HTML and XHTML 04
(2). GET and POST
(c) Write a form to collect details of a user such as name, address, radio 07
button to choose subject of book he wants to buy, Dropdown to choose
favorite author and comments for the last book he read.

Q.2 (a) Give full form of following acronym. 03


(1) XSL (2) WML (3) SOAP (4) DTD
(b) What is CSS? Explain the different types of CSS. 04
(c) What is Metadata? Explain with example how Metadata is included in a 07
document? Also show how can following be achieved with the help of
Metadata?
(i) Stop the page from being listed.
(ii) Set an expiration date
(iii) Stop the browser from caching a page.
(iv) Give a context for date so that it can take format DD-MM-YYYY
OR
(c) Write HTML and CSS code for the following: 07
(i) set the background color for the active link states to "yellow".
(ii) Set the list style for unordered lists to "square".
(iii) Set "paper.gif" as the background image of the page.

Q.3 (a) Explain DOM structure of HTML. Write JavaScript code to know which 03
mouse button was clicked and number of elements in form.
(b) Write a JavaScript, that uses a loop, that searches a word in sentence 04
held in an array, returning the index of the word.
(c) Design a login form using HTML & JavaScript with following 07
validations on username and password fields.
1. Password length must be 6 to 12 characters
2. Username should not start with _, @ or number.
3. Both should not be blank.
OR
Q.3 (a) Differentiate between Client Side Scripting and Server Side Scripting. 03
(b) Why do you need validation? Write HTML and JavaScript code to 04
validate the email address using regular expression.
(c) Design a form using HTML and JavaScript that asks the user to enter his 07
date of birth and on clicking the Calculate Button it calls the function that
calculates how many days are left in your birthday?

1
http://www.gujaratstudy.com
http://www.gujaratstudy.com

Q.4 (a) Explain the following XSL(XML stylesheet elements). 03


(i) value-of
(ii) for-each
(iii) sort
(b) What is XML? Write XML file to store personal information of student. 04
(c) Write a PHP program to upload image. And also check file size should 07
not greater than 30 KB.
OR
Q.4 (a) Explain the key components of XML. 03
(b) Explain XSL and XSLT with example. 04
(c) Write PHP code to read data from a text file and display it in browser. 07

Q.5 (a) Explain RSS elements with example. What are the uses of RSS? 03
(b) Explain need and working of web services with diagram. 04
(c) Write a web application code using PHP, HTML and MySql for 07
Employees that stores employee’s id, name, department, designation, etc.
in database. Create proper GUI including buttons that run separate .php
file for each database operation like insert, update, delete etc.
OR
Q.5 (a) Explain the following. 03
1) Blog
2) Web feeds
(b) What is SOAP? Explain the role of SOAP in web services. 04
(c) Explain session and cookies in PHP with proper example. 07

*************

2
http://www.gujaratstudy.com
Seat No.: ________ Enrolment No.___________
GUJARAT TECHNOLOGICAL UNIVERSITY
BE - SEMESTER–VI(NEW) – EXAMINATION – SUMMER 2019
Subject Code:2160708 Date:18/05/2019
Subject Name:Web Technology
Time:10:30 AM TO 01:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.

MARKS
Q.1 (a) Give full name of followings: 03
1) DOM 2) TCP 3) RSS 4) ISP 5) XSD 6) HTTP
(b) What are frames? List out its advantages and disadvantages. 04
(c) Create HTML Page with JavaScript which takes Integer number as input 07
and tells whether the number is Prime or Not.

Q.2 (a) XHTML is stricter language than HTML. Justify. 03


(b) Write HTML code to display following irregular table. 04
B C D
E
A F G I
K H L M N
J
O P Q
(c) Describe the web design issues. 07
OR
(c) What do you mean by event in JavaScript? Give at least two examples 07
of events with their handling.
Q.3 (a) What is meta tag? How it is useful by search engine? 03
(b) What is Cascading Style Sheet? Compare inline, embedded and external 04
style sheet with example.
(c) Explain the key components of the XML with suitable examples. 07
OR
Q.3 (a) Define the following with reference to XSL: 03
1) value-of 2) for-each 3) sort
(b) List and explain various list tags in HTML with example. 04
(c) Write and explain rules for well formed XML document. 07
Q.4 (a) List features of Web 2.0. 03
(b) Briefly explain following: 1) Web server 2) Blogs 04
(c) Develop XML File for book record and also write a DTD and XSL for it. 07
OR
Q.4 (a) What is FTP? Mention functionality of various FTP commands in brief. 03
(b) Briefly explain following: 1) SOAP 2) Web Feeds 04
(c) Write a Java Script to read data from XML File and print it in tabular 07
manner.
Q.5 (a) Explain cookie in PHP with example. 03
(b) Explain index and associative arrays in PHP. 04
(c) Write a PHP program to store user registration (user-name, address, Date 07
of Birth, age, pan card, gender) with mysql database.

1
OR
Q.5 (a) Explain session in PHP with example. 03
(b) Explain the use of following arrays in PHP. 04
1) $_REQUEST [ ] 2) $_SERVER[ ]
(c) Write PHP program to print following pattern: 07
1
01
101
0101
10101

*************

2
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER– VI (New) EXAMINATION – WINTER 2019
Subject Code: 2160708 Date: 11/12/2019
Subject Name: Web Technology
Time: 02:30 PM TO 05:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.

MARKS
Q.1 (a) Give full form of following acronym (i) DTD (ii) DOM (iii) XSL 03
(b) Explain following HTML tags with example (i) <select> (ii) <pre> 04
(c) What is HTTP? Explain HTTP Request and Response. 07

Q.2 (a) Discuss how display resolution affects web site design. 03
(b) XHTML is stricter language than HTML. Justify. 04
(c) What do you mean by Meta Tags? List and Explain any three meta 07
tags with example.
OR
(c) Write HTML and CSS code for the following: 07
(i) Set color of visited link to "green".
(ii) Set background color of paragraph to “yellow”
(iii) Set list style for unordered lists to "square".
(iv) Set "calendar.jpeg" as the repeated background image of
the page.

Q.3 (a) Differentiate client side scripting and server side scripting. 03
(b) How to display ordered list and unordered list using HTML? Give 04
Example.
(c) Design a login form with username and password option using HTML 07
and JavaScript. Perform following validations.
(i) Username field: minimum length 6 characters, it should not
have any special character or digits other than _
(ii) Password field: minimum length 8 characters and maximum
length 12 characters, it must contain at least one digit and at
least one special character from the set {*,#,_}
OR
Q.3 (a) State true or false and justify your answer : “Java Script is untyped 03
language”
(b) What is external style sheet? Give example. Give advantages of 04
external style sheet.
(c) Write a JavaScript that handles following events. 07
(i) If the mouse is over heading, change font color to “red” and if
the mouse goes out of the heading change it to “black”
(ii) If key pressed is ‘a’,’e’,’i’,’o’,’u’, the message should be
displayed on pop up box that “vowel is pressed”
(iii)If “Date and Time” button is clicked it displays current date
and time information.

Q.4 (a) What is XML? Give purpose and list its features. 03
1
(b) What is an associative array in PHP? Give Example. 04
(c) Using HTML and Java script design a web page that takes one integer 07
as input and display total N prime numbers starting from 1 in HTML
table on web page
OR
Q.4 (a) What is use of “break” and “continue” statements in PHP scripts? 03
(b) Explain following string functions with example in PHP: ucwords() 04
and strpos()
(c) Write XML file to store information about Music_Album having 07
fields of Title, Singer, Music_Composer, Actor, Language, Country
and Release_Year. Also write corresponding external DTD file.

Q.5 (a) What is use of $_REQUEST[] array in PHP? 03


(b) Explain XSL elements value-of and for-each with example. 04
(c) Write PHP script to read and write a text file. 07
OR
Q.5 (a) What is difference between identical and equal to operator in PHP? 03
Give example.
(b) What is cookie in PHP? Explain cookies handling in PHP. 04
(c) Write a PHP script to store user registration details (user-name, 07
address, date of birth, age, pan card, gender) with MySQL database.

*************

2
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE - SEMESTER– VI EXAMINATION – SUMMER 2020
Subject Code: 2160708 Date:29/10/2020
Subject Name: WEB TECHNOLOGY
Time: 10:30 AM TO 01:00 PM Total Marks: 70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.

MARKS
Q.1 (a) List and explain the website design principles. 03
(b) Differentiate between HTML and XHTML 04
(c) Explain any three attributes of <Table> Tag in HTML. Write 07
code to display following table.

Q.2 (a) Give full form of following acronym. 03


(1) DOM (2) XSL (3) DTD (4) HTTP (5) PHP
(6) XML
(b) What is CSS? Explain different types of CSS. 04
(c) What is Metadata? Explain with example how Metadata is 07
included in a document? Also show how can following be
achieved with the help of Metadata?
(i) Stop the page from being listed.
(ii) Set an expiration date
(iii) Stop the browser from caching a page.
(iv) Give a context for date so that it can take format
DD-MM-YYYY
OR
(c) Write an HTML snippet with CSS for following effects 07
1. link: after visited red color and before visited blue color
2. table with odd rows blue and even rows green color.
3. Text color-green, Text case-uppercase
Q.3 (a) Differentiate between Client Side Scripting and Server Side 03
Scripting.
(b) Difference between DTD and XML Schema. 04
(c) Write JavaScript code to print following pattern. 07
1
01
101
0101
10101
OR

1
Q.3 (a) Explain DOM structure of HTML. Write JavaScript code to 03
know which mouse button was clicked and number of elements
in form.
(b) Difference between XSD Simple element and XSD Complex 04
element.
(c) Design a login form using HTML & JavaScript with 07
following validations using Regular Expression on username
and password fields.
1. Username and Password should not be both blank
2. Username should not start with digit,_, @ or #
3. Password length must be 8 to 16 characters
Q.4 (a) Compare and contrast between HTML and XML 03
(b) Write a JavaScript program to validate an Email address. 04
(c) Write a JavaScript that handles following events. 07
(i) Gives the key code for the key pressed.
(ii) The script should give message that "vowel is
pressed" if vowel keys are pressed.
(iii) Background color should change to red after
releasing the pressed key.
OR
Q.4 (a) Explain following XSL elements: 03
i) value-of
ii) for-each
(b) Write an HTML and JavaScript program which accepts N as 04
input and print first N odd numbers.
(c) Show the use of events for the following with example. 07
(i) Trap the exiting of the user from a page.
(ii) Show the heading. When the mouse is over the
Heading the background color should be yellow and
when the mouse goes out of the heading, color should
change to black.
Q.5 (a) What PHP can do with header() function? 03
(b) Explain cookies in PHP with proper example. 04
(c) Write an application using PHP and HTML to upload a file 07
from the user on the web server.
OR
Q.5 (a) Explain require() and include() functions in PHP. 03
(b) Explain session in PHP with proper example. 04
(c) Write a web application code using PHP, HTML and MySql 07
for Students that stores student's enrolment no., name,
semester, gender, qualification, etc. in database. Create proper
GUI including buttons that run separate .php file for each
database operation like insert, update, delete etc.

*************

2
Seat No.: ________ Enrolment No.___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE- SEMESTER–VI (NEW) EXAMINATION – WINTER 2020
Subject Code:2160708 Date:29/01/2021
Subject Name:Web Technology
Time:02:00 PM TO 04:00 PM Total Marks: 56
Instructions:
1. Attempt any FOUR questions out of EIGHT questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
MARKS
Q.1 (a) What is HTTP? How do browser and server communicate using HTTP 03
request and response?
(b) Explain different design issues at the time of designing an effective 04
website.
(c) Create HTML Page for following features: 07
1.Create an unordered list
2.Create an ordered list
3.Use various bullet styles
4.Created nested lists
5.Use the font tag in conjunction with lists
6.Create definition lists
7.Use graphics as bullets

Q.2 (a) Give the difference between Client side Scripting and Server Side 03
Scripting.
(b) Explain with example frames in HTML. 04
(c) Explain different ways to write the CSS with example. 07

Q.3 (a) What is well-formed XML document? 03


(b) Draw and explain architecture of web browser. 04
(c) Write a PHP script to open, close, read and write into a file. 07

Q.4 (a) List some advantages of javascript. 03


(b) Explain the importance of XML in web applications. What are the 04
advantages of XML over HTML?
(c) What are the different types of arrays in PHP? Explain with example 07
to process the arrays in PHP.
Q.5 (a) Explain DHTML with example. 03
(b) Explain in brief about XSL and XSLT with example. 04
(c) Explain features of PHP? Discuss various types of control statements 07
in PHP.

Q.6 (a) What are the key components of XML? 03


(b) Explain database connectivity in PHP with example. 04
(c) What is query string? How is it transmitted to the server with the GET 07
and POST methods?

1
Q.7 (a) What do you mean by meta tags? Show their meaning and use with 03
example.
(b) Explain XML schema and DTD. 04
(c) What are cookies and sessions in PHP? How can you create, access 07
and delete a cookie in PHP with the help of an example.

Q.8 (a) How XHTML and HTML differ from each other? 03
(b) What is web service? Explain the role of SOAP in web services. 04
(c) Write a JavaScript to check input string is palindrome or not. 07

*************

You might also like