Ryan International School, Faridabad
Subject: Computer Class VII
CH 7 JavaScript – An Introduction
Worksheet - 1
FILL IN THE BLANKS
1. ________________is an event driven ,scripting language that provides
various types of functionality to WebPages such as the ability to interact
with the user.
2. An event-driven programming language is one that responds to
________________.
3. JavaScript was developed by ________________at Netscape
Communication Corporation in the mid-1990s.
4. JavaScript was originally called ________________
5. JavaScript is a Trademark of Sun Microsystems which remain
under ________________
6. Java Script is a ________________Language which can be easily used
with HTML5 and CSS.
7. JavaScript can work on Clint-Side as well as ________________
8. JavaScript adds Interactivity to the ________________
9. To create JavaScript Program you can use Text editor like
________________, _________________,_______________etc.
10. A ________________is a program that allows a user to enter change,
Save And print Text.
11. JavaScript Programs can use any ________________like Microsoft
Edge , Mozilla Firefox, Apple Safari, Google Chrome etc.
12. We can add JavaScript ________________and ________________ to the
Web Pages.
13. You can use ________________and ________________tags to add
JavaScript to your HTML5 document.
14. A ________________is a short program that you can write to add
interactivity to Webpages.
15. Save the Code with extension ________________to the file name.
16. To insert a JavaScript into an HTML page we can use the
________________tag.
17. Inside the ________________tag we use the attribute to define the
Scripting language.
18. The <SCRIPT type = “text/javascript”> and ________________tells
where the JavaScript starts and ends.
19. The word ________________is a standard JavaScript Command for
writing Output to a page.
20. Save the JavaScript file with ________________extension and then
link to the HTML document using <Script> Tag with ‘src’ attribute.