Assignment (Summer Vacation)
Class XII
MULTIMEDIA AND WEB TECHNOLOGY
CHAPTER 1 – REVIEW OF VBSCRIPT
1.
What type of language is vbscript?
2.
What are scripted languages? For what purpose,
scripted code is included in a web page coding?
3.
Which tag is used to add vbscript code? Write its
syntax.
4.
What is the use of document object in vbscript code?
Write the names of its methods and give example of its usage.
5.
What are comments? How comments are added in a
vbscript code?
6.
Differentiate between:
a)
Date( )
and now ( )
b)
Month (
) and Month Name ( )
c)
OnLoad
Event and OnUnload Event
d)
Local
Variable and Global Variable
7.
Which data types are supported by vbscript? Name
them.
8.
What is the difference between REDIM and REDIM
PRESERVE?
9.
What is meant by explicit declaration of variables?
How variables are declared explicitly in vbscript code?
10.
Differentiate between scalar variables and array
variables.
11.
What are constants? How are they declared ?
12.
What is an array? What is the need of using arrays?
13.
How an array is declared? Give example of array
declaration.
14.
What is the use of Redim statement? Explain with the
help of an example.
15.
Write the use and example of following operators:
16.
i) & ii)\ iii) / iv)
mod v) ^
17.
Differentiate
between IF…THEN..ELSE and SELECT…CASE statements with the help of an example.
18.
Write
a program that accepts the date of birth
of the user as dd/mm/yy and calculates his age as of now. The age is then
displayed in a message box.
19.
Write
a function that allows three arguments to be passed to it and returns the
smallest of the three values.
20.
Write
HTML document to create the following form:
Calculate your
grade
Enter your percentage
Grade
|
Use
VBScript to find out the division secured by a student on the basis of the
percentage of marks obtained in the examination. The student is failed if the
marks below 33%, he secures a III division, if the marks are 33% onwards but
below 50%, a II division , if he secures 50% onwards but below 60%, a Ist
division, if he secures 60% onwards but below 75% and a Distiction if the score
is 75% and onwards.
21.
To
generate the following output:
S
Se
Sen
Seni
Senio
Senior
22.
Write
the code to display the form and add the VBScript to display the results as
written when the user enters his name and clicks on button.
Enter your percentage
The date is :
Today the day is :
The time is :
|
CLICK
|
23.
Write
a program which contains a function that allows two values to be passed to it
and returns the remainder when the first value is divided by the second.
24.
Write
a program to accept a string and convert it to upper case.
25.
Write
a program to display time based greeting to the viewer.
HTML ASSIGNMENT
1.
Differentiate between BACKGROUND and BGCOLOR
attributes.
2.
How many types of hyperlinks can be created?
Differentiate between them with example.
3.
Differentiate between
I.
HTML / DHTML
II.
ALIGN / VALIGN
III.
POST / GET
IV.
Chec k Box / Radio Button
4.
Insert the sound file play.mp3 as background
music on a web page.
5.
Create a table of two rows and two cols. Give
the border color as red and caption as ABC to this table.
6.
Divide the page horizontally into three sections
of measurement 20, 60, 20 respectively and then further divide the last row
vertically into two columns each of equal proportion (50%, 50%)
7.
To make the following frameset with the
mentioned specifications:
Index.html Body.html Ads.html
Footer.html Logo.html
|
75%
20% 15%
8.
To create a numbered list as A, B, C for items
Bag, Shoes and accessories.
9.
Link your page index.html to www.google.com
10.
What is a comment? How do you add comments in an
HTML document? Explain with the help of an example?
Do all
Question/Answer of Chapter-5, Multimedia
Applications in your register.
Comments
Post a Comment