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

css viva questions

Viva questions

Uploaded by

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

css viva questions

Viva questions

Uploaded by

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

❖ Viva questions on css .

1. What is the difference between Java and JavaScript.

2. Features of JavaScript.

3. Limitations of JavaScript.

4. what is object name, property, method ,main event. Explain with a small
code.

5. What are the values used by JavaScript.

6. What are the different types of operator.

7. Explain condition statement in JavaScript give example with simple coding.

8. How to set and delete properties.

9. Explain property setter and property getter with an example.

10. How to create array in JavaScript give coding.

11. Define elements of array.

12. Implement push method in array.

13. What is unshift () method.

14. What is the code to sort elements in array.


15. What is the code to reverse elements in array.

16. How will we combine an array elements in strings.

17. What is shift method in an array with code.

18. Write a JavaScript code to add elements in array using splice method.

19. Code to demonstrate object as associative array.

20. How to create function in JavaScript with code.

21. Syntax to create function in JavaScript with code.

22. How will you call function with and without code.

23. How will you define string with code.

24. How will you declare string code.

25. What are methods of string classes.(two methods)

26. Method to retrieve a character from given position.

27. Method to retrieve a position of character in a string.

28. Method to split the given string syntax.

29. how will you copy a string.

30. How will you copy a sub-string with method.


31. What is substr() method.

32. How will you convert string to number and number to strings.

33. How will you find a unique code of a character explain methods.

34. Explain form tag’s with its element attributes.

35. Explain four elements of HTML form.

36. What are form methods.

37. what is onsubmit event and onreset event.

38. What is button element with example.

39. Code to textarea on form.

40. Explain attributes with an example.

41. Explain text element with an example.

42. code to accept feedback.

43. Code to create check box, radio button, select element.

44. Explain form events (onchange,onblur,infocus).

45. What are events which are generated by mouse when it comes in contact to
an HTML tag.

46. What are events generated by keyboard.


47. what is document object, form object, form control object.

48. what is windows. Document. Forms.

49. what is windows. Document. forms. Invoice.

50. what is document.form1.elements.length.

51. What is GetElementByID (“ID”).

52. Code to change attribute value dynamically.

53. code to change option list according to choice of user.

54. How to evaluate checkbox selection with example.

55. code to change the label of form elements dynamically.

56. (Important) What is intrinsic JavaScript function.

57. How to disable and enable elements of a form with example.

58. What is read only element in JavaScript.

59. what is cookie.

60. Two types of cookies.

61. How to create cookie syntax.

62. How to read cookie syntax.


63. How to delete cookies in syntax.

64. How to open a window syntax.

65. How to set focus to particular window.

66. How to change position of window.

67. How to change content of window.

68. How to scroll windows with an example.

69. Difference between scroll To() end scroll By(),

70. How to open multiple windows from a given web page.

71. how to create a web page in new window give code.

72. How JavaScript is used in URLs.

73. What are timers.

74. Explain J .S security issues.

75. Properties of windows. Location.

76. Properties and method of window. history.

77. What is regular expression.

78. what is framer.


79. Explain RegExp object properties.

80. What is rollover and how to create rollover.

81. How to create slideshow, pull down menu, floating menu.

82. what is tab menu, pop up menu, highlighted menu.

You might also like