External Exam
External Exam
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.
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.
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.
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
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.