0% found this document useful (0 votes)
4 views2 pages

CSS

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 2

CSS

(2-Marks)

Q.1)State The Features Of Java Script?


Q.2)List The Logical Operator In Java Script With Description?
Q.3) Explain Push(),Pop(),and Prompt() method with In Java Script?
Q.4)Write JavaScript to create a object “student” with properties
roll number, name, branch, year. Delete branch property and
display remaining properties of student object.
Q.5)List assignment operators in JavaScript, explain any two with
the help of suitable example.
Q.6)List And Describe Any 4 Methods of Mathobject()?
Q.7)enlist and explain any 2 mouse event?

(4-Marks)

Q.1) Write A java script Program The user enters two numbers in
respective text boxes. Write a JavaScript such that when user
clicks “add”, a message box displays sum of two entered
numbers, if the user clicks on “sub”, message box displays
subtraction of two numbers and on clicking “mul” the message
box displays multiplication of two numbers.
Q.2)State what is a cookie ? Explain its need. State characteristics
of persistent 12 cookies?
Q.3)Explain text and image rollover with suitable example.
Q.4) Write HTML code to design a form that displays textboxes for
accepting UserID and Aadhar No. and a SUBMIT button. UserID
should contain 10 alphanumeric characters and must start with
Capital Letter. Aadhar No. should contain 12 digits in the format
nnnn nnnn nnnn. Write JavaScript code to validate the UserID and
Aadhar No. when the user clicks on SUBMIT button.
Q.5)Differentiate between concat () and join () methods of array
object.
Q.6)Describe regular expression. Explain Any 1 method used in
regular expression with suitable example.
Q.7) write the use of CharcodeAT() , fromcharCode() and index of
with syntax and example?
Q.8)List and explain any six form events.
Q.9)Explain splice() , concat() method of array object with syntax
and example?

(6-Marks)

Q.1)Write a script for creating frame structure


Having two frames. One frame containing buthon as “click
here !”, and after clicking this
button an image should open in the second frame of that child
window.
Q.2)Form regular expressions for following : (i) Validation of
email address.
(ii) Validation of adhaar card.
(iii) Validation of phone number.
Q.3)Write a JavaScript to create a
I)pull – down , ii)scroll-down, iii)drop-down (one of this) menu with
four options , Once the user will select one of the options then
user will be redirected to that site.
Q.4) developed JavaScript to create routing banner Ads. with URL
Links?
Q.5) write JavaScript to check whether a passed string is
palindrome or not?
Q.6)Write a Java script that displays textboxes for accepting name
& email ID & a submit button. Write Java script code such that
when the user clicks on submit button.
(1)Name Validation
(2)Email ID validation

You might also like