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

B2022-SA-CM406 (1)

The document outlines the practical examination details for the Diploma in Computer Science and Engineering at Government Polytechnic - Proddatur, scheduled for March/April 2024. It includes a series of tasks related to web technologies, such as creating HTML pages, designing static web pages for an online bookstore, developing JavaScript functions, and writing PHP code for database operations. The exam covers various aspects of web development, including HTML, CSS, JavaScript, jQuery, and PHP.

Uploaded by

23022cm050
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)
12 views

B2022-SA-CM406 (1)

The document outlines the practical examination details for the Diploma in Computer Science and Engineering at Government Polytechnic - Proddatur, scheduled for March/April 2024. It includes a series of tasks related to web technologies, such as creating HTML pages, designing static web pages for an online bookstore, developing JavaScript functions, and writing PHP code for database operations. The exam covers various aspects of web development, including HTML, CSS, JavaScript, jQuery, and PHP.

Uploaded by

23022cm050
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/ 3

C20-CM406

GOVERNMENT POYTECHNIC - PRODDATUR (022)


PRACTICAL EXAMINATIONS
Branch :Diploma in Computer science and Engineering
Month & Year of
:MAR/APR - 2024
Exam
Subject Code :CM-406
Subject Name :Web Technologies Lab
Date & Time of
:13-04-2024 & 9.00 AM to 5.00 PM
Exam

Question Paper

1. Create the HTML page with a table and the table should have a header, body and footer.

2. Design the following static web pages required for an online bookstore website.
1) HOME PAGE: The static home page must contain three frames.
2) LOGIN PAGE

3. Design the following static web pages required for an online bookstore website.
1) CATOLOGUE PAGE: The catalogue page should contain the details of all the books
available on the website in a table.
2) REGISTRATION PAGE
4. Create an XML document that contains 10 users information.

5. Design a web page to demonstrate the usage of inline, internal and external style sheets using
CSS.
1) Use different font styles
2) Control the repetition of image with background-repeat and no-repeat property
3) Use position property.

6. Develop and demonstrate JavaScript with POP-UP boxes and functions for the following
problems:
a) Input: Click on Display Date button using onclick( ) function Output: Display date in
the textbox
b) Input: A number n obtained using prompt Output: Factorial of n number using alert
c) Input: A number n obtained using prompt Output: A multiplication table of numbers
from 1 to 10 of n using alert
d) Input: A number n obtained using prompt and add another number using confirm
Output: Sum of the entire n numbers using alert

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


1. First Name (Name should contain alphabets and the length should not be less than 6
characters).
2. Password (Password should not be less than 6 characters length).
3. E-mail id (should not contain any invalid and must follow the standard pattern
[email protected])
4. Mobile Number (Phone number should contain 10 digits only).
5. Last Name and Address (should not be Empty).

7. Write a JavaScript program which sends a request to a server using ajax, receives information
and displays it.

8. Write a JavaScript JQuery functions which displays different messages when mouse enters in
div tag, mouse leaves div tag and clicks on div tag.
9. Write a JavaScript program using jQuery which performs effects like hide, show,
slideupfadeIn,fadeout,slideDown, SlideUp.

10. Write a JavaScript program using jQuery which displays datepicker.

11. Write a PHP program to implement searching like reading an array of ' n' numbers and
finding smallest among them using conditional and iterative statements.

12. Create HTML page on AngularJS directives and filters.


13. Write PHP code to create a cookie and put some information in it.

14. Write PHP code to perform retrieval, insertion, modification and deletion of data in a
database table using functions.

15. Write a program to design a simple calculator using (a) JavaScript (b) PHP. \

INTERNAL EXAMINER EXTERNAL EXAMINER

You might also like