You are on page 1of 1

TAPI DIPLOMA ENGINEERING COLLEGE, SURAT – 6

COMPUTER DEPARTMENT

SUBJECT: DYNAMIC WEB PAGE DEVELOPMENT


CODE: 3350702
Sr.
QUESTION LIST SIGN
No.
UNIT-1
1 Write difference between HTML 4.0 and HTML 5.0
Explain basic HTML Tags with examples (<html>, <head>, <title>, <body>, <hr>, <img>, <embed>,
2
<bgsound>, <blink>, <font>, <center>, <marquee>, <a>).
3 Explain Html 5 tags with examples ( <header>, <aside>, <section>, <footer>, <article>, <nav>).
Explain Form Input Type with examples (color, Date, Datetime, Datetime-local, email, month
4
number, range, search, tel, time, url, Week)
5 What is CSS? List types of CSS.
6 Write difference between CSS 2.0 and CSS 3.0
UNIT-2
What is open source?
1
Explain AMP Module (relationship of PHP, Apache web server and MYSQL).
2 Explain PHP File structure with example
3 Write rules for naming variable in PHP.
4 Why PHP is known as loosely typed language?
5 What is constant? Explain How to define constant in PHP?
6 Explain ? (condition ) operator with example in PHP.
7 Give difference between ECHO and PRINT statement of PHP.
UNIT-3
1 List Operators of PHP. Explain any two in detail.
2 What is array? Explain numeric (index) and associative array with example.
3 Explain foreach statement with example using concept of associative array.
4 What is user define function? Explain how to define and call user define function.
5 Explain Call by value and Call by reference with example.
6 Explain all String Functions in PHP with examples.
7 Explain all Math Functions in PHP with examples.
8 Explain all Array Function with example.
UNIT-4
1 Explain method and action attributes of FORM element.
2 List different methods used for passing variables between pages and explain any one with example.
3 What is session and session variable? Explain with example.
4 Give difference between GET method and POST method.
5 Write difference between Sessions and Cookies.
UNIT-5
1 Explain data types of MySQL.
2 Explain MySQL commands.
3 List and explain all the field modifier of MySQL.
Explain how to establish connection to the MySQL server. Also creating and executing queries using
4
mysql_query() function.
Explain following function with example: mysql_connect(), mysql_select_db(), mysql_error(),
5
mysql_num_rows(), mysql_fetch_array()
Write a program to read Bank Account related information like Account number, Balance, Branch
6
Name from Account table and display all these information in table format on output screen.
7 Write short note on WEB SITE hosting using ‘C’ panel.

You might also like