top of page
Search
Miss S
Jul 29, 20213 min read
The Bits and Bobs that make up our CPU
A guide to the hardware components that make up the CPU and the roles they have in CPU operations.
17 views0 comments
Miss S
Jul 26, 20213 min read
Which List is Which?
This post addresses the list data structure, both those created using arrays, and linked lists.
91 views0 comments
Miss S
Jul 25, 20211 min read
Records
A brief introduction to the record data structure.
10 views0 comments
Mr R
May 26, 20213 min read
There is a Right and a Wrong Way to Java
Coding conventions such as getters/setters, private and public variables and the use of the this keyword.
13 views0 comments
Miss S
May 25, 20214 min read
Which one to choose? Types of Operating System
Descriptions for the different types of operating system required for the OCR A-Level curriculum.
13 views0 comments
Miss S
May 24, 20213 min read
An Introduction to Operating Systems
An introduction to operating systems and the interfaces that they use
10 views0 comments
Mr R
May 22, 20214 min read
Classes of Classy Classes
A breakdown of the main categories of object-oriented classes, their usages and best practices.
80 views0 comments
Miss S
May 21, 20216 min read
An Introduction to Access Forms
Microsoft Access is a popular database platform, used to provide an introduction to databases. As part of the Microsoft Office package,...
66 views0 comments
Miss S
May 18, 20213 min read
An Introduction to Object Oriented Programming
A brief introduction of Object-Oriented programming, focussing on classes, methods and objects.
34 views0 comments
Miss S
Apr 11, 20213 min read
Malicious Software
Malicious software is a method of performing a cybersecurity attack, and uses software that has malicious (meaning bad) intentions to...
21 views0 comments
Miss S
Apr 11, 20213 min read
Social Engineering
Social engineering is a term that covers many hacking methods, and is a term often seen in the Cybersecurity landscape. In social...
60 views0 comments
Miss S
Mar 2, 20211 min read
Commenting in Python
Commenting is used in programming to show what sections of the code do. They are shown in different ways, in different programming...
42 views0 comments
Miss S
Mar 2, 20213 min read
Error Checking with Pseudocode and Python
This post covers two of the common error types in Python that you may encounter during your studies. It also covers common errors made...
2,443 views0 comments
Miss S
Feb 20, 20212 min read
Arrays
An array is a set of elements of the same data type. This means that it could be a set of integers, chars, strings or even floats. Arrays...
16 views0 comments
bottom of page