Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.27 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <meta name="description" content="">
  7. <meta name="author" content="">
  8. <link rel="icon" href="../../../../favicon.ico">
  9.  
  10. <title>A-Level Computer Science</title>
  11.  
  12. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
  13. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  14. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
  15. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
  16. </head>
  17.  
  18. <body>
  19.  
  20. <header>
  21. <nav class="navbar navbar-expand-sm bg-dark navbar-dark">
  22. <a class="navbar-brand" href="#">A-Level Computer Science</a>
  23. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
  24. <span class="navbar-toggler-icon"></span>
  25. </button>
  26. <div class="collapse navbar-collapse" id="navbarNavDropdown">
  27. <ul class="navbar-nav">
  28.  
  29. <li class="nav-item ">
  30. <a class="nav-link" href="index">Home</a>
  31. </li>
  32.  
  33. <li class="nav-item dropdown">
  34. <a class="nav-link dropdown-toggle " href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Specification</a>
  35. <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
  36. <a class="dropdown-item" href="spec-ocr">OCR</a>
  37. <a class="dropdown-item" href="spec-aqa">AQA</a>
  38. <a class="dropdown-item" href="spec-edexcel">Edexcel</a>
  39. <a class="dropdown-item" href="spec-wjec">WJEC</a>
  40. </div>
  41. </li>
  42. <li class="nav-item">
  43. <a class="nav-link active" href="Past-Papers">Past Papers</a>
  44. </li>
  45.  
  46. <li class="nav-item">
  47. <a class="nav-link" href="Further-Reading">Further Reading</a>
  48. </li>
  49. </ul>
  50. </div>
  51. </nav>
  52. </header>
  53.  
  54.  
  55. <!-- Begin page content -->
  56. <main role="main" class="container">
  57. <h1 class="mt-5">Past Papers</h1>
  58. <p class="lead">Below you will find OCR, AQA, Edexcel and WJEC past papers and mark schemes.</p>
  59.  
  60.  
  61. <ul class="nav nav-tabs">
  62. <li class="nav-item">
  63. <a class="nav-link active" id="OCR-tab" data-toggle="tab" href="#OCR" role="tab" aria-controls="OCR" aria-selected="true">OCR</a>
  64. </li>
  65. <li class="nav-item">
  66. <a class="nav-link" id="AQA-tab" data-toggle="tab" href="#AQA" role="tab" aria-controls="AQA" aria-selected="false">AQA</a>
  67. </li>
  68. <li class="nav-item">
  69. <a class="nav-link" id="Edexcel-tab" data-toggle="tab" href="#Edexcel" role="tab" aria-controls="Edexcel" aria-selected="false">Edexcel</a>
  70. </li>
  71. <li class="nav-item">
  72. <a class="nav-link" id="WJEC-tab" data-toggle="tab" href="#WJEC" role="tab" aria-controls="WJEC" aria-selected="false">WJEC</a>
  73. </li>
  74. </ul>
  75.  
  76. <div class="tab-content">
  77. <div class="tab-pane active" id="OCR" role="tabpanel" aria-labelledby="OCR-tab">
  78. <br/>
  79. <h2>Current Specification</h2>
  80. <div class="row">
  81. <div class="col-md-6">
  82.  
  83. <h4>A-Level</h4>
  84. <ul>
  85. <li><a href="2018 Algorithms and Programming">2018 Algorithms and Programming</a></li>
  86. <li><a href="2018 Computer Systems">2018 Computer Systems</a></li>
  87. <br/>
  88. <li><a href="2017 Algorithms and Programming">2017 Algorithms and Programming</a></li>
  89. <li><a href="2017 Computer Systems">2017 Computer Systems</a></li>
  90. <br/>
  91. <li><a href="2016 Algorithms and Programming">2016 Algorithms and Programming</a></li>
  92. <li><a href="2016 Computer Systems">2016 Computer Systems</a></li>
  93. </ul>
  94. </div>
  95.  
  96. <div class="col-md-6">
  97.  
  98. <h4>AS-Level</h4>
  99. <ul>
  100. <li><a href="2018 Algorithms and Programming">2018 Algorithms and Programming</a></li>
  101. <li><a href="2018 Computer Systems">2018 Computer Systems</a></li>
  102. <br/>
  103. <li><a href="2017 Algorithms and Programming">2017 Algorithms and Programming</a></li>
  104. <li><a href="2017 Computer Systems">2017 Computer Systems</a></li>
  105. <br/>
  106. <li><a href="2016 Algorithms and Programming">2016 Algorithms and Programming</a></li>
  107. <li><a href="2016 Computer Systems">2016 Computer Systems</a></li>
  108. </ul>
  109. </div>
  110. </div>
  111. <br/>
  112. <hr class="featurette-divider">
  113. <br/>
  114. <h2>Old Specification</h2>
  115. <div class="row">
  116. <div class="col-md-6">
  117.  
  118. <h4>A-Level</h4>
  119. <ul>
  120. <li><a href="2018 Algorithms and Programming">2018 Algorithms and Programming</a></li>
  121. <li><a href="2018 Computer Systems">2018 Computer Systems</a></li>
  122. <br/>
  123. <li><a href="2017 Algorithms and Programming">2017 Algorithms and Programming</a></li>
  124. <li><a href="2017 Computer Systems">2017 Computer Systems</a></li>
  125. <br/>
  126. <li><a href="2016 Algorithms and Programming">2016 Algorithms and Programming</a></li>
  127. <li><a href="2016 Computer Systems">2016 Computer Systems</a></li>
  128. </ul>
  129. </div>
  130.  
  131. <div class="col-md-6">
  132. <br/>
  133. <h4>AS-Level</h4>
  134. <ul>
  135. <li><a href="2018 Algorithms and Programming">2018 Algorithms and Programming</a></li>
  136. <li><a href="2018 Computer Systems">2018 Computer Systems</a></li>
  137. <br/>
  138. <li><a href="2017 Algorithms and Programming">2017 Algorithms and Programming</a></li>
  139. <li><a href="2017 Computer Systems">2017 Computer Systems</a></li>
  140. <br/>
  141. <li><a href="2016 Algorithms and Programming">2016 Algorithms and Programming</a></li>
  142. <li><a href="2016 Computer Systems">2016 Computer Systems</a></li>
  143. </ul>
  144. </div>
  145. </div>
  146. </div>
  147.  
  148. <div class="tab-pane active" id="AQA" role="tabpanel" aria-labelledby="AQA-tab">
  149. <br/>
  150. <h2>Current Specification</h2>
  151. <div class="row">
  152. <div class="col-md-6">
  153.  
  154. <h4>A-Level</h4>
  155. <ul>
  156. <li><a href="2018 Algorithms and Programming">2018 Paper 1</a></li>
  157. <li><a href="2018 Computer Systems">2018 Paper 2</a></li>
  158. <br/>
  159. <li><a href="2017 Algorithms and Programming">2017 Paper 1</a></li>
  160. <li><a href="2017 Computer Systems">2017 Paper 2</a></li>
  161. <br/>
  162. <li><a href="2016 Algorithms and Programming">2016 Paper 1</a></li>
  163. <li><a href="2016 Computer Systems">2016 Paper 2</a></li>
  164. </ul>
  165. </div>
  166.  
  167. <div class="col-md-6">
  168.  
  169. <h4>AS-Level</h4>
  170. <ul>
  171. <li><a href="2018 Algorithms and Programming">2018 Paper 1</a></li>
  172. <li><a href="2018 Computer Systems">2018 Paper 2</a></li>
  173. <br/>
  174. <li><a href="2017 Algorithms and Programming">2017 Paper 1</a></li>
  175. <li><a href="2017 Computer Systems">2017 Paper 2</a></li>
  176. <br/>
  177. <li><a href="2016 Algorithms and Programming">2016 Paper 1</a></li>
  178. <li><a href="2016 Computer Systems">2016 Paper 2</a></li>
  179. </ul>
  180. </div>
  181. </div>
  182. <br/>
  183. <hr class="featurette-divider">
  184. <br/>
  185.  
  186.  
  187. </div>
  188.  
  189.  
  190.  
  191. <div class="tab-pane active" id="WJEC" role="tabpanel" aria-labelledby="WJEC-tab">
  192. <br/>
  193. <h2>Current Specification</h2>
  194. <div class="row">
  195. <div class="col-md-6">
  196.  
  197. <h4>A-Level</h4>
  198. <ul>
  199. <li><a href="2018 Algorithms and Programming">2018 Unit 1</a></li>
  200. <li><a href="2018 Computer Systems">2018 Unit 2</a></li>
  201. <li><a href="2018 Computer Systems">2018 Unit 3</a></li>
  202. <li><a href="2018 Computer Systems">2018 Unit 4</a></li>
  203. <br/>
  204. <li><a href="2017 Algorithms and Programming">2017 Unit 1</a></li>
  205. <li><a href="2017 Computer Systems">2017 Unit 2</a></li>
  206. <li><a href="2017 Computer Systems">2017 Unit 3</a></li>
  207. <li><a href="2017 Computer Systems">2017 Unit 4</a></li>
  208. <br/>
  209. <li><a href="2016 Algorithms and Programming">2016 Unit 1</a></li>
  210. <li><a href="2016 Computer Systems">2016 Unit 2</a></li>
  211. </ul>
  212. </div>
  213.  
  214.  
  215. </div>
  216. <br/>
  217. <hr class="featurette-divider">
  218. <br/>
  219.  
  220. </div>
  221. </div>
  222.  
  223. <script>
  224. $(function () {
  225. $('#myTab li:last-child a').tab('show')
  226. })
  227. </script>
  228. </main>
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236. <!-- Bootstrap core JavaScript
  237. ================================================== -->
  238. <!-- Placed at the end of the document so the pages load faster -->
  239. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  240. <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
  241. <script src="../../../../assets/js/vendor/popper.min.js"></script>
  242. <script src="../../../../dist/js/bootstrap.min.js"></script>
  243. </body>
  244. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement