Advertisement
ILikeTurtles

Cheater

Dec 17th, 2014
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. ____ _ _ _____ _ _____ _____ ____
  2. / ___| | | | ____| / \|_ _| ____| _ \
  3. | | | |_| | _| / _ \ | | | _| | |_) |
  4. | |___| _ | |___ / ___ \| | | |___| _ <
  5. \____|_| |_|_____/_/ \_\_| |_____|_| \_\
  6.  
  7.  
  8. Hello future cheater! :D ~ SFY
  9.  
  10. Question 1
  11. 4 out of 4 points
  12. You use the ____ tag to distinguish JavaScript code from the text that you want displayed on a Web page.
  13. Selected Answer:
  14. Correct d. <script>
  15. Correct Answer:
  16. Correct d. <script>
  17.  
  18. Question 2
  19. 4 out of 4 points
  20. CSS3 introduced ____ to allow Web designers to associate style sheets not just with devices, but with devices that have specific screen sizes, color resolutions, page orientations, and other display features.
  21. Selected Answer:
  22. Correct a. media queries
  23. Correct Answer:
  24. Correct d. media queries
  25.  
  26. Question 3
  27. 4 out of 4 points
  28. To specify that an option button be already selected, you type ____.
  29. Selected Answer:
  30. Correct a. checked="checked"
  31. Correct Answer:
  32. Correct a. checked="checked"
  33.  
  34. Question 4
  35. 4 out of 4 points
  36. To specify what the correct content and structure for a document should be, the document developers create a collection of rules called the ____.
  37. Selected Answer:
  38. Correct a. DTD
  39. Correct Answer:
  40. Correct b. DTD
  41.  
  42. Question 5
  43. 4 out of 4 points
  44. Scripts can be placed in a ____ section of a Web page.
  45. Selected Answer:
  46. Correct c. both a and b
  47. Correct Answer:
  48. Correct c. both a and b
  49.  
  50. Question 6
  51. 4 out of 4 points
  52. ____ is an interpreted language, meaning that the program code is executed directly without compiling.
  53. Selected Answer:
  54. Correct a. JavaScript
  55. Correct Answer:
  56. Correct a. JavaScript
  57.  
  58. Question 7
  59. 4 out of 4 points
  60. Most Web designers use ____ pathnames in their hypertext links.
  61. Selected Answer:
  62. Correct b. relative
  63. Correct Answer:
  64. Correct b. relative
  65.  
  66. Question 8
  67. 4 out of 4 points
  68. ____-side programs do not require users to wait for data to be sent over the Internet to a Web server.
  69. Selected Answer:
  70. Correct b. Client
  71. Correct Answer:
  72. Correct a. Client
  73.  
  74. Question 9
  75. 4 out of 4 points
  76. A(n) ____ clip should provide users with important information that cannot be conveyed in any other way.
  77. Selected Answer:
  78. Correct b. audio
  79. Correct Answer:
  80. Correct d. audio
  81.  
  82. Question 10
  83. 4 out of 4 points
  84. To add notes or comments, insert a comment tag using the syntax ______
  85. Selected Answer:
  86. Correct c. <!--comment-->
  87. Correct Answer:
  88. Correct a. <!--comment-->
  89.  
  90. Question 11
  91. 4 out of 4 points
  92. JavaScript supports comment tags, using a set of double ____ at the beginning of a line that instructs the browser to ignore the line and not interpret it as a JavaScript command.
  93. Selected Answer:
  94. Correct d. slashes
  95. Correct Answer:
  96. Correct d. slashes
  97.  
  98. Question 12
  99. 4 out of 4 points
  100. Older browsers that do not support the ____ audio element instead rely on plug-ins to play embedded media clips.
  101. Selected Answer:
  102. Correct d. HTML5
  103. Correct Answer:
  104. Correct b. HTML5
  105.  
  106. Question 13
  107. 4 out of 4 points
  108. By browsers making allowances for inconsistently applied HTML, source code for the browser becomes ____.
  109. Selected Answer:
  110. Correct a. complex
  111. Correct Answer:
  112. Correct a. complex
  113.  
  114. Question 14
  115. 4 out of 4 points
  116. Which of the following table styles has the lowest precedence?
  117. Selected Answer:
  118. Correct c. table
  119. Correct Answer:
  120. Correct c. table
  121.  
  122. Question 15
  123. 4 out of 4 points
  124. Once you know a document's URL, you can create a link to it by adding the URL to the <a> tag along with the ____ attribute in your text file.
  125. Selected Answer:
  126. Correct a. href
  127. Correct Answer:
  128. Correct a. href
  129.  
  130. Question 16
  131. 4 out of 4 points
  132. Many Web browsers now include _______ tools to allow page designers to
  133. track each style back to its source.
  134. Selected Answer:
  135. Correct c. developer
  136. Correct Answer:
  137. Correct c. developer
  138.  
  139. Question 17
  140. 4 out of 4 points
  141. A technique known as ______ enhancement places code conforming to older
  142. standards before newer properties.
  143. Selected Answer:
  144. Correct a. progressive
  145. Correct Answer:
  146. Correct c. progressive
  147.  
  148. Question 18
  149. 4 out of 4 points
  150. A style sheet file has the file extension _____, which distinguishes it from an HTML file.
  151. Selected Answer:
  152. Correct b. .css
  153. Correct Answer:
  154. Correct b. .css
  155.  
  156. Question 19
  157. 4 out of 4 points
  158. Typically, users navigate through a Web form using the _____ key, which moves the cursor
  159. from one field to another in the order that the field tags are entered into the HTML file.
  160. Selected Answer:
  161. Correct b. TAB
  162. Correct Answer:
  163. Correct b. TAB
  164.  
  165. Question 20
  166. 4 out of 4 points
  167. Some larger mobile phones display pages at screen widths of 600 pixels or more in ____ mode.
  168. Selected Answer:
  169. Correct d. landscape
  170. Correct Answer:
  171. Correct d. landscape
  172.  
  173. Question 21
  174. 4 out of 4 points
  175. _________ code can be inserted directly into an HTML file or placed in a separate text file that is linked to a Web page.
  176. Selected Answer:
  177. Correct b. JavaScript
  178. Correct Answer:
  179. Correct b. JavaScript
  180.  
  181. Question 22
  182. 4 out of 4 points
  183. The ____ process repeats the image in both the vertical and horizontal directions until the entire background is filled.
  184. Selected Answer:
  185. Correct b. tiling
  186. Correct Answer:
  187. Correct b. tiling
  188.  
  189. Question 23
  190. 4 out of 4 points
  191. Some designers propose the use of ____, in which all measurements are expressed relative to the default font size using the em unit.
  192. Selected Answer:
  193. Correct d. elastic layouts
  194. Correct Answer:
  195. Correct d. elastic layouts
  196.  
  197. Question 24
  198. 4 out of 4 points
  199. Tables are considered ____ elements.
  200. Selected Answer:
  201. Correct c. block-level
  202. Correct Answer:
  203. Correct b. block-level
  204.  
  205. Question 25
  206. 4 out of 4 points
  207. The links.htm file is in the same folder as the chem.html file. What is the relative pathname for the links.htm file?
  208. Selected Answer:
  209. Correct b. links.htm
  210. Correct Answer:
  211. Correct b. links.htm
  212. Wednesday, December 17, 2014 6:05:40 PM EST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement