Thursday, November 7, 2013

Tutorial 3 Questions 101 through 150



101.    The span element is just a marker.  Browsers do not format the content unless you also add a style to the element.

a.    True – correct answer
b.    False

102.    The specifications for CSS are maintained by __________.

a.    DARPA
b.    The W3C – correct answer
c.    NSF
d.    ARPA

103.    The style __________ can be used to display text in small caps.

a.    text-transform
b.    text-variant
c.    font-variant – correct answer
d.    font-transform

104.    The style to define the background color is backcolor:  color.

a.    True
b.    False – correct answer

105.    The texttop value of the align attribute aligns the top of the object with the absolute top of the surrounding text.

a.    True – correct answer
b.    False

106.    The two image formats supported by most Web browsers are __________.

a.    GIF and BMP
b.    GIF and JPEG – correct answer
c.    PNG and JPEG
d.    JPEG and BMP

107.    The W3C is currently promoting the __________ specification, which is a graphic format written with XML that you can use to create line art composed of straight lines and curves.

a.    JPEG
b.    GIF
c.    SVG – correct answer
d.    PNG

108.    There are __________ basic color names supported by CSS 2.1.

a.    6
b.    17 – correct answer
c.    216
d.    255

109.    There are __________ basic color names supported by HTML and XHTML.

a.    6
b.    16 – correct answer
c.    216
d.    256

110. To completely eliminate dithering, some Web designers recommend the use of the __________ palette.

a.    256 color
b.    browser-free
c.    open
d.    safety – correct answer




111. To create a polygonal hotspot, you enter the coordinates for each vertex in the shape. 

a.    True – correct answer
b.    False

112. To use a single image to access multiple targets, you must set up __________ within the image.

a.    hotspots – correct answer
b.    links
c.    icons
d.    alt tags

113. Two points define a rectangular hotspot: the upper-right corner and the lower-left corner.

a.    True
b.    False – correct answer

114. Users do not need to have the Flash player installed on their computers in order to view a Flash animation.

a.    True
b.    False – correct answer

115. Web browsers have a default color scheme that they apply to the background and text of the pages they retrieve.

a.    True – correct answer
b.    False

116. What is the name of the border style marked 9 in the figure above?

a.    empty
b.    null
c.    void
d.    none – correct answer

117. When a browser encounters an inline image, it calculates the image size and then uses this information to pay out the page.

a.    True – correct answer
b.    False

118. When a user clicks a hotspot on a client-side image map, the coordinates where the user clicked are sent to a program running on the server.

a.    True
b.    False – correct answer

119. When you work with desktop publishing applications, you typically make color choices without much difficulty due to the __________ graphical user interface those programs employ.

a.    WYSIWYG – correct answer
b.    hexadecimal
c.    text-based
d.    All of the above

120. When your browser retrieves a background image file, it repeatedly inserts the image into the background, in a process called montaging, until the entire display window is filled up.

a.    True
b.    False – correct answer

Tutorial 3 Image 2.JPG



121. Which of the border style types in the figure above is the dotted style?

a.    1
b.    2
c.    3 – correct answer
d.    4

122. Which of the border style types in the figure above is the double style?

a.    1
b.    2
c.    3
d.    4 – correct answer

123. Which of the border style types in the figure above is the groove style?

a.    6
b.    7 – correct answer
c.    8
d.    9

124. Which of the border style types in the figure above is the inset style?

a.    5
b.    6 – correct answer
c.    7
d.    8

125. Which of the border style types in the figure above is the outset style?

a.    5 – correct answer
b.    6
c.    7
d.    8

126. Which of the border style types in the figure above is the ridge style?

a.    6
b.    7
c.    8 – correct answer
d.    9

127. Which of the border style types in the figure above is the solid style?

a.    1 – correct answer
b.    2
c.    3
d.    4

128. Which of the following is a basic color name in HTML?

a.    navy – correct answer
b.    tan
c.    snow
d.    firebrick

129. Which of the following is a common use of the GIF format?

a.    clip art images
b.    line art
c.    logos
d.    All of the above – correct answer

130. Which of the following is a specific font?

a.    serif
b.    cursive
c.    arial – correct answer
d.    fantasy

131. Which of the following is a type of image map?

a.    server-side
b.    client-side
c.    target-site
d.    Both A & B – correct answer

132. Which of the following is an extended color name in HTML?

a.    olive
b.    burlywood – correct answer
c.    red
d.    navy

133. Which of the following is NOT a basic color name in HTML?

a.    silver
b.    teal
c.    fuchsia
d.    None of the above – correct answer

134. Which of the following is one of the basic color names in HTML?

a.    gold
b.    salmon
c.    lime – correct answer
d.    All of the above

135. Which of the following Web browsers does not follow the CSS box model concerning width?

a.    Opera
b.    Firefox
c.    Internet Explorer – correct answer
d.    Safari

136. White has an RGB triplet of __________.

a.    (0,0,0)
b.    (255,255,255) – correct answer
c.    (0,255,0)
d.    (255,0,255)

137. With a client-side image map, because all of processing is done locally, you can easily test your Web pages using the HTML files stored on your computer.

a.    True – correct answer
b.    False

138. Yellow has the triplet __________.

a.    (0,0,0)
b.    (255,255,0) – correct answer
c.    (0,255,255)
d.    (255,0,255)

139. You can apply a style to multiple tags by using the __________ attribute.

a.    id – correct answer
b.    target
c.    name
d.    value

140. You can control the size of a JPEG by controlling the degree of image __________ applied to the file.

a.    resolution
b.    compression – correct answer
c.    tiling
d.    portability

141. You can only have one <area> tag within each <map> tag.

a.    True
b.    False – correct answer

142. You can use the value “nohref” in place of a URL if you do not want a hotspot to activate a hypertext link.

a.    True – correct answer
b.    False

143. You have to place an ampersand before the image map name with the usemap attribute in the <img> tag.

a.    True
b.    False – correct answer

144. You should use foreground colors that contrast well with the background.

a.    True – correct answer
b.    False

145. You use the __________ style to prevent an element from wrapping.

a.    float
b.    clear – correct answer
c.    name
d.  position


146. _____ is a common image format first developed for the Compuserve online formation service.  
   a.  JPEG
   b.  PNG
   c. GIF - correct answer
   d. bmp

147.  If you think users will want to print your Web pages, be aware that the general rule is to use _____ fonts for body text.
   a. serif
   b. sans-serif - wrong answer
   c. monospace
   d. cursive

148.  The three image formats supported by most Web browsers are _____.
   a. GIF, JPEG, and BMP 
   b. GIF, PNG, and JPEG - correct answer
   c. BMP, PNG, and JPEG 
   d. JPEG, ARP and BMP 

149.  Using the border: style, the propert syntax is border: color type length
   a. true
   b. false - correct answer




No comments:

Post a Comment