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

Practical Index IWD

This document outlines the practical index for the Introduction to Web Development course at TAPI Diploma Engineering College. It includes a list of experiments to be completed by students, covering topics such as PHP, web server configuration, and various scripting tasks. The document also specifies performance indicators for evaluating students' work.

Uploaded by

vrajc2810
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Practical Index IWD

This document outlines the practical index for the Introduction to Web Development course at TAPI Diploma Engineering College. It includes a list of experiments to be completed by students, covering topics such as PHP, web server configuration, and various scripting tasks. The document also specifies performance indicators for evaluating students' work.

Uploaded by

vrajc2810
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

TAPI DIPLOMA ENGINEERING COLLEGE [647], SURAT

COMPUTER ENGINEERING DEPARTMENT [07]


PRACTICAL INDEX
Term Duration : 18/12/2024 TO 28/04/2024
SUBJECT NAME: Introduction to Web Development
SUBJECT CODE: 4340704 BATCH:
STUDENT NAME: ENROLLMENT NO:

Page A B C D Total
Exp. No Date List of Experiments Sign
No (3) (3) (2) (2) (10)
Install and configure PHP, Web Server and MySQL
A
1 database using XAMPP/WAMP/LAMP/MAMP.
B Create a web page that displays “Hello World.”
Write a script to implement a simple calculator for
2 A
mathematical operations.
Write a script that reads the name of the car and
displays the name of the company the car belongs to
as per the below table:

Write a script to display Fibonacci numbers up to a


B
given term.
Write a script to display a multiplication table for the
C
given number.
Write a script to calculate the length of a string and
A count the number of words in the given string without
using string functions.
4 B Write a script to sort a given indexed array.
C Write a script to perform 3 x 3 matrix Multiplication.
Write a script to encode a given message into
D
equivalent Morse code.
Write scripts using string functions:
a)to check if the given string is lowercase or not.
A b)to reverse the given string.
c)to remove white spaces from the given string.
d)to replace the given word from the given string.
5 Write scripts using math functions:
a) to generate a random number between the given
range.
B
B) to display the binary, octal and hexadecimal of a
given decimal number.
C) to display the sin, cos and tan of the given angle.
Write a script to:
i) Define a class with constructor and destructor.
A
ii) Create an object of a class and access its public
properties and methods.
Write a script that uses the set attribute and get
B attribute methods to access a class’s private attributes
of a class.
6
6 Write a script to demonstrate single,multiple and
C
multilevel inheritance.
Write a script to demonstrate method overriding and
D
overloading based on the number of arguments.
E Write a script to demonstrate a simple interface.
F Write a script to demonstrate a simple abstract class.
G Write a script to demonstrate cloning of objects.
Create a web page that collects user information using
A a form and displays it when the user clicks the submit
button.
Create a web page using a form to collect employee
B
information
Extend practical - 8(i) to validate user information
C
7 using regular expressions.
Create two distinct web pages to demonstrate
D information passing between them using URL - Get
method.
Create two different web pages to demonstrate
E information passing between web pages using Hidden
variables – Post method.
Create web pages to demonstrate passing information
A
using Session.
8
Write a script to demonstrate storing and retrieving
B
information from cookies.
Create a web page that reads employee information
A
using a form and stores it in the database.
B Create a web page for employee log-in.
After an employee logs in, create a Home web page
9 C
that displays basic employee information.
Create a web page to delete employee profiles from
D
the database.
Create a web page that allows employees to change
E
their password.
Write a script to generate a salary slip for an employee
A
in PDF format.
10 B Write a script to send an email.
Write a script to convert an associative array into JSON
C
string format and vice versa.
Create a simple web application for Employee
11 A Management with 3-4 web pages and host it using
cPanel and Filezilla.

Sr. No. Sample Performance Indicators for the PrOs Marks

1 Correctness of solution/answer 3
2 Interpret and Solve various algorithms 3
3 Debugging ability 2
4 Program execution/answer to sample questions 2
TOTAL TOTAL 10

You might also like