1)The ______object includes the availWidth, colorDepth, and pixelDepth properties.
/ A. Document
/
B. Browser
C. Window
D. Screen
2)Which of the following terms does not refer to the browser object model?
/ A. Firefox® object model
/
B. Client-side object model
C. JavaScript™ object model
D. Navigator object model
3)Which of the following elements in the browser object modelare notreferenced with arrays?
/ A. Images
/
B. Forms
C. Frames
D. Paragraphs
4)Which of the following arguments of the options string of the window.open() method identifies the horizontal coordinate where the window is positioned?
/ A. left
/
B. x-axis
C. leftPosition
D. moveTo
5)The full uniform resource locator (URL) of a Web page is located in the _____ property of the Location object.
/ A. href
/
B. src
C. hash
D. url
6)Which of the following events is used to create rollover effects?
/ A. onclick
/
B. onreset
C. onmouseout
D. onload
7)Which of the following properties of the Screen object returns the height of the display screen, not including operating system features such as the Windows Taskbar?
/ A. displayHeight
/
B. availHeight
C. height
D. screenHeight
8)Which of the following object is referred to as the global object?
/ A. Document object
/
B. Browser object
C. Screen object
D. Window object
9)To refer to a frame in the same frameset, you use the _____ property of the Window object combined with the frame’s index number from the frames[] array.
/ A. target
/
B. base
C. frame
D. parent
10)How do you control a new window you created with JavaScript code?
/ A. By using the appropriate element in the windows[] array of the Windows object
/
B. You cannot control a new window with JavaScript code.
C. By assigning the new Window object created with the window.open() method to a variable
D. By using the name argument of the window.open() method

Copyright © 2010 University of PhoenixPWWXASAP003