VIDHYADEEP INSTITUTE OF ENGINEERING &
TECHNOLOGY (DIPLOMA)
THIRD-YEAR DIPLOMA COMPUTER ENGINEERING SYLLABUS
Semester: 5TH
Course Code: 002204502 Type of Course: PCC-LC-15
Course Name: Dynamic Web Page Development Lab
Course Prerequisites: Introduction Dynamic Web Page Development
COURSE OBJECTIVE(S):
The students will gain the experience in designing and implementing working
prototypes of web pages, web sites, and interactive dynamic web-based applications. The
course will also be useful as prerequisite to forthcoming web development subjects. Develop
interactive web based application using HTML, CSS, PHP and MYSQL
TEACHING & EXAMINATION SCHEME:
Teaching Scheme (Hrs/Week) Examination Scheme
SEE CA
Theory Tutorial Practical Credit Total
Th Pr MSE PLE LA
0 0 2 1 00 25 00 00 25 50
Th: Theory; Pr: Practical; FA: Final Assessment; CAT: Continuous Assessment Theory; CAP:
Continuous Assessment Practical;
TOTAL Practical Hours: No. of Practical Hrs/Week*15 = 30
LIST OF PRACTICALS: (sample for 2 hrs/week)*15 weeks
Sr. Unit Time
Content
No. No. Duration
1 Write HTML codes for displaying image and demonstrate hyper
1 1
linking.
2 Write HTML codes to attach video on webpage using embed tag in
1 1
html
3 Create A Feedback Form Using Form handling. 1 1
4 Create a contact form using form handling. 1 1
5 Write a code for creating static page design using division tag 2 1
6 Write a code for design menu system using list tag 2 1
7 Design Google Page using HTML5 2 1
8 Apply CSS formatting to created pages and explore it fully, also use
2 1
readymade css templates.
9 Write a PHP script to display Welcome message. 2 1
10 Write a PHP script to demonstrate use of arithmetic operators,
2 1
comparison operators, and logical operators.
11 Write a PHP script to get type of variable using gettype() 2 1
12 Write a PHP script to set type of variable using settype() 2 2
13 Write a PHP script to set type of variable using type casting 2 2
14 Write PHP Script to print Fibonacci series. 2 2
15 Write PHP Script to calculate total marks of sudent and display 2 2
FACULTY OF TECH. & ENGG. T.Y. TEACHING SCHEME 1
VIDHYADEEP INSTITUTE OF ENGINEERING &
TECHNOLOGY (DIPLOMA)
THIRD-YEAR DIPLOMA COMPUTER ENGINEERING SYLLABUS
grade.
16 Write PHP Script to find maximum number out of three given
2 2
numbers.
17 Write PHP Script using two dimensional arrays such as addition of
3 2
two 2x2 matrices.
18 Write PHP Script to demonstrate use of associative arrays and for
3 2
FOR EACH loop execution.
19 Write PHP script Using user defined function 3 2
20 Write PHP script to demonstrate use of string function. 3 2
21 Write PHP script to demonstrate use of date/time functions and
3 2
Math functions.
22 Create form using text box, check box, radio button, select, submit
button. And display user inserted value in new PHP page (e.g. 4 2
student registration / inventory / library form).
23 Write two different PHP script to demonstrate passing variables
4 2
through a URL
24 Write two different PHP script to demonstrate passing variables
4 2
through Hidden Variables.
25 Write two different PHP script to demonstrate passing variables
4 2
with sessions
26 Write PHP script to demonstrate passing variables with cookies 4 2
27 Write a program to keep track of how many times a visitor has
4 2
loaded the page.
28 Write a Program to upload image with extension gif or jpeg. 4 2
29 Write a PHP script to create watermarks using Image copy merge. 4 2
30 Write a PHP script to convert images to grayscale. 4 2
31 Write a PHP script to connect MYSQL server from your web
5 2
application.
32 Write a PHP script to create and drop database. 5 2
33 Create database using phpMyAdmin. 5 2
34 Write a program to read input data, from table and display all these
5 2
information in tabular form on output screen.
35 Write a program to manipulate data from table and display all this
5 2
information using table format.
36 Develop small PHP application(s) using forms and database 5 1
Total 60
Text Book(s):
Title of the Book Author(s) Publication
Dynamic Web Page J b patel Atul Prakashan
Development
FACULTY OF TECH. & ENGG. T.Y. TEACHING SCHEME 2
VIDHYADEEP INSTITUTE OF ENGINEERING &
TECHNOLOGY (DIPLOMA)
THIRD-YEAR DIPLOMA COMPUTER ENGINEERING SYLLABUS
Reference Book(s):
Title of the Book Author(s) Publication
Fundamentals of Game Design Ernest adams New Riders Publication
Game development Essentials Jeannie Novak Delmar Cengage Learning
Unity 5 from Zero to Proficiency Patrick Felicia LPF Publishing
(beginner): A Step-by-step Guide
to Coding Your First Game
Web Material Link(s):
1. https://docs.unity3d.com/Manual/UnityManual.html
2. https://gamedesigning.org
3. https://www.udemy.com/course/game-design-fundamentals/
4. https://www.udemy.com/course/unitycourse2
Equivalent/Corresponding Course on NPTEL (SWAYAM):
NPTEL course on
Nil
COURSE EVALUATION:
Sr.No. Activity Marks Weightage
1 Semester End Examination (External Th) 60 60%
2 Internal Examination 40 40%
2(a) Mid Semester Examination 20
2(b) Attendance 10
2(c) Assessment Types (Any One from 2(c).1 to 2(c).7) 10
2(c).1 Subject (Course) based Mini-Project
2(c).2 Industry/Site Visit & Report
2(c).3 Assignment
2(c).4 Seminar
2(c).5 Case Study
2(c).6 Surprise Class Quiz
2(c).7 Design Exercise
2(c).7 Presentation
2(d) Practical (if Applicable)
* For 4 Credit Subjects
1 Credit = 25 Marks
Theory: 3 Credits = 75 Marks
Practicals: 1 Credit = 25 Marks
SEE Evaluation will be of 100 marks and converted to 50 Marks (75 Th + 25 Pr)
CA Evaluation will be of 100 Marks and converted to 50 Marks. (75 Th + 25 Pr)
FACULTY OF TECH. & ENGG. T.Y. TEACHING SCHEME 3
VIDHYADEEP INSTITUTE OF ENGINEERING &
TECHNOLOGY (DIPLOMA)
THIRD-YEAR DIPLOMA COMPUTER ENGINEERING SYLLABUS
Distribution of Marks for Theory Evaluation as per Bloom’s Taxonomy Level:
Level Remember Understand Apply Analyse Evaluate Create
% Weightage 10% 30% 15% 10 15% -
COURSE OUTCOMES:(in the range of 4 to 6)
CO1 Design and develop a Web page using HTML.
CO2 Style your page using CSS, internal style sheets, and external style sheets.
CO3 Develop Web page using different form elements.
CO4 Design and develop a Web site using text, images, links, lists, and tables for
presenting web based content.
CO5 Create dynamic Website/ Web based Applications. using HTML, PHP, MYSQL
database
CO6 Debug the Programmes by applying concepts and error handling techniques of
HTML, PHP, MYSQL.
FACULTY OF TECH. & ENGG. T.Y. TEACHING SCHEME 4