Font size
WorksheetsComputer Science Annual Revision
Total questions: 20
Worksheet time: 3mins
How many attributes we have for <FRAME> tag?
5
6
7
8
Which attribute specifies a margin between the top and bottom edges of the frame and frame contents?
Frameborder
Marginheight
Marginwidth
margin
(a) specifies the name of the frame.
The _______ tag must be used withinin a <FRAMESET> tag.
<Body>
<HTML>
<FRAME>
<HEAD>
The default value of Border attribute is ______.
Yes
auto
5
2
The default value of scrolling attribute is _______.
YES
NO
AUTO
NONE OF THE ABOVE
Which of the following is an empty element?
<Javascript>
<frameset>
<frame>
<form>
_______ symbol represents as much space as possible or the space left.
+
" "
*
_
_______ specifies the URL for the document to be displayed in the frame.
name
language
cols
src
Javascript is not a case sensitive language.
True
False
in window.alert, alert is the ______.
language
object
method
Javascript
___________ contains information used by the script.
method
language
object
script
A ______ is nothing but a program written within the <head> tag.
frame
frameset
script
language
In Javascript , if uppercase and lowercase letters are not used properly, then the syntax error might occur.
yes
no
The use of _____ causes the text written after it to shift to a new line, in the document.writeln statement.
/n
\n
<br>
The use of _____ causes the text written after it to shift to a new line, in the window.alert statement.
/n
\n
<br>
(a) keyword is used to declare a variable.
Identify the correct variable name.
my name
my_name
my-name
1name
Every javascript statement should end with a (a) .
The default value contained inside window.prompt dialog box is _______.
0
abc
identified
undefined
