WorksheetsJavaScript
Total questions: 24
Worksheet time: 14mins
It is a programming language used to create web pages.
HTML
JavaScript
CSS
Client-Side JavaScript
This is use to add interactivity to web pages.
HTML
JavaScript
CSS
Client-side JavaScript
This is use to test the JavaScripts.
Google Chrome
Browser
Notepad
HTML5
This JS tag is used to display text.
document.write()
document.read()
document.write
document.writeln
It displays a simple message dialog box with an OK button.
alert()
prompt()
document.write()
<script>
It displays a dialog box that requires user input.
alert()
prompt()
document.write
document.writeln
These are operators used to perform mathematical calculations.
Arithmetic Operators
Assignment Operators
Relational/ Comparison Operators
Logical Operators
This serves as a memory allocation of data.
Variable
Expression
Operator
Operand
What is Javascript?
programming language
HTML tags
CSS
A web page
Where do the <script></script> tags go in your document
Within <img> tags
In the <p></p> tags
In the <title>
In the <head> or <body>
JavaScripts need to be put in the ____ and ____section of an HTML page.
head and body
Paragraph
footer
.......................is a high-level scripting language that is synchronous with client-side scripting
javaScript
php
oracle
None of these
A ..................... scripting is a light weight programming language
java script
php
oracle
none of these
To access an HTML element, JavaScript can use the ........................ method.
document.getElementById(id)
CONSOLE
COUT
none of these
........................ Is used to show the out put or give message
document.write():
printf
COUT
None of these
Javascript is _________ language.
Programming
Scripting
Application
applet
JavaScript is designed for following purpose -
To Style HTML Pages
To Perform Server Side Scripting Opertion
To add interactivity to HTML Pages.
To Execute Query Related to DB on Server
JavaScript is designed for following purpose -
To Style HTML Pages
To Perform Server Side Scripting Opertion
To add interactivity to HTML Pages.
To Execute Query Related to DB on Server
JavaScript Code is written inside file having extension __________.
.jsc
.jvs
.js
.javascript
