User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:16, 2 January 2019 (diff | hist) . . (+13) . . Hardware (→Devices)
- 15:30, 2 January 2019 (diff | hist) . . (+11) . . Classification of Software (→Overview)
- 15:29, 2 January 2019 (diff | hist) . . (+457) . . Classification of Software (→Overview)
- 15:23, 2 January 2019 (diff | hist) . . (+74) . . Classification of Software (→Operating Systems)
- 15:23, 2 January 2019 (diff | hist) . . (+7) . . Classification of Software (→Language Translators)
- 15:22, 2 January 2019 (diff | hist) . . (+45) . . Classification of Software (→Language Translators)
- 15:21, 2 January 2019 (diff | hist) . . (+37) . . Classification of Software (→Language Translators)
- 15:20, 2 January 2019 (diff | hist) . . (+517) . . Classification of Software (→Library Programs)
- 15:19, 30 December 2018 (diff | hist) . . (+25) . . Bricks (→Game1.cs Constructor)
- 15:33, 28 December 2018 (diff | hist) . . (-187) . . Section A AL
- 15:30, 28 December 2018 (diff | hist) . . (+128) . . Section A AL
- 15:27, 28 December 2018 (diff | hist) . . (-64) . . MediaWiki:Sidebar
- 14:03, 22 December 2018 (diff | hist) . . (+756) . . N Assembly Language Check for ODD / EVEN (Created page with "==C# example== <syntaxhighlight lang=csharp> int y = 20; if (y % 2 == 0) { x = 9; } </syntaxhighlight> ==Assembly Version== MOV R0,#20 MOV R1,#1 AND R3...")
- 09:14, 21 December 2018 (diff | hist) . . (+104) . . AS Sample Question (current)
- 08:33, 21 December 2018 (diff | hist) . . (+897) . . N AS Sample Question (Created page with "Figure 1 contains the pseudo-code for a program to output a sequence according to the ‘Fizz Buzz’ counting game. ==Figure 1== OUTPUT "How far to count?" INPUT HowFar W...")
- 08:28, 21 December 2018 (diff | hist) . . (+24) . . Section B (→New AS Spec Questions)
- 08:26, 21 December 2018 (diff | hist) . . (+6) . . Section B (→Old Spec Papers)
- 08:25, 21 December 2018 (diff | hist) . . (+34) . . Section B (→Old Spec Papers)
- 11:56, 20 December 2018 (diff | hist) . . (-10) . . Fundamentals of computer systems (→Hardware & Software)
- 11:54, 20 December 2018 (diff | hist) . . (+898) . . N Assembly Language FOR (Created page with "==C# example== <syntaxhighlight lang=csharp> for (int i=0; i < 10; i++ { } </syntaxhighlight> ==Assembly Version== MOV R0, #0 MOV R1, #10 .start CMP R0, R1...")
- 11:41, 20 December 2018 (diff | hist) . . (0) . . Assembly Language IF (→Assembly Version 1)
- 11:41, 20 December 2018 (diff | hist) . . (+527) . . Assembly Language IF
- 11:37, 20 December 2018 (diff | hist) . . (+820) . . N Assembly Language IF ELSE (Created page with "==C# example== <syntaxhighlight lang=csharp> int y = 0; int x = 0; if (y == 10) { x = 9; } else { y++ } </syntaxhighlight> ==Assembly Version== LDR R0, #0 L...")
- 11:36, 20 December 2018 (diff | hist) . . (-269) . . Assembly Language IF
- 11:32, 20 December 2018 (diff | hist) . . (0) . . Classification of Programming Languages (→Declarative)
- 11:32, 20 December 2018 (diff | hist) . . (-26) . . Classification of Programming Languages (→Imperative)
- 11:31, 20 December 2018 (diff | hist) . . (+47) . . Classification of Programming Languages
- 11:30, 20 December 2018 (diff | hist) . . (-10) . . Fundamentals of computer systems (→Hardware & Software)
- 11:28, 20 December 2018 (diff | hist) . . (+5) . . Bits Bytes etc (→Yobi Byte)
- 11:28, 20 December 2018 (diff | hist) . . (+4) . . Bits Bytes etc (→Zebi Byte)
- 11:28, 20 December 2018 (diff | hist) . . (+5) . . Bits Bytes etc (→Exbi Byte)
- 11:26, 20 December 2018 (diff | hist) . . (-502) . . Bits Bytes etc (→Exbi Byte)
- 11:25, 20 December 2018 (diff | hist) . . (-24) . . Bits Bytes etc (→Yotta Byte)
- 11:24, 20 December 2018 (diff | hist) . . (-10) . . Fundamentals of data representation
- 11:24, 20 December 2018 (diff | hist) . . (+100) . . Floating Point Numbers - Yr 2 Only (→Range & Precision)
- 11:23, 20 December 2018 (diff | hist) . . (+333) . . Floating Point Numbers - Yr 2 Only (→Range & Precision)
- 11:18, 20 December 2018 (diff | hist) . . (+594) . . Floating Point Numbers - Yr 2 Only (→Overflow & Underflow)
- 11:09, 20 December 2018 (diff | hist) . . (+684) . . Floating Point Numbers - Yr 2 Only (→Rounding)
- 11:00, 20 December 2018 (diff | hist) . . (-72) . . Data Structures (→Types of Data Structure) (current)
- 10:56, 20 December 2018 (diff | hist) . . (+1,680) . . Data Structures
- 10:53, 20 December 2018 (diff | hist) . . (-20) . . Section A AL (→Fundamentals of data structures)
- 10:52, 20 December 2018 (diff | hist) . . (+121) . . Records (→Using your struct) (current)
- 10:51, 20 December 2018 (diff | hist) . . (+22) . . Records (→Create a Record Structure)
- 10:50, 20 December 2018 (diff | hist) . . (+1,340) . . Records
- 10:33, 20 December 2018 (diff | hist) . . (+418) . . Add a Help command to display a list of possible commands (current)
- 08:58, 20 December 2018 (diff | hist) . . (+1,028) . . Add a Help command to display a list of possible commands (→The Examine method)
- 14:41, 18 December 2018 (diff | hist) . . (+104) . . Adapt the Use method to switch the torch on and off (current)
- 14:40, 18 December 2018 (diff | hist) . . (+914) . . Adapt the Use method to switch the torch on and off (→Current Use method)
- 14:32, 18 December 2018 (diff | hist) . . (+2,122) . . N Adapt the Use method to switch the torch on and off (Created page with "The torch has a status of "lightable" and also "off". So can we switch on the torch instead of just writing out that it is now easier to see. =Current Use method= <syntaxhig...")
- 14:29, 18 December 2018 (diff | hist) . . (+57) . . Section D 2019 (→Improvements)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)