MY STUDENTS PRACTICALS EXAM......2012
CBSE BOARD PRACTICAL EXAMINATION
SESSION 2011-2012
SUBJECT : MULTIMEDIA AND WEB TECHNOLOGY (067)
Q1. Create a table called feedback to store the registration details provided by users visiting your school’s website. It should have the following format:
(5)
Fieldname datatype description
User_no Auto number Primary key
Name Text Visitor’s name
Age Number Age of the visitor
Gender text Visitor’s gender
Email Text Email address of the visitor
Comments Text Visitor’s comments about the web page
a) Create a database feedback.mdb in Ms. Access and create a table with the given fields and data type and save it as feed.
b) Create the following form to take comments from the user and write an ASP script to store the data entered by the user into the feedback table.
FEEDBACK FORM
Please fill up the following registration form:
Name :
Age :
Gender : male female
Email Address :
Your comments please:
submit
Reset
Q2. Write ASP code to accept color option from user and display it back on the
web page (5)
Output
Which color do you prefer to use as your background?
Defined color WhiteRedGreenBlue
Custom color
Bottom of Form
Q3. Write steps to create masking layer. Import any picture from library. (5)
SESSION 2011-2012
SUBJECT : MULTIMEDIA AND WEB TECHNOLOGY (067)
Q1. Create a table called feedback to store the registration details provided by users visiting your school’s website. It should have the following format:
(5)
Fieldname datatype description
User_no Auto number Primary key
Name Text Visitor’s name
Age Number Age of the visitor
Gender text Visitor’s gender
Email Text Email address of the visitor
Comments Text Visitor’s comments about the web page
a) Create a database feedback.mdb in Ms. Access and create a table with the given fields and data type and save it as feed.
b) Create the following form to take comments from the user and write an ASP script to store the data entered by the user into the feedback table.
FEEDBACK FORM
Please fill up the following registration form:
Name :
Age :
Gender : male female
Email Address :
Your comments please:
submit
Reset
Q2. Write ASP code to accept color option from user and display it back on the
web page (5)
Output
Which color do you prefer to use as your background?
Defined color WhiteRedGreenBlue
Custom color
Bottom of Form
Q3. Write steps to create masking layer. Import any picture from library. (5)
Comments
Post a Comment