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

CSS Question Bank

Uploaded by

Sharad Batule
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views

CSS Question Bank

Uploaded by

Sharad Batule
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CSS Question bank for CT2

2 MARKS QUESTIONS
a) Enlist & explain the use of any two Intrinsic JavaScript functions.
b) Describe browser location object..
c) Write attributes of location object.
d) Write attribute and functions of history object
e) Write the use of innerHTML function along with syntax.
f) Write the meaning of sumbols *, + and ? with respect to Quantifiers with suitable
example.
g) List and write the meaning of any 4 RegExp flags.
h) List and define types of cookies.
i) Write syntax to open new window and write meaning of the attributes of opening
new window function.
j) Write the difference between scrollTo( ) and scrollBy( ) functions.
k) Write a Javascript program to display hello world message in the status bar.
l) Write a Java script to design a form to accept values for user ID & password..

4 MARKS QUESTIONS
a) Write a JavaScript program that will open new window when the user will
clicks on the button..
b) Explain efficient Rollover with the help of example
c) Write a Javascript program to select multiple options from checkboxes and
display contents of selected checkboxes.
d) Write a Javascript program to set expiration date of cookie.
e) Write a Javascript program to read contents of cookie.
f) Describe Quantifiers with the help of example.
g) Write a Javascript program to implement slide show of three images.
h) Define timers and Write a Javascript program to implement setInterval( ) and
setTimeout( ) functions
i) Write a javascript program to validate email ID of the user using regular
expression.
j) Develop a JavaScript program to create Rotating Banner Ads.
k) Write a HTML script which displays 2 radio buttons to the users for fruits and
vegetable and 1 option list. When user select fruits radio button option list should
present only fruits names to the user & when user select vegetable radio button
option list should present only vegetable names to the user.
l) Write a javascript program to calculate add, sub, multiplication and division
of two number (input from user). Form should contain two text boxes to input
numbers of four buttons for addition, subtraction, multiplication and division.

You might also like