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

CSS QB

This document provides a question bank on client side scripting topics for MSBTE exams. It includes 30 questions ranging from 4-6 marks and 15 questions worth 2 marks each. The questions cover JavaScript concepts like conditional statements, loops, arrays, functions, forms, cookies, windows and more. Code examples are required for most questions.

Uploaded by

sayyedayan824
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

CSS QB

This document provides a question bank on client side scripting topics for MSBTE exams. It includes 30 questions ranging from 4-6 marks and 15 questions worth 2 marks each. The questions cover JavaScript concepts like conditional statements, loops, arrays, functions, forms, cookies, windows and more. Code examples are required for most questions.

Uploaded by

sayyedayan824
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

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. Write a program for switch case statement in java script to print months.

4. Explain looping in java script.

5. Write a program in java script to print even number from 1 to 100.

6. Write a program to check whether a number is prime or not by taking input from user.

7. Define array. How to add element in an array. Explain with the help of an example.

8. Describe join() and concat() with the help of a program.

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 . What is role of action and method attribute . Explain with
example.

12. How to create a checkbox and radio button in html form.

13. How to access form values from java script ?

14. Write a program to create a list using select statement.

15. Write a program to evaluate checkbox selection . use appropriate data.

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 window and change the elements of a 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.

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.

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 is the difference between text field and text area. Give its syntax.

13. What do you mean by intrinsic function?

14. Define cookie. Write syntax to create cookies.

15. Define window & frame.

You might also like