Anda di halaman 1dari 10

1.

Embed an image map picture(India map) on a Web page that provides different links
to other Web pages(different states) and show the all the related information
depending on where a user clicks on the image.
(100 Marks).
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

2. Create an webpage to embed a human body image, identify and display all the
related information about the human body parts(head,eye,nose,finger etc) based on
the user clicks on the human body image map.
(100 marks)
Aim
&Algorithm
(15)

INTERNAL

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

EXTERNAL

3. Add an embedded style sheet to the html document that represent hotel menu items.
The style sheet should contain the rules for displaying all non vegetarian menu items
in {color:red;font-size:smaller;font-weight:bold} and vegetarian menu items in
{color:green;font-size:larger}
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

4. Create external style sheet using different subset of the style rules with the
following specification.
Body{font-family:arial, Helvetica, sans-serif}, li {font-weight:bold},
h1{text-decoration:underline},
ul{margin-left:20px}
Then write a complete html document to apply all the above rules to the suitable
application domain .
(100 marks)
Aim
&Algorithm
(15)

INTERNAL

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

EXTERNAL

5. Develop a web page that allows the user to enter all the details of the passenger(name,
age, emailid , gender).Write a client side scripting code to validate the emailid ,age
and gender, where email id should consists of the special symbol @and
period(.),where age between 1 to 100 and gender is male or female.
(100 marks).
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

6. Create a HTML application with frames, links, tables and other tags for INDIA Map.
State the assumptions you make (Social logic you are taking into consideration).
Aim
&Algorithm
(15)

INTERNAL

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

EXTERNAL

7. Create a HTML page with frames, links, tables and other tags for highlighting the
facilities in the Department in your College. State the assumptions you make
(business logic you are taking into consideration).
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

8. Design a table and alter that table's column properties using an external and internal
CSS file.
Aim
&Algorithm
(15)

INTERNAL

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

EXTERNAL

9. Create a User Registration form with First Name, Last name, Address, City, State,
Country, Pincode, Username and Password fields for a General login webpage and
satisfy the following criteria: Create a validate ( ) function that does the following:
i. Checks that the First Name, Last Name, City, Country, Username, and
Password1 fields are filled out.
ii. Checks that the Pincode is exactly 6 numerics.
iii. Checks that the state is exactly two characters.
iv. Checks that the email is a valid email address.
o false if email has fewer than 6 characters
o false if email does not contain an @ symbol
o false if email does not contain a period (.)
o true otherwise
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

10. Create a web page with the following using HTML


a. To embed a map in a web page
b. To fix the hot spots in that map
c. Show all the related information when the hot spots are clicked.
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

INTERNAL

EXTERNAL

11. Create a web page with the following.


a. Cascading style sheets.
b. Embedded style sheets.
c. Inline style sheets. Use our college information for the web pages.
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

12. Create and save an XML document at the server, which contains 10 users Information.
Write a Program, which takes user Id as an input and returns the User details by taking
the user information from the XML document.
Aim
&Algorithm
(15)

INTERNAL

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

EXTERNAL

13. Write programs in Java using sockets to implement the HTTP request.
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

14. Write a java socket program to implement a simple SMTP .


Aim
&Algorithm
(15)

INTERNAL

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

EXTERNAL

15. Write a java socket program to implement a POP3 Client


Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

16. Write a program in Java for creating simple chat application with datagram sockets and
datagram packets.
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

17. Write programs in Java using Servlets to invoke servlets from HTML forms
Aim
&Algorithm
(15)

INTERNAL

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

EXTERNAL

18. . Write programs in Java using Servlets to invoke servlets from Applets
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

19. Write programs in Java to create three-tier applications using servlets for conducting
on- line examination for displaying student mark list. Assume that student information is
available in a database which has been stored in a database server.
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

20. Write a program to lock servlet itself to a particular server IP address and port number.
It requires an init parameter key that is appropriate for its servlet IP address and port
before it unlocks itself and handles a request
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

INTERNAL

EXTERNAL

21. Session tracking using hidden form fields and Session tracking for a hit count.
Aim
&Algorithm
(15)

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

INTERNAL

Mark In
Words

EXTERNAL

22. Convert the static webpages of programs into dynamic web pages using servlets
(or JSP) and cookies. Hint: Users information (user id, password, credit card number)
would be stored in web.xml. Each user should have a separate Shopping Cart.
Aim
&Algorithm
(15)

INTERNAL

Progra
m
(45)

Execution
&Output
(30)

VIVA
(10)

Total
(100)

Mark In
Words

EXTERNAL

Anda mungkin juga menyukai