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

It3401 Set3

Uploaded by

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

It3401 Set3

Uploaded by

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

B.E / B.Tech./B.Arch.

PRACTICAL END SEMESTER EXAMINATIONS, APRIL / MAY 2023

Fourth Semester

IT3401 - WEB ESSENTIALS

(Regulations 2021)

Time : 3 Hours Answer any one Question Max. Marks 100

Aim / Procedure Program Calculation Record Viva-Voce Total


& Results
30 30 20 10 10 100

1. Write JavaScript to validate the following fields of the Registration page.

a. First Name (should not be Empty)

b. Password (should not be Empty)

c. E-mail id (should not contain any invalid and must follow the

Standard pattern [email protected])

d. Mobile Number (Phone number should contain 10 digits only).

e. Last Name and Address (should not be Empty).

2. Develop and implement simple HTML programs to demonstrate Inline, Internal and External
CSS.

3. Write a simple Html program to find the factorial of a given number and sum of n natural numbers
using Java Scripts.

4. Develop the PHP scripts for the following problems:

a. to display number triangle


1
1 2 1
1 2 3 2 1
b. to find the given number is prime or not.

5. Write the PHP program to find the current date, Time and Day.

6. Write a program to design a simple calculator using JavaScript

Page 1 of 3
7. Write JavaScript to validate the fields of the library Registration form page that should contain
textbox, radio button, checkbox, selection box and Submit button.

8. Write an Html Program to design a simple home page of your own personal website.

9. Create a simple audio and video player using multimedia controls in HTML.

10. Write an html program implementing CSS Animations.

11. Write program to invoke Servlet performing addition of two numbers from Html forms.

12. Create a simple student database with table containing student details of Name, Register Number,
Email, Marks, grade and Remarks. Using PHP script, retrieve the information for a particular
student using his/her Register Number.

13. Develop the PHP scripts to

a. to check the given string is palindrome or not.

b. to print the array of n strings.

14. Write program to invoke Servlet to maintain session using cookies from Html forms.

15. Write a Servlet program to track the session with name of the user as parameter using form hidden
fields.

16. Create a database maintaining personal Information system with table containing Name, Aadhar
Number, Pan ID, and Bank account Number. Using PHP script, retrieve the information for a
particular person using his/her Aadhar Number.

17. Write a simple java script to handle the exception of zero division error and range error using
exception handling concept.

Page 2 of 3
18. Write a event handler program using JavaScript.

19. Create and develop a HTML program to design a simple home page of your college website using
CSS.

20. Write the PHP scripts for the following problems.

a. To print the multiplication table of a given number

b. To print in the format of

* *

* * *

Page 3 of 3

You might also like