-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomputing.json
More file actions
752 lines (752 loc) · 32 KB
/
Copy pathcomputing.json
File metadata and controls
752 lines (752 loc) · 32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
[
{
"category": "Display & Editing Tools",
"icon": "🐍",
"tools": [
{
"title": "Python Code Lab",
"emoji": "📄",
"url": "https://jamesabela.github.io/jsfun/pythoncopy",
"desc": "Display, edit, run simple code, upload & download (.py or .txt), visualise and make puzzles from any raw Python file. Paste a GitHub Gist or Pastebin URL.",
"tag": "KS2 / KS3 / iGCSE / A-Level",
"isExternal": false
},
{
"title": "Python Code Guide",
"emoji": "📖",
"url": "https://jamesabela.github.io/jsfun/pythonmanual.html",
"desc": "An interactive cheat sheet and syntax reference guide for Python. Covers variables, operators, selection, loops, lists, and turtle commands.",
"tag": "KS2 / KS3 / iGCSE / A-Level",
"isExternal": false
},
{
"title": "Python to Flowchart",
"emoji": "🔀",
"url": "https://jamesabela.github.io/jsfun/python2flow.html",
"desc": "Convert Python code into a visual flowchart. Step through loops and conditions, customize theme layouts, and print or export diagrams as SVG/PNG.",
"tag": "KS3 / iGCSE / A-Level",
"isExternal": false
},
{
"title": "Parsons Puzzle (Reorder)",
"emoji": "🧩",
"url": "https://jamesabela.github.io/jsfun/reorder.html",
"desc": "Reorder scrambled lines of code back into the correct order. Works with any raw Python URL (up to 20 lines).",
"tag": "iGCSE / A-Level",
"isExternal": false
},
{
"title": "Pseudocode.pro",
"emoji": "📝",
"url": "https://pseudocode.pro/",
"desc": "Write, check and practise pseudocode in the Cambridge International style. Specifically designed for Cambridge iGCSE and A-Level Computer Science students.",
"tag": "iGCSE / A-Level",
"isExternal": true
},
{
"title": "Syntax Styler",
"emoji": "🎨",
"url": "https://syntaxstyler.sethideclercq.com/",
"desc": "Google Workspace extension to easily format code in Google Docs and Slides. Perfect for creating worksheets and presentations. By Sethi De Clercq.",
"tag": "Teacher Tool",
"isExternal": true
}
]
},
{
"category": "Early Years & Primary Computing",
"icon": "🧒",
"tools": [
{
"title": "AmberJr — ScratchJr Prep Tool",
"emoji": "🟠",
"url": "https://amberjr.vercel.app/",
"desc": "Create, edit and customise ScratchJr projects for class — add custom characters, backgrounds and sounds with a drag-and-drop scene editor. By Sethi De Clercq.",
"tag": "EYFS / KS1",
"isExternal": true
},
{
"title": "Secret Code Generator",
"emoji": "🔐",
"url": "https://sethideclercq.com/tools/secretcodegen.html",
"desc": "Create and crack secret codes and ciphers — a hands-on introduction to cryptography for young learners. Message Centre friendly. By Sethi De Clercq.",
"tag": "EYFS / KS1 / KS2",
"isExternal": true
},
{
"title": "Pixel Art Creator",
"emoji": "🎨",
"url": "https://sethideclercq.com/tools/MyCreations/mypixelart.html",
"desc": "Create pixel art on 8×8, 16×16 or 32×32 grids — introduces digital art, coordinates and grids. Export to PDF. By Sethi De Clercq.",
"tag": "EYFS / KS1 / KS2",
"isExternal": true
},
{
"title": "Paint Tool",
"emoji": "🖌️",
"url": "https://sethideclercq.com/tools/simplepaint.html",
"desc": "No-frills drawing tool for young learners — brush/eraser modes, adjustable sizes, and simple colour palette. Save as PNG. By Sethi De Clercq.",
"tag": "EYFS / KS1",
"isExternal": true
},
{
"title": "EduBlocks — Blocks to Text Made Easy",
"emoji": "🧱",
"url": "https://edublocks.org/",
"desc": "Free tool by Anaconda. Learn Python or HTML using familiar drag-and-drop blocks, then switch to text code — a perfect bridge from Scratch to real programming.",
"tag": "KS2 / KS3 / iGCSE",
"isExternal": true
},
{
"title": "Mail Merge Cards",
"emoji": "📇",
"url": "https://mailmerge.primary-apps.com/",
"desc": "Create your own trading cards by merging data from a spreadsheet. A visual way to learn about databases and mail merge. By Dave Salt.",
"tag": "KS2 / KS3",
"isExternal": true
},
{
"title": "Whodunnit Database Detective",
"emoji": "🕵️",
"url": "https://whodunnit.primary-apps.com/whodunnit.html",
"desc": "Solve mysteries using a suspect database by filtering and comparing records. Great for introducing database queries. By Dave Salt.",
"tag": "KS2 / KS3",
"isExternal": true
}
]
},
{
"category": "iGCSE Algorithms",
"icon": "📚",
"tools": [
{
"title": "Array Explorer",
"emoji": "🗄️",
"url": "https://cie-igcse-array-explorer.lovable.app/",
"desc": "Learn arrays interactively: memory diagrams, pseudocode, Python, searching, and classroom games. By Hari Denton.",
"tag": "iGCSE",
"isExternal": true
},
{
"title": "Average",
"emoji": "📊",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/average.py",
"desc": "Calculate the average of a list of numbers.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Bubble Sort",
"emoji": "🔃",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/bubble",
"desc": "Classic bubble sort algorithm implementation.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Counting",
"emoji": "🔢",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/Counting.py",
"desc": "Counting algorithm — tallying occurrences.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "For Loop",
"emoji": "🔁",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/forloop.py",
"desc": "A definite iteration example using a for loop.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "If / Else",
"emoji": "🔀",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/ifelse.py",
"desc": "Selection — branching logic with if/else.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Linear Search",
"emoji": "🔍",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/linear.py",
"desc": "Search through a list one item at a time.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Max & Min",
"emoji": "📈",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/MaximumandMinimum.py",
"desc": "Find the maximum and minimum in a list.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Repeat Loop",
"emoji": "🔄",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/repeat.py",
"desc": "Post-condition loop (repeat…until style).",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Totalling",
"emoji": "🧮",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/Totalling.py",
"desc": "Running total / accumulator pattern.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "While Loop",
"emoji": "🔁",
"url": "https://jamesabela.github.io/jsfun/pythoncopy?url=https://gist.githubusercontent.com/jamesabela/53cc928fd03720c0803839b31bcda287/raw/635a2c7b12a1a6af75623d65d41889e8e1bbce96/whileloop.py",
"desc": "Pre-condition indefinite iteration with while.",
"tag": "iGCSE",
"isExternal": false
}
]
},
{
"category": "Binary & Data",
"icon": "0️⃣",
"tools": [
{
"title": "Binary DMZ",
"emoji": "🎮",
"url": "https://jamesabela.github.io/binarydmz/",
"desc": "Space-themed binary game with 4 difficulty levels (Rookie → Insane) and 3 game modes: Unsigned, Two's Complement and Hexadecimal.",
"tag": "KS3 / iGCSE",
"isExternal": false
},
{
"title": "Binary Conversion Tool",
"emoji": "🔢",
"url": "https://jamesabela.github.io/jsfun/binaryconvertor.html",
"desc": "Convert between decimal and binary step by step.",
"tag": "KS3 / iGCSE",
"isExternal": false
},
{
"title": "Binary Quiz",
"emoji": "❓",
"url": "https://jamesabela.github.io/jsfun/binaryquiz.html",
"desc": "Test binary conversion knowledge with a quiz.",
"tag": "KS3 / iGCSE",
"isExternal": false
},
{
"title": "Binary Timed Challenge",
"emoji": "⏱️",
"url": "https://sethideclercq.com/tools/8bitquest.html",
"desc": "Race against the clock on binary conversions. By Sethi De Clercq.",
"tag": "KS3 / iGCSE",
"isExternal": true
},
{
"title": "8-bit Binary Display",
"emoji": "💡",
"url": "https://sethideclercq.com/tools/binaryvisualiser.html",
"desc": "Visual 8-bit binary bulb display. By Sethi De Clercq.",
"tag": "KS3 / iGCSE",
"isExternal": true
},
{
"title": "Decimal → Binary Tool",
"emoji": "🔀",
"url": "https://sethideclercq.com/tools/switchmaster.html",
"desc": "Step-by-step decimal to binary conversion. By Sethi De Clercq.",
"tag": "KS3 / iGCSE",
"isExternal": true
},
{
"title": "Parity Byte",
"emoji": "✅",
"url": "https://jamesabela.github.io/jsfun/paritybyte.html",
"desc": "Understand how parity bits detect errors in data transmission.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Binary Snake",
"emoji": "🐍",
"url": "https://jamesabela.github.io/jsfun/binarysnake.html",
"desc": "Snake game with a binary challenge twist.",
"tag": "KS3 / iGCSE",
"isExternal": false
},
{
"title": "File Size Calculator",
"emoji": "📁",
"url": "https://ians.site/file/",
"desc": "Calculate file sizes for iGCSE questions. Student created.",
"tag": "iGCSE",
"isExternal": true
},
{
"title": "Binary Adder",
"emoji": "➕",
"url": "https://binaryadder.netlify.app/",
"desc": "Binary addition simulator by Matt King. Suitable for GCSE and A-level.",
"tag": "iGCSE / A-Level",
"isExternal": true
},
{
"title": "Logic.ly Gate Simulator",
"emoji": "⚡",
"url": "https://logic.ly/demo/samples",
"desc": "Interactive logic gate simulator. Design and test digital circuits in your browser with AND, OR, NOT, and other gates.",
"tag": "iGCSE / A-Level",
"isExternal": true
}
]
},
{
"category": "Networking",
"icon": "🌐",
"tools": [
{
"title": "Networx",
"emoji": "🛰️",
"url": "https://milesberry.net/networx/",
"desc": "Network simulator by Miles Berry. Useful for understanding topologies and data flow. Suitable for GCSE and A-level.",
"tag": "iGCSE / A-Level",
"isExternal": true
}
]
},
{
"category": "CS Vocabulary",
"icon": "📖",
"tools": [
{
"title": "CS Vocabulary Concept Grids",
"emoji": "🗂️",
"url": "https://docs.google.com/presentation/d/1qqrFm8NnkZU8HFXFOTXhpg0I2mN5rA3Cx0VvEZZvOtY/template/preview",
"desc": "A comprehensive Google Slides presentation of Computer Science vocabulary concept grids, covering definitions, characteristics, examples, and non-examples. Created with Concept Grid.",
"tag": "KS3 / iGCSE / A-Level",
"isExternal": true
}
]
},
{
"category": "Diamond 9 — CS Topics",
"icon": "💎",
"tools": [
{
"title": "Computer Networks Components",
"emoji": "🌐",
"url": "https://jamesabela.github.io/ThinkRankStudio/index.html?words=Routers%2CSwitches%2CFirewalls%2CNICs%2CCables%2CModems%2CBridges%2CGateways%2CRepeaters",
"desc": "Routers, Switches, Firewalls, NICs, Cables, Modems, Bridges, Gateways, Repeaters",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Cybersecurity Threats",
"emoji": "🔐",
"url": "https://jamesabela.github.io/ThinkRankStudio/index.html?words=Phishing%2CMalware%2CSocial%2CRansomware%2CDDoS%2CPhysical%2CSpyware%2CAdware%2CKeyloggers",
"desc": "Phishing, Malware, Social Engineering, Ransomware, DDoS, Physical, Spyware, Adware, Keyloggers",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Ethical Issues in Computing",
"emoji": "⚖️",
"url": "https://jamesabela.github.io/ThinkRankStudio/index.html?words=Privacy%2CSecurity%2CProperty%2CDivide%2CAutomation%2COpen%2CTransparency%2CAccountability%2CConsent",
"desc": "Privacy, Security, Property, Divide, Automation, Open Source, Transparency, Accountability, Consent",
"tag": "iGCSE / A-Level",
"isExternal": false
},
{
"title": "Hardware Components",
"emoji": "🖥️",
"url": "https://jamesabela.github.io/ThinkRankStudio/index.html?words=CPU%2CRAM%2CStorage%2CMotherboard%2CPower%2CPeripheral%2CMonitor%2CKeyboard%2CMouse",
"desc": "CPU, RAM, Storage, Motherboard, Power Supply, Peripherals, Monitor, Keyboard, Mouse",
"tag": "KS3 / iGCSE",
"isExternal": false
},
{
"title": "Key Algorithms",
"emoji": "🧠",
"url": "https://jamesabela.github.io/ThinkRankStudio/index.html?words=Sorting%2CSearching%2CGraph%2CDynamic%2CGreedy%2CRecursion%2CTree%2CBacktracking%2CHashing",
"desc": "Sorting, Searching, Graph, Dynamic, Greedy, Recursion, Tree, Backtracking, Hashing",
"tag": "A-Level",
"isExternal": false
},
{
"title": "Programming Concepts",
"emoji": "💻",
"url": "https://jamesabela.github.io/ThinkRankStudio/index.html?words=Variables%2CFunctions%2CLoops%2CAlgorithms%2CObjects%2CSyntax%2CData%2CPseudocode%2COperators",
"desc": "Variables, Functions, Loops, Algorithms, Objects, Syntax, Data, Pseudocode, Operators",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Programming Paradigms",
"emoji": "🏗️",
"url": "https://jamesabela.github.io/ThinkRankStudio/index.html?words=OOP%2CProcedural%2CFunctional%2CEvent-Driven%2CLogic%2CDeclarative%2CImperative%2CConcurrent%2CAspect-Oriented",
"desc": "OOP, Procedural, Functional, Event-Driven, Logic, Declarative, Imperative, Concurrent, Aspect-Oriented",
"tag": "A-Level",
"isExternal": false
},
{
"title": "SDLC Stages",
"emoji": "🔄",
"url": "https://jamesabela.github.io/ThinkRankStudio/index.html?words=Requirements%2CDesign%2CImplementation%2CTesting%2CDeployment%2CMaintenance%2CPlanning%2CReview%2CClosure",
"desc": "Requirements, Design, Implementation, Testing, Deployment, Maintenance, Planning, Review, Closure",
"tag": "iGCSE / A-Level",
"isExternal": false
},
{
"title": "Types of Software Testing",
"emoji": "🧪",
"url": "https://jamesabela.github.io/ThinkRankStudio/index.html?words=Unit%2CIntegration%2CSystem%2CUAT%2CRegression%2CAlpha%2CBeta%2CLoad%2CStress",
"desc": "Unit, Integration, System, UAT, Regression, Alpha, Beta, Load, Stress",
"tag": "iGCSE / A-Level",
"isExternal": false
}
]
},
{
"category": "Priority Triangle — CS Topics",
"icon": "🔺",
"tools": [
{
"title": "Security",
"emoji": "🔒",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Confidentiality&word2=Integrity&word3=Availability",
"desc": "Confidentiality · Integrity · Availability",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Scalability",
"emoji": "📈",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Speed&word2=Quality&word3=Cost",
"desc": "Speed · Quality · Cost",
"tag": "A-Level",
"isExternal": false
},
{
"title": "Ethics",
"emoji": "⚖️",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Responsibility&word2=Accountability&word3=Transparency",
"desc": "Responsibility · Accountability · Transparency",
"tag": "iGCSE / A-Level",
"isExternal": false
},
{
"title": "Data",
"emoji": "🗄️",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Volume&word2=Velocity&word3=Variety",
"desc": "Volume · Velocity · Variety",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "AI",
"emoji": "🤖",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Data&word2=Algorithm&word3=Compute",
"desc": "Data · Algorithm · Compute",
"tag": "A-Level",
"isExternal": false
},
{
"title": "Privacy",
"emoji": "👁️",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Privacy&word2=Security&word3=Convenience",
"desc": "Privacy · Security · Convenience",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Accessibility",
"emoji": "♿",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Usability&word2=Accessibility&word3=Inclusion",
"desc": "Usability · Accessibility · Inclusion",
"tag": "iGCSE / A-Level",
"isExternal": false
},
{
"title": "Sustainability",
"emoji": "🌱",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Environmental&word2=Social&word3=Economic",
"desc": "Environmental · Social · Economic",
"tag": "iGCSE / A-Level",
"isExternal": false
},
{
"title": "Cybercrime",
"emoji": "🦹",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Phishing&word2=Malware&word3=Hacking",
"desc": "Phishing · Malware · Hacking",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Open Source",
"emoji": "🤝",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Community&word2=Transparency&word3=Freedom",
"desc": "Community · Transparency · Freedom",
"tag": "A-Level",
"isExternal": false
},
{
"title": "Digital Divide",
"emoji": "🌍",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Access&word2=Skills&word3=Motivation",
"desc": "Access · Skills · Motivation",
"tag": "iGCSE / A-Level",
"isExternal": false
},
{
"title": "Algorithms",
"emoji": "🧮",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Speed&word2=Accuracy&word3=Memory",
"desc": "Speed · Accuracy · Memory",
"tag": "A-Level",
"isExternal": false
},
{
"title": "Networking",
"emoji": "📡",
"url": "https://jamesabela.github.io/jsfun/triangle.html?word1=Bandwidth&word2=Latency&word3=Reliability",
"desc": "Bandwidth · Latency · Reliability",
"tag": "iGCSE",
"isExternal": false
}
]
},
{
"category": "Link Two Sides — CS Quizzes",
"icon": "🔗",
"tools": [
{
"title": "Programming Constructs",
"emoji": "🔁",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=QSBsb29wIHRoYXQgcmVwZWF0cyBhIHNldCBvZiBpbnN0cnVjdGlvbnMgYSBrbm93biBudW1iZXIgb2YgdGltZXMuCkEgY29uZGl0aW9uIHRoYXQgY2hlY2tzIGlmIGEgc3RhdGVtZW50IGlzIHRydWUgb3IgZmFsc2UuCkEgbG9vcCB0aGF0IGNvbnRpbnVlcyB1bnRpbCBhIGNlcnRhaW4gY29uZGl0aW9uIGlzIG1ldC4KQSBjb21tYW5kIHRoYXQgYWxsb3dzIGEgcHJvZ3JhbSB0byBza2lwIGluc3RydWN0aW9ucyBpZiBhIGNvbmRpdGlvbiBpcyBmYWxzZS4=&right=Rm9yIGxvb3AKSWYgc3RhdGVtZW50CldoaWxlIGxvb3AKRWxzZSBzdGF0ZW1lbnQ=",
"desc": "Match: For loop, If statement, While loop, Else statement to their definitions.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Logic Gates",
"emoji": "⚡",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=T3V0cHV0cyB0cnVlIG9ubHkgd2hlbiBib3RoIGlucHV0cyBhcmUgdHJ1ZS4KT3V0cHV0cyB0cnVlIHdoZW4gZWl0aGVyIGlucHV0IGlzIHRydWUuCk91dHB1dHMgdHJ1ZSB3aGVuIG5laXRoZXIgaW5wdXQgaXMgdHJ1ZS4KT3V0cHV0cyB0cnVlIG9ubHkgd2hlbiB0aGUgaW5wdXRzIGFyZSBkaWZmZXJlbnQu&right=QU5EIGdhdGUKT1IgZ2F0ZQpOT1IgZ2F0ZQpYT1IgZ2F0ZQ==",
"desc": "Match AND, OR, NOR, XOR gates to their truth-table descriptions.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Data Storage",
"emoji": "💾",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=Vm9sYXRpbGUgbWVtb3J5IHRoYXQgc3RvcmVzIGRhdGEgdGVtcG9yYXJpbHkuCk5vbi12b2xhdGlsZSBzdG9yYWdlIGRldmljZSB0aGF0IHN0b3JlcyBkYXRhIHBlcm1hbmVudGx5LgpBIHBvcnRhYmxlIHN0b3JhZ2UgZGV2aWNlIHRoYXQgY2FuIGJlIGNvbm5lY3RlZCB2aWEgVVNCLgpEYXRhIHN0b3JhZ2UgbWVkaXVtIHRoYXQgdXNlcyBsYXNlcnMgdG8gcmVhZCBhbmQgd3JpdGUgZGF0YS4=&right=UkFNCkhhcmQgRGlzayBEcml2ZQpVU0IgRmxhc2ggRHJpdmUKT3B0aWNhbCBEaXNj",
"desc": "Match RAM, Hard Disk, USB Flash Drive, Optical Disc to their descriptions.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Networking Concepts",
"emoji": "🌐",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=QSB1bmlxdWUgaWRlbnRpZmllciBhc3NpZ25lZCB0byBkZXZpY2VzIG9uIGEgbmV0d29yay4KVGhlIHN0YW5kYXJkIGNvbW11bmljYXRpb24gcHJvdG9jb2wgb2YgdGhlIGludGVybmV0LgpBIGRldmljZSB0aGF0IGZvcndhcmRzIGRhdGEgcGFja2V0cyBiZXR3ZWVuIG5ldHdvcmtzLgpBIGNvbXB1dGVyIHRoYXQgcHJvdmlkZXMgc2VydmljZXMgdG8gb3RoZXIgY29tcHV0ZXJzIG92ZXIgYSBuZXR3b3JrLg==&right=SVAgQWRkcmVzcwpUQ1AvSVAKUm91dGVyClNlcnZlcg==",
"desc": "Match IP Address, TCP/IP, Router, Server to their descriptions.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Algorithm Basics",
"emoji": "📊",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=QSBzdGVwLWJ5LXN0ZXAgcHJvY2VkdXJlIGZvciBzb2x2aW5nIGEgcHJvYmxlbS4KQSBzdHJ1Y3R1cmUgdXNlZCB0byByZXByZXNlbnQgYSBkZWNpc2lvbi1tYWtpbmcgcHJvY2Vzcy4KQW4gb3JkZXJlZCBsaXN0IG9mIGVsZW1lbnRzLgpBIGJyYW5jaGluZyBwb2ludCBpbiBhIHByb2dyYW0gd2hlcmUgbXVsdGlwbGUgb3B0aW9ucyBhcmUgcG9zc2libGUu&right=QWxnb3JpdGhtCkZsb3djaGFydApBcnJheQpEZWNpc2lvbg==",
"desc": "Match Algorithm, Flowchart, Array, Decision to their descriptions.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Pseudocode Statements",
"emoji": "📝",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=QSBzdGF0ZW1lbnQgdG8gY291bnQuCkEgc3RhdGVtZW50IHRvIHRvdGFsLgpBIHN0YXRlbWVudCB0byBzdGFydCBhIHByZS1jb25kaXRpb24gbG9vcC4KQSBzdGF0ZW1lbnQgdG8gc3RhcnQgYSBwb3N0LWNvbmRpdGlvbiBsb29wLg==&right=Rk9SIENvdW50IOKGkCAxIFRPIDEwClZhbHVlIOKGkCBWYWx1ZSArIE5ld1ZhbHVlCldISUxFIFZhbHVlID4gMTAgRE8KUkVQRUFU",
"desc": "Match FOR, totalling, WHILE, REPEAT to their pseudocode descriptions.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Programming Concepts",
"emoji": "🔧",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=TGlicmFyeSByb3V0aW5lClN0cnVjdHVyZSBkaWFncmFtClByb2NlZHVyZQpGdW5jdGlvbg==&right=QSBzdGFuZGFyZCBzdWJyb3V0aW5lIHRoYXQgaXMgYXZhaWxhYmxlIGZvciBpbW1lZGlhdGUgdXNlLgpBbiBvdmVydmlldyBvZiBhIHByb2dyYW0gb3Igc3Vicm91dGluZS4KQSBzdWJyb3V0aW5lIHRoYXQgbWF5IG5vdCByZXR1cm4gYSB2YWx1ZS4KQSBzdWJyb3V0aW5lIHRoYXQgY2FuIGJlIHVzZWQgaW4gYW4gYXNzaWdubWVudCBzdGF0ZW1lbnQu",
"desc": "Match Library routine, Structure diagram, Procedure, Function to their definitions.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Program Development Life Cycle",
"emoji": "🔄",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=RGV2ZWxvcCBhbiBhbGdvcml0aG0gdG8gc29sdmUgdGhlIHByb2JsZW0gYnkgdXNpbmcgc3RydWN0dXJlIGRpYWdyYW1zLCBmbG93Y2hhcnRzLCBvciBwc2V1ZG9jb2RlCkRldGVjdCBhbmQgZml4IHRoZSBlcnJvcnMgaW4gdGhlIHByb2dyYW0KSWRlbnRpZnkgdGhlIHByb2JsZW0gYW5kIGl0cyByZXF1aXJlbWVudHMKV3JpdGUgYW5kIGltcGxlbWVudCB0aGUgaW5zdHJ1Y3Rpb25zIHRvIHNvbHZlIHRoZSBwcm9ibGVt&right=RGVzaWduClRlc3RpbmcKQW5hbHlzaXMKQ29kaW5n",
"desc": "Match Design, Testing, Analysis, Coding to their PDLC stage descriptions.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Pseudocode Keywords",
"emoji": "⌨️",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=U3RvcmVzIGRhdGEgaW4gYSBmaWxlClJldHJpZXZlcyBkYXRhIGZyb20gYSBmaWxlCkRpc3BsYXlzIGRhdGEgb24gYSBzY3JlZW4KRW50ZXJzIGRhdGEgZnJvbSBhIGtleWJvYXJk&right=V1JJVEUKUkVBRApPVVRQVVQKSU5QVVQ=",
"desc": "Match WRITE, READ, OUTPUT, INPUT to their pseudocode actions.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Data Types",
"emoji": "🔢",
"url": "https://jamesabela.github.io/jsfun/linksides.html?left=QSB3aG9sZSBudW1iZXIKQSBzaW5nbGUgbGV0dGVyCkEgd29yZCBvciBwaHJhc2UKQSBudW1iZXIgd2l0aCB0d28gZGVjaW1hbCBwbGFjZXM=&right=SU5URUdFUgpDSEFSClNUUklORwpSRUFM",
"desc": "Match INTEGER, CHAR, STRING, REAL to their definitions.",
"tag": "iGCSE",
"isExternal": false
}
]
},
{
"category": "Scratch Projects",
"icon": "🐱",
"tools": [
{
"title": "Cipher Wheel",
"emoji": "🔐",
"url": "https://scratch.mit.edu/projects/427196904/",
"desc": "Interactive Caesar cipher / substitution cipher wheel in Scratch.",
"tag": "KS3",
"isExternal": true
},
{
"title": "Von Neumann Architecture",
"emoji": "🖥️",
"url": "https://scratch.mit.edu/projects/621571362/",
"desc": "Visual model of the Von Neumann computer architecture.",
"tag": "iGCSE",
"isExternal": true
},
{
"title": "Right Hand Rule",
"emoji": "🔄",
"url": "https://scratch.mit.edu/projects/287065173/",
"desc": "Maze-solving using the right-hand rule algorithm.",
"tag": "KS3 / iGCSE",
"isExternal": true
}
]
},
{
"category": "Challenges",
"icon": "🧗",
"tools": [
{
"title": "Python Challenges",
"emoji": "🏆",
"url": "challenge_list.html",
"desc": "A collection of 90+ interactive Python programming challenges with progress tracking, achievement badges, and certificate generation.",
"tag": "KS3 / iGCSE / A-Level",
"isExternal": false
},
{
"title": "KS3 Python Practice",
"emoji": "🐍",
"url": "https://mrdavekang.github.io/y8-python/python-practice-ks3.html",
"desc": "An interactive Python course designed for Year 8 students. Covers fundamentals like variables, input, and selection. By Dave Kang.",
"tag": "KS3",
"isExternal": true
},
{
"title": "Towers of Hanoi",
"emoji": "🗼",
"url": "https://hanoitowers.my.canva.site/",
"desc": "Classic recursive problem in an interactive visual format. By Sethi De Clercq.",
"tag": "All ages",
"isExternal": true
},
{
"title": "Find the Cell",
"emoji": "📊",
"url": "https://jamesabela.github.io/jsfun/cells.html",
"desc": "Spreadsheet cell reference game — surprisingly addictive! Builds data literacy skills.",
"tag": "KS3",
"isExternal": false
},
{
"title": "Linked List Puzzle",
"emoji": "🧠",
"url": "https://jamesabela.github.io/jsfun/linkedlist.html",
"desc": "Master memory addresses and pointers by correctly linking nodes in a chain. Visualise RAM and traversal.",
"tag": "iGCSE / A-Level",
"isExternal": false
},
{
"title": "Gandalf AI Challenge",
"emoji": "🧙♂️",
"url": "https://gandalf.lakera.ai/baseline",
"desc": "Learn about AI safety and prompt injection by trying to trick the AI into revealing its secret password across levels of increasing difficulty.",
"tag": "iGCSE / A-Level",
"isExternal": true
}
]
},
{
"category": "Penalty Shootouts — iGCSE",
"icon": "⚽",
"tools": [
{
"title": "Data Representation",
"emoji": "🔢",
"url": "https://jamesabela.github.io/reading/penalties.html?set=editor/samples/igcse-computing-data-representation.json",
"desc": "Penalty shootout game covering binary, hex, compression and data types.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Data Transmission",
"emoji": "📡",
"url": "https://jamesabela.github.io/reading/penalties.html?set=editor/samples/igcse-computing-data-transmission.json",
"desc": "Penalty shootout game covering networking, packets and error detection.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Hardware",
"emoji": "🖥️",
"url": "https://jamesabela.github.io/reading/penalties.html?set=editor/samples/igcse-computing-hardware.json",
"desc": "Penalty shootout game covering CPU, memory and storage devices.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Software",
"emoji": "💾",
"url": "https://jamesabela.github.io/reading/penalties.html?set=editor/samples/igcse-computing-software.json",
"desc": "Penalty shootout game covering operating systems and utility software.",
"tag": "iGCSE",
"isExternal": false
},
{
"title": "Internet & Its Uses",
"emoji": "🌐",
"url": "https://jamesabela.github.io/reading/penalties.html?set=editor/samples/igcse-computing-internet.json",
"desc": "Penalty shootout game covering the web, digital currency and cyber security.",
"tag": "iGCSE",
"isExternal": false
}
]
},
{
"category": "Educational Video Channels",
"icon": "🎥",
"tools": [
{
"title": "Branch Education",
"emoji": "📺",
"url": "https://www.youtube.com/@BranchEducation",
"desc": "Stunning 3D animations explaining computer hardware, CPU architectures, transistors, fiber optics, and networking in deep technical detail.",
"tag": "iGCSE / A-Level",
"isExternal": true
}
]
}
]