User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 09:39, 3 September 2020 (diff | hist) . . (+34) . . Object Orientated Programming (→Key Terms)
- 09:32, 3 September 2020 (diff | hist) . . (+32) . . Section D 2021 (→Functionality)
- 09:31, 3 September 2020 (diff | hist) . . (+1,593) . . N 2021 - Player (Created page with "=Actual Code= <syntaxhighlight lang=c#> class Player { protected int piecesInSupply, fuel, VPs, lumber; protected string name; public Player(strin...") (current)
- 09:28, 3 September 2020 (diff | hist) . . (+53) . . 2021 - PBDSPiece (→Things to note)
- 09:28, 3 September 2020 (diff | hist) . . (+53) . . 2021 - BarronPiece (→Things to note) (current)
- 09:27, 3 September 2020 (diff | hist) . . (+53) . . 2021 - LESSPiece (→Things to note) (current)
- 09:26, 3 September 2020 (diff | hist) . . (+70) . . 2021 - LESSPiece (→Things to note)
- 09:26, 3 September 2020 (diff | hist) . . (+1,136) . . N 2021 - PBDSPiece (Created page with "=Actual Code= <syntaxhighlight lang=c#> class PBDSPiece : Piece { static Random rNoGen = new Random(); public PBDSPiece(bool player1) : ba...")
- 09:24, 3 September 2020 (diff | hist) . . (+1,046) . . N 2021 - LESSPiece (Created page with "=Actual Code= <syntaxhighlight lang=c#> class LESSPiece : Piece { public LESSPiece(bool player1) : base(player1) { pieceType = "L";...")
- 09:23, 3 September 2020 (diff | hist) . . (+654) . . N 2021 - BarronPiece (Created page with "=Actual Code= <syntaxhighlight lang=c#> class BaronPiece : Piece { public BaronPiece(bool player1) : base(player1) { pieceType...")
- 09:20, 3 September 2020 (diff | hist) . . (+64) . . 2021 - Piece
- 09:16, 3 September 2020 (diff | hist) . . (+1,748) . . N 2021 - Piece (Created page with "<syntaxhighlight lang=c#> class Piece { protected bool destroyed, belongsToPlayer1; protected int fuelCostOfMove, VPValue, connectionsToDestroy; pr...")
- 09:15, 3 September 2020 (diff | hist) . . (+656) . . N Section C 2021 (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...")
- 09:13, 3 September 2020 (diff | hist) . . (+35) . . Section C 2020 (current)
- 09:12, 3 September 2020 (diff | hist) . . (+27) . . Section D 2021 (→Section D 2021)
- 09:11, 3 September 2020 (diff | hist) . . (+298) . . N Section D 2021 (Created page with "=Section D 2021= 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, a...")
- 09:10, 3 September 2020 (diff | hist) . . (+2) . . Section D 2020 (current)
- 09:09, 3 September 2020 (diff | hist) . . (+33) . . Section D 2020
- 11:29, 2 September 2020 (diff | hist) . . (+9) . . Negative Numbers (→Method 2)
- 11:28, 2 September 2020 (diff | hist) . . (+32) . . Negative Numbers (→Method 2)
- 11:25, 2 September 2020 (diff | hist) . . (+8) . . Negative Numbers (→Method 1)
- 11:25, 2 September 2020 (diff | hist) . . (+29) . . Negative Numbers (→Method 1)
- 11:23, 2 September 2020 (diff | hist) . . (0) . . Negative Numbers (→Method 1)
- 11:22, 2 September 2020 (diff | hist) . . (+22) . . Multiplication (→Binary Multiplication)
- 11:20, 2 September 2020 (diff | hist) . . (+8) . . Multiplication (→Binary Multiplication)
- 11:20, 2 September 2020 (diff | hist) . . (-1) . . Multiplication (→Binary Multiplication)
- 11:19, 2 September 2020 (diff | hist) . . (+64) . . Multiplication (→Binary Multiplication)
- 11:18, 2 September 2020 (diff | hist) . . (+63) . . Multiplication (→Binary Multiplication)
- 11:17, 2 September 2020 (diff | hist) . . (+16) . . Multiplication (→Binary Multiplication)
- 11:16, 2 July 2020 (diff | hist) . . (-52) . . Polymorphism (→Example)
- 11:16, 2 July 2020 (diff | hist) . . (+16) . . Polymorphism (→Example)
- 11:15, 2 July 2020 (diff | hist) . . (+36) . . Polymorphism (→Example)
- 11:15, 2 July 2020 (diff | hist) . . (+346) . . Polymorphism
- 10:51, 1 July 2020 (diff | hist) . . (-3) . . Abstract - Virtual - Static (→Abstraction) (current)
- 10:50, 1 July 2020 (diff | hist) . . (+35) . . Abstract - Virtual - Static (→Abstraction)
- 10:49, 1 July 2020 (diff | hist) . . (+372) . . Abstract - Virtual - Static (→Abstraction)
- 10:46, 1 July 2020 (diff | hist) . . (+799) . . Abstract - Virtual - Static (→Abstraction)
- 10:44, 1 July 2020 (diff | hist) . . (-1,700) . . Abstract - Virtual - Static (→Extra Detail)
- 10:36, 1 July 2020 (diff | hist) . . (-4) . . Abstract - Virtual - Static (→Extra Detail)
- 10:33, 1 July 2020 (diff | hist) . . (-216) . . Abstract - Virtual - Static (→Static)
- 10:33, 1 July 2020 (diff | hist) . . (+280) . . Abstract - Virtual - Static (→Static)
- 10:30, 1 July 2020 (diff | hist) . . (+158) . . Abstract - Virtual - Static (→Virtual)
- 10:28, 1 July 2020 (diff | hist) . . (-54) . . Abstract - Virtual - Static (→Abstraction)
- 18:28, 28 June 2020 (diff | hist) . . (+86) . . Internet Security (→Firewall)
- 18:20, 28 June 2020 (diff | hist) . . (0) . . Internet Security (→Asymmetric Encryption)
- 18:18, 28 June 2020 (diff | hist) . . (-4) . . Internet Security (→Asymmetric Encryption)
- 18:17, 28 June 2020 (diff | hist) . . (+4) . . Internet Security (→Asymmetric Encryption)
- 13:27, 23 June 2020 (diff | hist) . . (+7) . . DHCP (current)
- 18:58, 21 June 2020 (diff | hist) . . (+4) . . Subnet Masks (→CraigNDave) (current)
- 19:02, 14 June 2020 (diff | hist) . . (+4) . . The Internet (→IP Address)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)