Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.89 KB | None | 0 0
  1. Question 1
  2. 3.333 out of 3.333 points
  3. Correct
  4. ​ Which of the following coordinate values is used to define polygonal hotspots for an image?
  5. Selected Answer:
  6. Correcta. ​coords=“x1,y1,x2,y2,…”
  7. Answers:
  8. Correcta. ​coords=“x1,y1,x2,y2,…”
  9. b. ​coords=“x,y,radius”
  10. c. ​coords=“0,0,width,height”
  11. d. ​coords=“left,top,right,bottom”
  12. Question 2
  13. 3.333 out of 3.333 points
  14. Correct
  15. A background image can be placed using the keywords left, center, and right for the vertical position and top, center, and bottom for the horizontal position.
  16.  
  17. Selected Answer:
  18. Correct False
  19. Answers:
  20. True
  21. Correct False
  22. Question 3
  23. 3.333 out of 3.333 points
  24. Correct
  25. ​ Individual background properties can contain multiple options placed in a comma-separated list.
  26. Selected Answer:
  27. Correct True
  28. Answers:
  29. Correct True
  30. False
  31. Question 4
  32. 3.333 out of 3.333 points
  33. Correct
  34. ​ The sizing keyword auto tells the browser to resize an image to cover all of the element background while still retaining the image proportions.
  35. Selected Answer:
  36. Correct False
  37. Answers:
  38. True
  39. Correct False
  40. Question 5
  41. 3.333 out of 3.333 points
  42. Correct
  43. ​Sam is trying to decide the best way to design the background of his web page. He would like to add background images and background styles to his design. He needs to understand how browsers load a background image and learn about background style properties.
  44.  
  45.  
  46. ​ Sam wants the browser to load a background image and repeat the image in both the vertical and horizontal directions until the background is filled. This process is known as _____.
  47. Selected Answer:
  48. Correctb. ​tiling
  49. Answers:
  50. a. ​papering
  51. Correctb. ​tiling
  52. c. ​drawing
  53. d. ​painting
  54. Question 6
  55. 3.333 out of 3.333 points
  56. Correct
  57. ​ In a client-side image map, _____ are defined regions within an image that can be linked to different URLs.
  58. Selected Answer:
  59. Correcta. ​hotspots
  60. Answers:
  61. Correcta. ​hotspots
  62. b. ​borders
  63. c. ​figure boxes
  64. d. ​drop shadows
  65. Question 7
  66. 3.333 out of 3.333 points
  67. Correct
  68. Scott wishes to modify the combination of the borders used on an element. He wants to use a double line for the top/bottom borders and a single solid line for the left/right borders. Which of the following border styles should he use?​
  69. Selected Answer:
  70. Correctc. ​border-style: double solid;
  71. Answers:
  72. a. ​border-style: solid double;
  73. b. ​border-style: double solid solid double;
  74. Correctc. ​border-style: double solid;
  75. d. ​border-style: double double solid solid;
  76. Question 8
  77. 3.333 out of 3.333 points
  78. Correct
  79. A smaller perspective value causes a pair of railroad tracks to converge over an apparently shorter distance, while a larger perspective value causes the tracks to appear to go farther before converging.​
  80. Selected Answer:
  81. Correct True
  82. Answers:
  83. Correct True
  84. False
  85. Question 9
  86. 3.333 out of 3.333 points
  87. Correct
  88. ​ Which of the following Cascading Style Sheets (CSS) 3 filters applies transparency to an image?
  89. Selected Answer:
  90. Correctc. ​opacity
  91. Answers:
  92. a. ​invert
  93. b. ​blur
  94. Correctc. ​opacity
  95. d. ​grayscale
  96. Question 10
  97. 3.333 out of 3.333 points
  98. Correct
  99. ​ By default, a box shadow has the same size and dimensions as its page object offset in the horizontal and vertical direction.
  100. Selected Answer:
  101. Correct True
  102. Answers:
  103. Correct True
  104. False
  105. Question 11
  106. 3.333 out of 3.333 points
  107. Correct
  108. ​ Identify the default type of the background-attachment property.
  109. Selected Answer:
  110. Correctd. ​scroll
  111. Answers:
  112. a. ​local
  113. b. ​space
  114. c. ​fixed
  115. Correctd. ​scroll
  116. Question 12
  117. 3.333 out of 3.333 points
  118. Correct
  119. ​ In the opacity property, if the value is 0, it means an object is completely opaque.
  120. Selected Answer:
  121. Correct False
  122. Answers:
  123. True
  124. Correct False
  125. Question 13
  126. 0 out of 3.333 points
  127. Incorrect
  128. ​ A final way to alter an object is through a Cascading Style Sheets (CSS) _____.
  129. Selected Answer:
  130. Incorrecta. ​box model
  131. Answers:
  132. a. ​box model
  133. b. ​border property
  134. Correctc. ​filter
  135. d. ​visual design style
  136. Question 14
  137. 0 out of 3.333 points
  138. Incorrect
  139. ​ If the slices of a graphic image do not fill the sides with an integer number of tiles, identify the repeat option that can be used with the border-image property to rescale the slices until they do.
  140. Selected Answer:
  141. Incorrectd. ​repeat
  142. Answers:
  143. a. ​space
  144. Correctb. ​round
  145. c. ​stretch
  146. d. ​repeat
  147. Question 15
  148. 0 out of 3.333 points
  149. Incorrect
  150. ​ The radii of individual corners are equal to the radii of hypothetical circles placed at the corners of a box with the arcs of the circles defining the rounded circles.
  151. Selected Answer:
  152. Incorrect False
  153. Answers:
  154. Correct True
  155. False
  156. Question 16
  157. 0 out of 3.333 points
  158. Incorrect
  159. Identify the style that can be used to create elongated or elliptical corners.​
  160. Selected Answer:
  161. Incorrectd. ​border-corner: style;
  162. Answers:
  163. Correcta. ​border-radius: horizontal/vertical;
  164. b. ​border-corner: type;
  165. c. ​border-corner-radius: radius;
  166. d. ​border-corner: style;
  167. Question 17
  168. 3.333 out of 3.333 points
  169. Correct
  170. ​ Which of the following shape values represents the remaining area of an inline image not covered by any hotspots?
  171. Selected Answer:
  172. Correctd. ​default
  173. Answers:
  174. a. ​circle
  175. b. ​poly
  176. c. ​rect
  177. Correctd. ​default
  178. Question 18
  179. 3.333 out of 3.333 points
  180. Correct
  181. Shadows can be added to any block element in a web page by using the text-shadow property.
  182. Selected Answer:
  183. Correct False
  184. Answers:
  185. True
  186. Correct False
  187. Question 19
  188. 3.333 out of 3.333 points
  189. Correct
  190. ​ Which of the following is true of transformations in three dimensions?
  191. Selected Answer:
  192. Correctc. ​Negative values along the axes are to the left, up, and away from a reader.
  193. Answers:
  194. a. ​Negative values along the axes are to the right, down, and toward a reader.
  195. b. ​Positive values along the axes are to the left, up, and away from a reader.
  196. Correctc. ​Negative values along the axes are to the left, up, and away from a reader.
  197. d. ​Positive values along the axes are to the right, down, and away from a reader.
  198. Question 20
  199. 0 out of 3.333 points
  200. Incorrect
  201. ​Sam is trying to decide the best way to design the background of his web page. He would like to add background images and background styles to his design. He needs to understand how browsers load a background image and learn about background style properties.
  202.  
  203.  
  204. ​ Sam wants to change the position of an image on his web page. He wants to place the background image 30 pixels to the right of an element’s left edge and 30 pixels down from the top edge. Identify the correct style that Sam should use.
  205. Selected Answer:
  206. Incorrectc. ​background-position: 30px vertical;
  207. Answers:
  208. a. ​background-position: t_edge, 30px;
  209. b. ​background-position: 30px 30px;
  210. c. ​background-position: 30px vertical;
  211. Correctd. ​background-position: 30px;
  212. Question 21
  213. 3.333 out of 3.333 points
  214. Correct
  215. ​ The _____ element is used to contain an image file and can also be used to mark any page content that should stand apart from the main content of an article.
  216. Selected Answer:
  217. Correctd. ​figure
  218. Answers:
  219. a. ​article
  220. b. ​border
  221. c. ​image
  222. Correctd. ​figure
  223. Question 22
  224. 3.333 out of 3.333 points
  225. Correct
  226. ​ A linear gradient is a color gradient that starts from a central point and proceeds outward in a series of concentric circles.
  227. Selected Answer:
  228. Correct False
  229. Answers:
  230. True
  231. Correct False
  232. Question 23
  233. 3.333 out of 3.333 points
  234. Correct
  235. The default direction for a linear color gradient is horizontal, starting from the left of an object and moving to the bottom.​
  236. Selected Answer:
  237. Correct False
  238. Answers:
  239. True
  240. Correct False
  241. Question 24
  242. 3.333 out of 3.333 points
  243. Correct
  244. The sizing keyword cover tells the browser to automatically set the width or height value based on the dimensions of the original image.​
  245. Selected Answer:
  246. Correct False
  247. Answers:
  248. True
  249. Correct False
  250. Question 25
  251. 3.333 out of 3.333 points
  252. Correct
  253. ​ Identify the option that defines how positions are measured on the background in the following background property:
  254. background: color url(url) position / size repeat attachment
  255.  
  256. origin clip;
  257.  
  258. Selected Answer:
  259. Correctb. ​origin
  260. Answers:
  261. a. ​clip
  262. Correctb. ​origin
  263. c. ​size
  264. d. ​attachment
  265. Question 26
  266. 3.333 out of 3.333 points
  267. Correct
  268. ​ Filter functions can be combined in a _____ to create new effects.
  269. Selected Answer:
  270. Correctd. ​space-separated list
  271. Answers:
  272. a. ​comma-separated list
  273. b. ​colon-separated list
  274. c. ​semicolon-separated list
  275. Correctd. ​space-separated list
  276. Question 27
  277. 0 out of 3.333 points
  278. Incorrect
  279. ​ Which of the following styles is used to specify the type of tiling to be applied to a background image, or even turn off tiling?
  280. Selected Answer:
  281. Incorrectd. ​background-clip: type;
  282. Answers:
  283. a. ​background-attachment: type;
  284. Correctb. ​background-repeat: type;
  285. c. ​background-image: url(url);
  286. d. ​background-clip: type;
  287. Question 28
  288. 3.333 out of 3.333 points
  289. Correct
  290. ​ The _____ size parameter of the radial-gradient function makes a gradient extend to the nearest background corner.
  291. Selected Answer:
  292. Correctb. ​closest-corner
  293. Answers:
  294. a. ​side-corner
  295. Correctb. ​closest-corner
  296. c. ​farthest-corner
  297. d. ​corner-side
  298. Question 29
  299. 0 out of 3.333 points
  300. Incorrect
  301. Which of the following defines the default hotspot for an image?​
  302. Selected Answer:
  303. Incorrecta. ​coords=“left,top,right,bottom”
  304. Answers:
  305. a. ​coords=“left,top,right,bottom”
  306. Correctb. ​coords=“0,0,width,height”
  307. c. ​coords=“x1,y1,x2,y2,…”
  308. d. ​coords=“x,y,radius”
  309. Question 30
  310. 0 out of 3.333 points
  311. Incorrect
  312. ​ Identify a CSS3 2D transformation function that resizes an object by a factor of x horizontally.
  313. Selected Answer:
  314. Incorrectc. ​rotate(angleX)
  315. Answers:
  316. a. ​translateX(offX)
  317. b. ​skewX(angleX)
  318. c. ​rotate(angleX)
  319. Correctd. ​scaleX(x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement