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

CGS 2820: Summer 2002
On-Line Quizzes

Test Timer

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:



Tutorial Five: Using Frames In A Web Page

Tutorial 5 Quiz Masters:

Jerry Trusner [Test Input]

John Taylor (jtaylor@masterlinx.net) [Consultant]


Multiple Choice [One Answer Only]


Question 1

A(n)_______ is a window that appears within the brower's display area.

a) table
b) box
c) frame
d) square


Question 2

What questions should you ask when creating frames for a Web Page?

a) What information will be displayed in each frame?
b) How do I want the frames placed on the page?
c) What size should each frame be?
d) All of the above.


Question 3

Using frames______ the speed at which a Web page is loaded from a server.

a) increases
b) decreases
c) has no impact
d) doubles


Question 4

When the <FRAMESET> two-sided tag is used in an HTML file, which of the following tags is omitted from that file?

a) <HTML>
b) <HEAD>
c) <TITLE>
d) <BODY>


Question 5

A Web page using three frames will require at least ______ HTML file(s).

a) 1
b) 2
c) 3
d) 4


Question 6

The tag <FRAMESET ROWS="40,60"> specifies that the _______ of the available display area.

a) top row is allocated 40 percent
b) bottom row is allocated 60 percent
c) Both A and B
d) None of the above


Question 7

The <FRAMESET> tag has two properties:_______ and _______.

a) LEFT, RIGHT
b) TOP, BOTTOM
c) ROWS, COLS
d) HEIGHT, WIDTH


Question 8

Which statement below is true of the frameset size specification <FRAMESET COLS="120,*">

a) There are two columns of frames.
b) The left-most frame is allocated 120 pixels.
c) The right-most frame is allocated whatever unclaimed space remains.
d) All of the above.


Question 9

You are permitted to use, at most, _______ layout(s) for a single <FRAMESET> tag.

a) 1
b) 2
c) 3
d) None of the above


Question 10

In the frame tag <FRAME SRC=document>, the "document" can be a(n)

a) URL
b) filename
c) Either A or B
d) None of the above


Question 11

A <FRAMESET> tag that appears within the range of another <FRAMESET> two-sided tag is

a) an HTML extension that is not supported by the HTML 3.2 standard.
b) invalid and will be ignored by the browser.
c) a nested <FRAMESET> tag.
d) None of the above.


Question 12

Which of the following properties of a frame's appearance can be controlled?

a) The frame's scroll bars.
b) The size of the margin between the source document and the frame border.
c) Whether or not the user is allowed to change frame's width or height.
d) All of the above.


Question 13

Scroll bars for a frame will always appear when the

a) SCROLLING property of the <FRAME> tag is set to YES.
b) content of the source page fits within the frame.
c) Both A and B
d) None of the above


Question 14

Which is of the following is true of the NORESIZE property of the <FRAMES> tag?

a)It can be assigned the value of YES or NO.
b) It is the default property.
c) It takes no value.
d) None of the above.


Question 15

By default, clicking a hyperlink within a frame will open _______ file inside the same frame.

a) the frame
b) the linked
c) any
d) None of the above


Question 16

When you want to control the behavior of hyperlinks in a frame, you have to

a) give each frame on the page a name.
b) point each hyperlink to a named frame.
c) both A and B
d) None of the above


Question 17

To display a page within a specific frame, you add the _______ property to the <A> tag of the hyperlink.

a) SRC
b) DESTINATION
c) TARGET
d) LINK


Question 18

_______ names are special names reserved by HTML that can be used in place of a frame name as a target for a hypertext link.

a) Magic target
b) Destination
c) Source
d) Window


Question 19

Which of the following statements about magic target names is true?

a) They all begin with the underscore character (_).
b) They are NOT case-sensitive.
c) Both A and B.
d) None of the above.


Question 20

Which of the following magic target names should be used to load a document into the full display area, replacing the current frame layout?

a) _self
b) _parent
c) _blank
d) _top


Question 21

Which of the following best describes the attitude that should be taken by the Web designer when planning to use frames?

a) Since frames are supported by all browsers, frames should be used often.
b) Since browsers that do not support frames are rare, it is not cost effective to make special accommodations for them.
c) User having older browsers that do not support frames should be encouraged to upgrade their software.
d) The Web design should accommodate browsers that do not support frames.


Question 22

The technique of using a hyperlink to replace one of the table of contents with another within the same frame can be done with the _______ magic target name.

a) _blank
b) _replace
c) _self
d) _parent


Question 23

To work with all browsers, the <NOFRAMES> two-sided tag must

a) include the <BODY> two-sided tag pair.
b) not include the <BODY> two-sided tag pair.
c) be included within the <BODY> two-sided tag pair.
d) None of the above.


Question 24

The _______ tag identifies a section of you HTML file that contains code to be read by frame-blind browsers.

a) <BODY>
b) <OLD_BROWSER>
c) <FRAME_BLIND>
d) <NOFRAMES>


Question 25

When the <NOFRAMES> two-sided tag is used,

a) browser that support frames will ignore the HTML code that is placed within the <NOFRAMES> two-sided tag.
b) browsers that do not support frames will ignore the <FRAMESET><NOFRAMES> tags, and will process the HTML code that is placed within the <BODY> two-sided tag.
c) both A and B.
d) None of the above.


Question 26

Which of the following is a recommended practice in using frames?

a) Create framed and nonframed versions of your Web page to accommodate all browsers
b) Do not turn off vertical or horizontal scrolling unless you are certain that all content will appear within the framed borders.
c) Simplify your HTML code by using <BASE> tag when most of the hyperlinks in your framed page point to the same target.
d) All of the above.


Question 27

When pages lie outside you Web presentation, the practice of displaying them within a frame that is on your own site is

a) encouraged
b) neither encouraged or discouraged
c) discouraged
d) not possible with HTML.


Question 28

The _______ property of the <FRAMESET> tag is an HTML extension.

a) BORDER
b) BORDERCOLOR
c) Both A and B
d) None of the above


Question 29

The BORDER property <FRAMESET=value> tag is an HTML extension that allows you to specify the _______ of the borders of all frames within the frameset.

a) padding
b) style
c) color
d) width


Question 30

Which of the following is a possible reason for setting the border size to zero in the <FRAMESET> tag?

a) It provides more space for text and images within=thin frames.
b) It will create the impression of a "seamless" Web page.
c) It will give the illusion of a single Web page rather than separate frames.
d) All of the above.




True/False Questions


Question 31

A frame is a window that appears within the browser's display area.

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



Question 32

Frames can be set up to be permanent, allowing users to move through the contents of the Web page presentation while always being able to see an overall table of contents.

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



Question 33

Using the NORESIZE tag, the user can choose whether or not to resize the frame.

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



Question 34

Using frames increases the speed at which a Web page is loaded from a server.

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



Question 35

A page with frames displays the content of other pages.

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



Question 36

Frames can be oriented by columns, but not by rows.

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



Question 37

A column frame that is used as a table of contents must always be placed on the left-hand margin of the page.

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



Question 38

By default, scroll bars appear whenever the content of the source page cannot fit within the frame.

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



Question 39

By default margin size between a page's content and the frame border is ten pixels.

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



Question 40

By default, users can resize frame borders in the browser.

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. A(n) is a window that appears within the browser's display area.



Question 42. Frames can be set up to be ,allowing users to move through the contents of the Web presentation while always being able to see an overall table of contents.



Question 43. By using frames, you are causing the browser to load multiple , which could result in a longer delay for users.



Question 44. A Web page using three frames will require at least number of HTML files.



Question 45. The <FRAMESET> tag has two properties:ROWS and .



Question 46. To keep user from resizing frames, you need to use the property of the <FRAME> tag.



Question 47. To provide maximum space between frames content, the frames margin sizes should be set to the number.



Question 48. To display a page within a specific frame, you add the property to the <A> tag of the hyperlink.



Question 49. The tag identifies a section of your HTML file that contains code to be read by frame-blind browsers.



Question 50. The BORDER property of the <FRAMESET> tag is an extension that allows you to specify the of the borders of all frames within a frameset.






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:

Frames Rows Columns Scrolling Margin

Base Target Magic target names NoFrames Frameset

Noresize



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