The document is a question bank containing various topics related to JavaScript and Java programming. It includes questions on cookies, window management, event handling, regular expressions, and user interface components. The questions aim to assess knowledge on both theoretical concepts and practical coding skills.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
14 views2 pages
Question Bank 2 Test
The document is a question bank containing various topics related to JavaScript and Java programming. It includes questions on cookies, window management, event handling, regular expressions, and user interface components. The questions aim to assess knowledge on both theoretical concepts and practical coding skills.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
QUESTION BANK
1]Write short note on - Frameworks of JavaScript and its applications
2] What is cookies? Explain how to create cookies in JavaScript. 3] Explain how to read cookies in JavaScript. 4] Write a JavaScript to delete the cookie. 5] What is banner ad? 6] Explain the syntax for opening a window. 7] Explain the use offocus() method for window object. 8] Write a JavaScript to change the contents of the newly created window. 9] Write a JavaScript to open multiple windows at a time. 10] What is the use of setTimeout () function? Write a JavaScript to illustrate it. 11] What is the use of setInterval0 function? Write a JavaScript to Illustrate it. 12] Write a Java program that checks whether the string entered by the user Contains digits or not 13] What is the use of status bar in a web application? 14]What is intrinsic function? 15] What is the difference between group of checkbox buttons and group of radio buttons 16] Explain various commonly used mouse Events in JavaScript with example. 17) Write a JavaScript to open multiple windows at a time. 18) What are the functions to scroll the window? Explain with example. 19]Explain any four commonly used methods in regular expression. 20] Write a JavaScript program to create rollover effect for three images. 21] Explain with suitable example how to create a pull down menu. 22] What is frame? 23]Define the term - Regular expression. 24] Write a JavaScript to delete the cookie. 25] What is the use of scrollable menu? 26]What is rollover? How to create rollover? Explain with example.