Your browser does not support JavaScript. You will need to view non-JavaScript portions of this page.

CGS 2820: Fall Term 2002
On-Line Quizzes

In order to forward you your test results please enter your name & email address below:

Enter First Name followed by a space then your Last Name here



Enter E-mail Address here:



DHTML Tutorial 5: Designing Cross-Browser Pages

DHTML Tutorial 5 Quiz Masters:

David Patton (Jove9821@yahoo.com) [Text Input]

John Taylor (jtaylor@hcc.cc.fl.us) [Consultant]


Multiple Choice [One Answer Only]


Question 1

The______property of the window object indicates the default message in the window's status bar.

a) defaultStatus
b) message
c) defaultMessage
d) statusMessage

Question 2

The______property of the window object indicates the height of the window, eccluding all toolbars, scroll bars, and other features.

a) innerHeight
b) Height
c) outerHeight
d) fullHeight

Question 3

The______property of the window object indicates the URL of the document currently loaded in the window.

a) address
b) URL
c) where
d) location

Question 4

The message of the______property of the window object appears when there is no message specified by the status property.

a) pageLoad
b) onPage
c) onLoad
d) loadPage

Question 5

The______method causes the browser to load the page prior to the current page in the history list.

a) reverse0
b) back0
c) return0
d) previous0

Question 6

The______method loads the next page in the history list after the current page.

a) next0
b) ahead0
c) move0
d) forward0

Question 7

The command, history.go(______), moves the user to the next page in the history list.

a) 1
b) 0
c) -1
d) 2

Question 8

The syntax for redirecting a page by using the <META HTTP-EQUIV="Refresh"______="sec;URL=URL">, where sec is the amount of time in seconds that will elapse before opening the new page and URL is the new page to be loaded.

a) TRANSITION
b) PAGE
c) CONTENT
d) LINK

Question 9

To add a delay to a redirection, use the______method.

a) setDelay0
b) setTimeout0
c) delay0
d) setTime0

Question 10

Netscape uses______scripts to request permission to access restricted information.

a) unsigned
b) certified
c) signed
d) certificate

Question 11

If you want a page to open in a new window, you specify the window name in the hperlink's______property.

a) TARGET
b) LINK
c) FRAME
d) WINDOW

Question 12

Which of the following attributes of a window can you control with JavaScript?

a) the window size
b) the window position on the screen
c) whether or not the new window will have toolbars
d) All of the above

Question 13

The features of the browser window that lie outside the document window are known collectively as a window's

a) featrue set
b) display
c) chrome
d) All of the above

Question 14

The______feature of the window.open0 method determines whether or not the window closes when the parent window closes.

a) directories
b) dependent
c) open
d) status

Question 15

The______featrue of the window.open0 method allows the user to rexize the window.

a) size
b) resolution
c) resizable
d) dimension

Question 16

By default, a pop-up window will appear near the______corner of the browser window.

a) upper-right
b) lower-right
c) upper-left
d) lower-left

Question 17

You cannot create anew window with a width and height less than______pixels.

a) 500
b) 400
c) 300
d) 100

Question 18

The______method of the window method removes the focus from the window.

a) close0
b) focus0
c) print0
d) blur0

Question 19

The______method of the window method moves the window dx pixels to the right, and dy pixels down.

a) moveTo(dx,dy)
b) move(dx, dy)
c) moveBy(dx, dy)
d) resizeBy(dx, dy)

Question 20

The______keyword refers to the currently active window.

a) opener
b) this
c) self
d) which

Question 21

The______keyword refers to the window of frame that used the window.open0 method to open the current window.

a) opener
b) this
c) self
d) which

Question 22

To close the current window, you can use the command:______

a) self.close0;
b) window.close0;
c) opener.close0;
d) Either A or B

Question 23

An alert box is an example of a______window.

a) modeless
b) nonmodal
c) prompt
d) modal

Question 24

The______property is used when creatin links whose targets are designed to appear in specific frames.

a) ASSIGN
b) TARGET
c) SRC
d) NAME

Question 25

The frames______is and array of all of the frames within the browser window.

a) library
b) archive
c) collection
d) index

Question 26

The______keyword refers to any object that is placed immediately above another object in the document object model.

a) parent
b) ceiling
c) cap
d) top

Question 27

The______keyword allows you to go directly to the top of the hierarchy.

a) parent
b) ceiling
c) cap
d) top

Question 28

The______property of the frame object specifies the URL of the frame source.

a) url
b) link
c) address
d) src

Question 29

The______property of the frameset object specifies the amout of spacing, in pixels, between frames within the frameset.

a) cellSpacing
b) frameSpacing
c) cellPadding
d) spacing

Question 30

When a Web page gets stuck within another Web site's frames, the page becomes a child frame to the other Web site's______window.

a) top
b) default
c) parent
d) layer



True/False Questions


Question 31

If no message is specified by the defaultStatus property or status property, the default is a blank status bar.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 32

The browser maintains a lot of information about where you have been and the page you are currently visiting.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 33

If you are at the end of the history list, using the forward0 method will send the user back to the browser home.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 34

You must give your new window (using the TARGET property) one of these names:_self, _top, _frame, and _new.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 35

The elements feature of the window.open0 method determines whether or not the window displays scroll bars.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 36

The innerheight feature of the window.open0 method sets the height of the page in the document window, including the chrome.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 37

Once you start applying a feature list, if you do not specify a width or height, the width or height of the browser window is used.

b) The statement above is TRUE.
a) The statement above is FALSE.


Question 38

You cannot control where a pop-up window appears on your screen.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 39

Because they can be potentially disruptive to users, modeless dialog windows must be used judicioulsly.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 40

Working with the frameset object, you can make global changes to all of the frmaes withing the window.

a) The statement above is TRUE.
b) The statement above is FALSE.



Fill-in-the-Blank


Fill in the Blank with the word(s) that best fits the definition:

(hint: use vocabulary from the checkboxes below)

Question 41. The______property of the window object indicates the width of the window, excluding all toolbars, scroll bars, and other features.


Question 42. The______property will display a transient message in the status bar when the user loads the page or moves the mouse pointer over a link.


Question 43. The______property contains information about the Web page that is currently open in the browser.


Question 44. To automatically redirect the user to another Webpage, you can add a command to the <META> tag located in the______section of the HTML file.


Question 45. Using the document.referrer property requires a(n)______.


Question 46. Windows that open in addition to the main browser window are called secondary or______windows.


Question 47. The______feature of the window.open0 method determines whether or not the window displays the location box.


Question 48. Once you start applying a feature list, if you do not include a(n)______feature in the list, that feature will not appear in the window.


Question 49. To automatically close a pop-up window when it loses focus, you can add the onBlur="self.close0" event handler to the______tag of pop-up window.


Question 50. JavaScript uses the ID property rather than the______property to reference specific frames.





I have


Please add a comment below



The 'Muddy Water' Issues that I need help on are as follows:





I need class review on the following vocabulary words from this chapter:

word1 word2 word3 word4 word5

word6 word7 word8 word9 word10

word11 word12 word13 word14 word15


word16 word17 word18 word19 word20



When you have completed this quiz, press the ALL DONE-CHECK TEST button below to check the test! Then you may go back and change the incorrect answers before you submit the test. You may check the answers as many times as you need until you achieve a perfect grade. Sometimes the pop-up box does not appear when you click on the button after checking the test the first time. If this happens, minimize the test and the answer box will be behind the browser. close the box and maximize the test to continue checking the test and finally submitting it.



When you have finished checking the test, press the SUBMIT button to send answers to your instructor


Back to CGS 2820 Course Menu Page






Caution: Click reset to clear all answers

Users whose browser does not support JavaScript, when you have completed this quiz click the submit button below to send answers to your instructor



Quiz Page was last modified by John Taylor: