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/ 5
CLIENT SIDE SCRIPTING
QUESTION BANK
BY MSBTE_CAMPUS_ACADEMY
IMPORTANTS POINTS 1. Write all answers point wise if it is definition then also write with points.
2. If possible, draw diagram for each answer.
3. For 2 marks Question: -
i. Write minimum 4 points. ii. Draw diagram is possible iii. Difference between → 3 or more Diff.
4. For 4 marks Questions: -
i. Write minimum 6 points ii. List 2 Advantages / Disadvantages / Features / Characteristics / Types. iii. Difference between → 5 or more Diff
5. For 6 marks Questions: -
i. Write minimum 8 points ii. Diagram compulsory.
6. Show output for Each Program.
4/6 MARKS QUESTIONS
1. Explain if else statement in java script with the help
of an example. 2. Explain alert box and confirm box with the help of an example. 3. Explain switch case statement in java script with example. 4. Explain looping in java script. 5. Write a program in java script to check no prime number or not . 7. Define array. How to add element in an array. Explain with the help of an example. 8. Difference betweem join() and concat(). 9. Describe associative array with the help of an example. 10. Write a program to return Unicode of a string. 11. Explain form with its attributes. Explain with example. 13. How to access form values from java script? 14. Write a program to create a list using select statement. 15. Sort an Array in javascript. 16. Write a program to disable form elements . 17. Explain how to change attribute values dynamically. 18. What is the use of readonly element in javascript ? 19. Write a program to create a form and store the cookie and display it. 20. Write a program to delete a cookie values. 21. Write a program to open a new child window. 22. Explain operators in javascript with the help of an example. 23. Explain array. Write a program to declare , initialize and print array elements using loop. 24. Explain push() , pop() , shift() and reverse() with the help of an example. 25. Explain function . Write a program to declare a function to display message by click on button. 26. Write a program to create a parameter function to perform arithmetic operation. 27. Explain components of form. Write a program to create a registration form. 28. Explain form events. Write a program to create a form with mouse and key events. 29. Explain setTimeout() and setInterval() method with the help of an example. 30. Explain 4 methods in regular expression with example. 31. Explain frame and write a program to create a frame. 32. Explain rollover with the help of an example. 33. Develop javascript program to create rotating banner. 34. Create a javascript program that will create pull down menu with 3 options. 35. Explain checkbox selection with example. 36. Difference between Session and persistent cookies. 2 MARKS QUESTIONS 1. What do you mean by scripting language? Give one example. 2. List out any 6 features of java script. 3. How to write java script document? Give one example. 4. Define object and method. 5. Describe break and continue with the help of an example. 6. Write a program to take the input from user using prompt box. 7. Define variables and keywords with example. 8. How to sort the array. 8. Define function. Explain how to call a function. 9. How to call a function from html. Give one example. 10. List out any 4 methods for string class. 11. Define form. List out any 4 uses of form. 12. What do you mean by intrinsic function? 13. Define cookie. Write syntax to create cookies. 14. Define window & frame.