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

External Exam

Uploaded by

harshdpatil445
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)
33 views2 pages

External Exam

Uploaded by

harshdpatil445
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

1. Write JavaScript to create frame structure fruits, flower and cities.

Which are linked


to the webpage fruits.html, flowers.html, and cities.html respectively. When this
clicked data should appear in frame3.
Q. Explain text and image rollover.

2. Write JavaScript that replace value with another value string="I will Fail"
replace="Fail" with "Pass".
Q. List ways of protecting your web page and describe any one of them.

3. Explain how to read and write cookie value by implementing an example.


Q. List and explain any six form events.

4. Write a JavaScript that display textboxes for accepting name and email id and one
submit button. When user click on submit button check:
i) Name validation
ii) Email id validation
Q. State what is a cookie? Explain its need. State characteristics of persistent cookies.

5. Write a JavaScript function to create Fibonacci series till user defines it.
Q. State what is regular expression? Explain its meaning with the help of a suitable
example.

6. Write a HTML script which display two radio button to the user for fruits and
vegetable and one option list. When user select fruits button option list should present
only fruit names to the user and when user select radio button option list should
present only vegetable names to the user.
Q. List and explain types of menu.

7. Describe how to evaluate checkbox selection. Explain with suitable example.


Q. Explain how to create and read Persistent Cookies in JavaScript.

8. Write a Java Script program to design a registration form for email.


Q. Enlist any four mouse events with their use.

9. Write a JavaScript program to move the message along with the status bar.
Q. List the logical operators in JavaScript with description.
10. Write a JavaScript to create the pull-down menu with 3 option [Google, MSBTE,
Yahoo], once the user selects one of the option then user will be redirected to that site.
Q. List and explain the features of JavaScript.

11. Write a JavaScript to concealing email address.


Q. Explain getter and setter properties.

12. Explain multiple actions for rollover by implementing JavaScript functions.


Q. Differentiate between concat() and join() methods of array object.

13. Write a JavaScript to link a banner advertisement to its requested URL.


Q. State the meaning of “Defining a function”. Explain with the help of an example.

14. Create a slideshow with the group of 5 images also create next and previous button to
show transitions between slides.
Q. Differentiate between session cookies and persistent cookies.

15. Write a JavaScript program to implement methods and properties of location and
history object.
Q. Explain following form events: (i) onmouseup (ii) onblur

16. Write a JavaScript program to implement getter and setter properties.


Q. Explain test() and exec() method of Regular Expression.

17. Write a JavaScript that initializes an array called flowers with the names of 3 flowers.
Write JavaScript to display array elements.
Q. Write the use of charCodeAt() and from CharCode() method with syntax and example.

18. Write a JavaScript program which computes the average marks of 5 subjects and the
average is used to determine the corresponding grade.
Q. State any four properties of Navigator object.

You might also like