Monday, December 30, 2013

Tutorial 8 Questions 51 through 100



  1. The rows attribute creates a column of frames.
    1. true
    2. false - correct answer
  2. The src of a frame tag can be a(n) _____ file.
    1. HTML
    2. JPG
    3. XHTML
    4. all of the above - correct answer
  3. The tag _____ creates three rows of frames with equal heights
    1. <frameset rows="%,%,%">
    2. <frameset rows="3,33,3"> 
    3. <frameset rows="&,&,&">
    4. <frameset rows="*,*,*">
  4. The tag _____ creates two rows of frames: the first row has a height of 160 pixels and the second row's height is equal to whatever space remains in the display area.
    1. <frameset rows="160,*"> - correct answer
    2. <frameset rows="160,%">
    3. <frameset rows="*,160">
    4. <frameset="160,%">
  5. The tag **BLANK** lays out frames in which the first column is 160 pixels wide, the second column is 25% of the display area, and the third column covers whatever space is left.
    1. <frameset cols="160,25%,&">
    2. <frameset cols="160,25%,%">
    3. <frameset cols="160,25%,*"> - correct answer
    4. <frameset="160,25%,&">
  6. The tag <frameset rows="*,*,*"> creates four rows of frames with equal heights.
    1. true
    2. false - correct answer
  7. To allow your Web site to be viewable using browsers that do not support frames, as well as by those that do, you can use the _____ tag to create a section of your HTML file containing code for browsers incapable of viewing frames.
    1. <noframeset>
    2. <body>
    3. <noframes> - correct answer
    4. <frames>
  8. To control the appearnace of scroll bars in a frame, use the _____ attribute in the <frame> tag.
    1. bar
    2. scroll
    3. scrolling - correct answer
    4. noscroll
  9. To create a frame layout, you use the rows and cols attributes of the _____ tag.
    1. <frame>
    2. <set>
    3. <frameset> - correct answer
    4. <layout>
  10. To create a frame layout, you use the top and bottom attributes of the <frameset> tag.
    1. true
    2. false - correct answer

  11. To create frames using both rows and columns, one frameset must be bracketed inside the other.
    1. true
    2. false - correct answer
  12. To display scroll bars, set the scrolling attribute in the <frame> tag to on.
    1. true - correct answer
    2. false
  13. To hide the border of a frame, you use the _____ attribute.
    1. scrolling
    2. noborder
    3. resize
    4. frameborder - correct answer
  14. To target a link to the full display area, you use the _top reserved target name.
    1. true - correct answer
    2. false
  15. To use the same target for all links in a page, add the target attribute to the _____ element in the document head.
    1. base - correct answer
    2. same
    3. all
    4. target
  16. Use the _____ target to open external sites in the full browser window, replacing the current frameset.
    1. _full
    2. _self
    3. _new
    4. _top - correct answer
  17. Using _____, you can create a frame layout with both rows and columns.
    1. nesting - correct answer
    2. comment
    3. signage
    4. tabular
  18. Using the _____ tag and indenting the <frame> tag a few spaces helps make your HTML code easier to follow and interpret.
    1. <nesting>
    2. <comment> - correct answer
    3. <signage>
    4. <tabular>
  19. What is the limit to the number of rows/columns you can specify for a frameset?
    1. 1 row 1 column
    2. 2 rows 2 columns
    3. 3 rows 3 columns
    4. there is no limit - correct answer
  20. What is the syntax for assigning a name to a frame?
    1. <frame target=" name" />
    2. <frame url=" name" />
    3. <frame src=" name" />
    4. <frame src=" url" name="name" /> - correct answer

  21. Which of the following aspects of a frame's appearance can you control?
    1. the appearance of scroll bars
    2. the size of the margin between the source document and the frame border
    3. whether or not the user is allowed to resize the frames
    4. any of the above - correct answer
  22. Which of the following attributes are required for an inline frame?
    1. width
    2. height
    3. both a and b - correct answer
    4. none of the above
  23. Which of the following can benefit from the use of noframes?
    1. search engines
    2. screen readers
    3. nonvisual browsers
    4. all of the above - correct answer
  24. Which of the following frame attributes is not supported by XHTML?
    1. scrolling
    2. border - correct answer
    3. frameborder
    4. none of the above
  25. Which of the following frame names is the name as "INFORMATION"?
    1. Information
    2. information
    3. Information
    4. none of the above - correct answer
  26. Which of the following is not an issue to consider when planning frames?
    1. What server will you be using? - correct answer
    2. Which frames will change in response to links being clicked?
    3. What information will be displayed in each frame?
    4. Which frames will be static?
  27. Which of the following sets the border of a frame to brown?
    1. color="brown"
    2. bordercolor="brown" - correct answer
    3. bgcolor'"brown"
    4. framecolor="brown
  28. With inline frames, the frameborder attribute specifies whether to display a frame border or not using the values _____.
    1. on or off
    2. yes or no
    3. 1 or 0 - correct answer
    4. true or false
  29. With respect to the amount of space between the frame source and the frame boundary, the margin _____ is defined as the space above and below the frame source.
    1. width
    2. height - correct answer
    3. diameter
    4. circumference
  30. With respect to the amount of space between the frame source and the frame boundary, the margin _____ is defined as the space to the left and right of the frame source.
    1. metric
    2. height
    3. diameter
    4. width - correct answer
  31. You can control _____ attributes of a frame.
    1. one
    2. four
    3. three - correct answer
    4. five
  32. You can control the size of the margin between the source document and the frame border.
    1. true - correct answer
    2. false
  33. You can lay out your frames in a frameset in both rows and columns at the same time.
    1. true 
    2. false - correct answer
  34. You can use the _____ attribute to open a linked document in a specific frame.
    1. target - correct answer
    2. frame
    3. specify
    4. link
  35. You can use the _____ attribute to open a page in a new browser window.
    1. new 
    2. link
    3. target - correct answer
    4. open
  36. You cannot control the size of the margin between the source document and the frame border.
    1. true
    2. false - correct answer
  37. You cannot use multiple asterisks when specifying row / column sizes in a frameset.
    1. true
    2. false - correct answer
  38. You do not want a frame's _____ to take up too much space, because you typically want to display as much of the source as possible.
    1. height
    2. width
    3. index
    4. margin - correct answer
  39. You have to specify both a frame's margin's height and its width.
    1. true
    2. false - correct answer
  40. You must insert the <frame> tag between the opening and closing _____ tags.
    1. <frameset> - correct answer
    2. <body>
    3. <set>
    4. <layout>
  41. Case 8-2:  Marie's Violin shop has just decided to go global by creating a Web site.  Charlene is intending to build the site using frames.  She has a company logo in a graphics file,  and then wants to have the content show below it on the left and the navigational links show below it on the right.  Marie wants Charlene to provide links to external Web sites that promote events where one can hear violin music.  How should Charlene set the target of these external links?
    1. _blank - wrong answer
    2. _self
    3. _parent
    4. _top
  42. Case 8-2:  Marie's Violin shop has just decided to go global by creating a Web site.  Charlene is intending to build the site using frames.  She has a company logo in a graphics file,  and then wants to have the content show below it on the left and the navigational links show below it on the right.  Charlene wants to use the graphics file for the first row, which element will allow her to do this?
    1. frame
    2. frameset - wrong answer
    3. img
    4. none of the above - wrong answer
  43. The _____ target is often used when a frameset page is accessed from another frameset.
    1. _new
    2. _blank - wrong answer
    3. _top
    4. _parent
  44. With inline frames, the _____ attribute determines the height of the internal margins of a frame, in pixels.
    1. marginheight
    2. internalheight
    3. height
    4. int_height - wrong answer
  45. You can add _____ tags to make frames more accessible.
    1. meta
    2. img
    3. content 
    4. frameset - wrong answer
  46. You can also use the _____ tag to display the contents of one Web page within another.
    1. embed - wrong answer
    2. object
    3. applet
    4. img

No comments:

Post a Comment