User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:12, 7 December 2018 (diff | hist) . . (+4) . . Section C 2020 (→Game Commands)
- 12:12, 7 December 2018 (diff | hist) . . (+84) . . Section C 2020 (→Game Commands)
- 12:10, 7 December 2018 (diff | hist) . . (+806) . . N Section D 2019 (Created page with "Section D of your Unit 1 exam will focus on the skeleton program and improvements to it. The question will specify which part of the program is to be used, and what you need t...")
- 11:34, 7 December 2018 (diff | hist) . . (0) . . MediaWiki:Sidebar
- 15:38, 5 December 2018 (diff | hist) . . (+349) . . N Section C 2020 (Created page with "This section is to document the skeleton program. Section C will be questions relating to the actual code within the program and could relate to specific methods, variables, p...")
- 14:06, 4 December 2018 (diff | hist) . . (-14) . . Section B (→New A Level Questions)
- 14:05, 4 December 2018 (diff | hist) . . (-36) . . Section B (→New AS Spec Questions)
- 13:59, 4 December 2018 (diff | hist) . . (+296) . . 2018 A Level (→Question 5) (current)
- 13:58, 4 December 2018 (diff | hist) . . (+882) . . N 2018 A Level (Created page with "=Question 5= Write a program that checks which numbers from a series of numbers entered by the user are prime numbers. The program should get a number from the user and then...")
- 13:54, 4 December 2018 (diff | hist) . . (+845) . . N 2018 New Spec (Created page with "=Question 3= The algorithm, represented using pseudo-code in Figure 2, outputs a series of numbers. The contents of the series depends on the initial value entered by the user...") (current)
- 13:49, 4 December 2018 (diff | hist) . . (+18) . . Section B (→New A Level Questions)
- 13:49, 4 December 2018 (diff | hist) . . (+19) . . Section B (→New AS Spec Questions)
- 13:47, 4 December 2018 (diff | hist) . . (-6) . . AQA - Comp Sci - A Level - Paper 1 (→Exam Files)
- 13:46, 4 December 2018 (diff | hist) . . (-6) . . AQA - Comp Sci - A Level - Paper 1 (→Exam Files)
- 13:46, 4 December 2018 (diff | hist) . . (+197) . . AQA - Comp Sci - A Level - Paper 1 (→Exam Files)
- 13:40, 4 December 2018 (diff | hist) . . (0) . . N File:7517 1-PM-ComputerScience-A-03June19-AM E7.pdf (current)
- 13:38, 4 December 2018 (diff | hist) . . (0) . . N File:2019 Electronic Answer Document (EAD) 7517-1A C- E2.docx (current)
- 13:36, 4 December 2018 (diff | hist) . . (+344) . . AQA - Comp Sci - A Level - Paper 1
- 12:57, 29 November 2018 (diff | hist) . . (+11) . . Intractable Problems (→Intractable / Tractable Problems)
- 12:55, 29 November 2018 (diff | hist) . . (0) . . N Data Structures (Created blank page)
- 12:55, 29 November 2018 (diff | hist) . . (0) . . N Records (Created blank page)
- 12:53, 29 November 2018 (diff | hist) . . (-10) . . Fundamentals of computer organisation and architecture (→Topics)
- 19:51, 27 November 2018 (diff | hist) . . (+3) . . Network Topology (→Bus Topology)
- 19:51, 27 November 2018 (diff | hist) . . (+45) . . Network Topology (→Bus Topology)
- 19:48, 27 November 2018 (diff | hist) . . (+3) . . Network Topology (→Bus Topology)
- 19:47, 27 November 2018 (diff | hist) . . (+1) . . Network Topology (→Bus Topology)
- 19:46, 27 November 2018 (diff | hist) . . (-1) . . Network Topology (→Bus Topology)
- 19:46, 27 November 2018 (diff | hist) . . (+47) . . Network Topology (→Bus Topology)
- 19:43, 27 November 2018 (diff | hist) . . (-178) . . Network Topology (→Bus Topology)
- 12:45, 20 November 2018 (diff | hist) . . (-1) . . Turing Machines (→Transition functions)
- 12:45, 20 November 2018 (diff | hist) . . (+24) . . Turing Machines (→Transition functions)
- 12:45, 20 November 2018 (diff | hist) . . (+22) . . Turing Machines (→State transition table)
- 12:44, 20 November 2018 (diff | hist) . . (-1) . . Turing Machines (→Representation of a Turing Machine)
- 12:30, 15 November 2018 (diff | hist) . . (+25) . . Graph Traversals (→Algorithm) (current)
- 12:13, 15 November 2018 (diff | hist) . . (+2) . . Assembly Language WHILE (→Assembly Version)
- 12:13, 15 November 2018 (diff | hist) . . (+714) . . N Assembly Language WHILE (Created page with "==C# example== <syntaxhighlight lang=csharp> int a = 0; while ( a != 99) { a++ } </syntaxhighlight> ==Assembly Version== MOV R0, #0 .while CMP R0, #99 BNE ....")
- 12:04, 15 November 2018 (diff | hist) . . (+42) . . Section A AL (→Fundamentals of data structures)
- 12:03, 15 November 2018 (diff | hist) . . (-10) . . Section A AL (→Fundamentals of programming)
- 12:02, 15 November 2018 (diff | hist) . . (-10) . . Section A AL (→Fundamentals of algorithms)
- 12:01, 15 November 2018 (diff | hist) . . (+208) . . Graph Traversals (→Algorithm)
- 11:56, 15 November 2018 (diff | hist) . . (+257) . . Graph Traversals (→Breath First Traversal)
- 11:54, 15 November 2018 (diff | hist) . . (+925) . . Graph Traversals (→Breadth First Traversal)
- 11:50, 15 November 2018 (diff | hist) . . (+1) . . Graph Traversals (→Depth First Traversal)
- 11:48, 15 November 2018 (diff | hist) . . (+241) . . Graph Traversals (→Algorithm)
- 11:46, 15 November 2018 (diff | hist) . . (+784) . . Graph Traversals (→Depth First Traversal)
- 12:56, 31 October 2018 (diff | hist) . . (+10) . . Steropes Map Widget (current)
- 12:54, 31 October 2018 (diff | hist) . . (+31) . . Steropes Map Widget (→Map Widget)
- 12:54, 31 October 2018 (diff | hist) . . (+707) . . N Steropes Map Widget (Created page with "Steropes doesn't use require any additional code to draw the interface, the fact that is initialised will run the draw method of the interface. This presents a problem because...")
- 12:47, 31 October 2018 (diff | hist) . . (+25) . . MonoGame Tutorials (→Steropes)
- 10:41, 4 October 2018 (diff | hist) . . (+97) . . Linked Lists - Lists (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)