CIS233DA Midterm Review

  1. The internet consists of an uncoutable number of nodes that enable users to communicate and share information.

    T or F
    • T
    • REF: HTML 2
  2. The origins of the internet can be traced back to a WAN called the ARPANET.

    T or F
    • T
    • REF: HTML 2
  3. A link can open a document on your computer or a document on a computer anywhere in the world.

    T or F
    • T
    • REF: HTML 3
  4. Documents on the web are known as webpages and they are limited to text.

    T or F
    • F
    • REF: HTML3| HTML 4
  5. Browsers can run on cell phones, PDA's, MP3 players, and gaming systems.

    T or F
    • T
    • REF: HTML 4
  6. Web pages are RTF files, written in a language called HTML.

    T or F
    • F
    • REF: HTML 4
  7. HTML proved too cumbersome and difficult for use on the Internet, and thus SGML was created based on the principals of HTML.

    T or F
    • F
    • REF: HTML 5
  8. With the advent of XHTML, it is expected that HTML will become obsolete within the next two years.

    T or F
    • F
    • REF: HTML 7
  9. It is a good idea to view you Web pages using different browsers.

    T or F
    • T
    • REF: HTML 7
  10. HTML 2.0 included additional support for creating and formatting tables and expanded the options for interactive form elements.

    T or F
    • F
    • REF: HTML 6
  11. The default rendering of a horizontal line is standard across browsers.

    T or F
    • F
    • REF: HTML39
  12. An HTML file contains both formatting tags and content.

    T or F
    • T
    • REF: HTML9
  13. A one-sided tag is used to insert character data into a Web page.

    T or F
    • F
    • REF: HTML42
  14. Tags in an HTML file should be entered using ALL uppercase letters.

    T or F
    • F
    • REF: HTML10
  15. Extra space is required before and after the <body> tags to make your code easier to understand, especially as you add more code and it becomes more complex.

    T or F
    • F
    • REF: HTML12
  16. The figure above shows and ordered list.

    T or F
    *Basic
    *Flower
    *Master
    *Glow
    • F
    • REF: HTML22/23
  17. HTML lets you format individual characters.

    T or F
    • T
    • REF: HTML29
  18. The <em> logical tag emphasizes characters more strongly than <strong>.

    T or F
    • F
    • REF: HTML29
  19. If an image file is located in the same folder as the HTML file, you do not need to include any file location path information.

    T or F
    • T
    • REF: HTML41
  20. Horizontal lines are only useful for breaking up block quotes.

    T or F
    • F
    • REF: HTML39
  21. Most Web browsers assume a white page background by default.

    T or F
    • T
    • REF: HTML138
  22. If you do not define an element's color, it takes the color of the element that contains it.

    T or F
    • T
    • REF: HTML138
  23. The style to define the background color is backcolor: color.

    T or F
    • F
    • REF: HTML138
  24. If you choose to specify font size lengths using measurement units, you can use absolute units or keyword units.

    T or F
    • F
    • REF: HTML143
  25. The process by which you create a transparent color is independent of the graphics software you are using.

    T or F
    • F
    • REF: HTML154
  26. It is generally good practice to use at least three different font faces within a page.

    T or F
    • F
    • REF: HTML142
  27. An animated GIF is composed of several images that are displayed one after the other, creating the illusion of motion.

    T or F
    • T
    • REF: HTML154
  28. Browsers do not have default styles for the div element's padding, border, margins, or width.

    T or F
    • T
    • REF: HTML174
  29. As a general rule you should use GIFs for photos and JPEGs for illustrations that involve only a few colors.

    T or F
    • F
    • REF: HTML156
  30. The div element is an inline element and cannot be placed within a block-level element.

    T or F
    • F
    • REF: HTML175
  31. Users do not need to have the Flash player installed on their computers in order to view a Flash animation.

    T or F
    • F
    • REF: HTML 156
  32. Because of the way that browsers work with inline images, it is a good idea to specify the height and width of an image even if you are not trying to change its dimensions.

    T or F
    • T
    • REF: HTML157
  33. When a browser encounters an inline image, it calculates the image size and then uses this information to layout the page.

    T or F
    • T
    • REF: HTML157
  34. The bgcolor attribute of the body tag is the preferred method for adding a background color to a page.

    T or F
    • F
    • REF: HTML139
  35. Using the border: style, the syntax is border: color type length.

    T or F
    • F
    • REF: HTML170
  36. The general format for a contextual selector is parent: descendant {styles}.

    T or F
    • F
    • REF: HTML201
  37. You could set all boldfaced text found in a paragraph to blue using the style definition: p b {color:blue}.

    T or F
    • T
    • REF:HTML201
  38. Not all browsers support contextual selectors.

    T or F
    • T
    • REF: HTML203
  39. Two or more pseudo-classes can never apply to the same element.

    T or F
    • F
    • REF: HTML216
  40. HTML and XHTML support attributes to create hover effects.

    T or F
    • F
    • REF:HTML216
  41. Static positioning is used more often used than absolute positioning.

    T or F
    • F
    • REF:HTML227
  42. By default, the height of an element is determined by its content.

    T or F
    • T
    • REF:HTML234
  43. A user's operating system does not impact the apperance of a document.

    T or F
    • F
    • REF:HTML237
  44. The max-width style can be used to set how large an element can grow.

    T or F
    • T
    • REF:HTML237
  45. By default, elements that are formatted later in an HTML or XHTML document are stacked on top of earlier elements.

    T or F
    • T
    • REF:HTML238
  46. The media attribute is required, regardless of the expected output device.

    T or F
    • F
    • REF:HTML240
  47. Using the link element, you can link several media style sheets to documents in your Web site.

    T or F
    • T
    • REF:HTML241
  48. A style sheet in which the output device is not specified is applied to all devices, unless it is superceded by a style designed for a particular device.

    T or F
    • T
    • REF:HTML241
  49. @media rules can be used to specify media groups in CSS.

    T or F
    • F
    • REF:HTML242
  50. Setting the display style to "none" hides an element but does not remove it from the page flow.

    T or F
    • F
    • REF:HTML245
  51. If computers are close together, the network linking them is called a __.




    • A. LAN
    • REF:HTML2
  52. If a network covers several buildings or cities, it is called a __.




    • B. WAN
    • REF:HTML2
  53. The largest WAN in existence is the __.




    • C. Internet
    • REF:HTML2
  54. The physical structure of the Internet uses __ to send data back and forth.




    • D. all the above
    • REF:HTML2
  55. The founders of the Web developed a system of __ documents.




    • A. Hypertext
    • REF:HTML3
  56. The foundation for __ was laid in 1989 by researchers seeking an information system that would make it easy for their colleagues to locate and share data.




    • A. the Web
    • REF:HTML3
  57. Documents on the Web are known as Web __.




    • B. pages
    • REF:HTML3
  58. A Web __ makes a page available to users of the Web.




    • A. server
    • REF:HTML3
  59. A Web __ is a software program that retrieves the page and displays it.




    • B. Browser
    • REF:HTML3
  60. __ browsers were incapable of displaying images.




    • D. Text-based
    • REF:HTML4
  61. __ are formatting rules written in a separate language from HTML telling the browser how to render each element for particular devices.




    • C. Styles
    • REF:HTML4
  62. Web pages are text files written in a language called __.




    • C. HTML
    • REF:HTML4
  63. A __ language is a language used to describe the content and structure of documents.




    • D. Markup
    • REF:HTML4
  64. HTML was developed from __.




    • A. SGML
    • REF:HTML5
  65. The World Wide Web Consortium has created a set of __, or specifications, that all browser manufactures follow.




    • C. Standards
    • REF:HTML5
  66. There are __ basic color names supported by CSS 2.1.




    • A. 17
    • REF:HTML136
  67. Any color can be thought of as a combination of which of the following three primary colors?




    • C. red, green, and blue
    • REF:HTML135
  68. Any color can be thought of as a combination of a triplet of numbers, called a(n) __ triplet.




    • B. RGB
    • REF:HTML135
  69. In the RGB system, the intensity of colors is assigned a number from __ to 255.




    • B. 0
    • REF:HTML135
  70. Which of the following is specific font?




    • B. Arial
    • REF:HTML140
  71. If you use a hexadecimal value for a color, you preface the hexidecimal string with a(n) __.




    • C. pound symbol
    • REF:HTML136
  72. If an element contains 12 pt text, a length of 2em equals __.




    • B. 24pts
    • REF:HTML144
  73. A(n) __ represent a single dot on the output device.




    • C. pixel
    • REF:HTML145
  74. The amount of space between pairs of letters is referred to as the __.




    • D. kerning
    • REF:HTML146
  75. The <font> tag has been __.




    • D. deprecated
    • REF:HTML139
  76. The three image formats supported by most Web browsers are __.




    • A. GIF, PNG, and JPEG
    • REF:HTML154
  77. GIF files are limited to displaying __ colors.




    • C. 256
    • REF:HTML154
  78. __ GIFs are an effective way to compose slide shows or to simulate motion.




    • A. Animated
    • REF:HTML154
  79. In the style li b {color:blue}, li is the __ element.




    • D. parent
    • REF:HTML201
  80. In the style li b {color: blue}, b is the __ element.




    • B. descendent
    • REF:HTML201
  81. __ can ensure that your own margin and padding values have precedence.




    • A. *{margin:0;padding:0}
    • REF:HTML203
  82. You can change a list marker by using the __ style.




    • D. list-style-type
    • REF:HTML207
  83. The __ style can be used to cause a list to use your own image file for the list marker.




    • C. list-style-image: url(url)
    • REF:HTML209
  84. What is the list style position of the first list in the above figure?




    • A. outside
    • REF:HTML211
  85. What is the list style position of the second list in the above figure?




    • B. inside
    • REF:HTML211
  86. By changing the list display style to __, you can create a horizontal list.




    • B. inline
    • REF:HTML213
  87. The proper ordering of coordinates in positions is __.




    • A. top, right, bottom, left
    • REF:HTML232
Author
mportales7
ID
74349
Card Set
CIS233DA Midterm Review
Description
PCC - CIS233DA Midterm Review Tutorials 1-4
Updated