101 Computing https://www.101computing.net Boost Your Programming Skills! Fri, 19 Dec 2025 10:00:57 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png 101 Computing https://www.101computing.net 32 32 Cookie Quizzer – GCSE Revision Quiz! https://www.101computing.net/cookie-quizzer-gcse-revision/ Fri, 19 Dec 2025 09:43:31 +0000 https://www.101computing.net/?p=21973 Struggling to stay motivated while revising for your GCSE Computer Science exams? Meet Cookie Quizzer—the addictive, interactive quiz designed to make revision not just effective, but also fun and addictive! How It Works Cookie Quizzer is more than just a

The post Cookie Quizzer – GCSE Revision Quiz! first appeared on 101 Computing.

]]>
System Software Quiz (GCSE Level) https://www.101computing.net/system-software-quiz-gcse-level/ Wed, 10 Dec 2025 19:32:28 +0000 https://www.101computing.net/?p=21967 Whether you’re preparing for your OCR GCSE Computer Science exam or just curious about how your computer works behind the scenes, understanding system software is essential. From the role of the operating system to the importance of utility programs, these

The post System Software Quiz (GCSE Level) first appeared on 101 Computing.

]]>
Data Representation Quiz (GCSE Level) https://www.101computing.net/data-representation-quiz-gcse-level/ Sat, 06 Dec 2025 11:03:26 +0000 https://www.101computing.net/?p=21961 Do you have a secure subject knowledge on the key concepts of Data Representation in OCR GCSE Computer Science? Then it’s time to put your understanding to the test! This quiz covers everything from binary and text encoding to image

The post Data Representation Quiz (GCSE Level) first appeared on 101 Computing.

]]>
Memory and Storage Quiz (GCSE Level) https://www.101computing.net/memory-and-storage-quiz-gcse-level/ Thu, 04 Dec 2025 17:09:55 +0000 https://www.101computing.net/?p=21947 Memory and storage are the backbone of any computer system, but do you know the difference between RAM and ROM, or how SSDs outperform HDDs? If you are studying for your GCSE Computer Science exams, this quiz is the perfect

The post Memory and Storage Quiz (GCSE Level) first appeared on 101 Computing.

]]>
System Architecture Quiz (GCSE Level) https://www.101computing.net/system-architecture-quiz-gcse-level/ Thu, 04 Dec 2025 17:01:44 +0000 https://www.101computing.net/?p=21944 Are you preparing for your GCSE Computer Science exams and want to put your understanding of System Architecture to the test? This quiz is designed to help you reinforce key concepts from the OCR GCSE Computer Science spec. Challenge yourself

The post System Architecture Quiz (GCSE Level) first appeared on 101 Computing.

]]>
Metronome App (Python Challenge) https://www.101computing.net/metronome-app-python-challenge/ Sun, 30 Nov 2025 16:05:32 +0000 https://www.101computing.net/?p=21936 With this Python challenge, we will create a metronome app to help musicians keep the right tempo when practising their favourite tunes. By the end of this project, we will have a program that takes user input for the BPM

The post Metronome App (Python Challenge) first appeared on 101 Computing.

]]>
The Skyscraper Smart Lift Algorithm https://www.101computing.net/the-skyscraper-smart-lift-algorithm/ Thu, 20 Nov 2025 20:25:16 +0000 https://www.101computing.net/?p=21931 Imagine you are the lead developer for a cutting-edge, luxurious hotel housed in a 101-floor skyscraper. The hotel’s main lift needs a smart algorithm to efficiently transport guests to their rooms. Each floor has seven rooms, and the numbering starts

The post The Skyscraper Smart Lift Algorithm first appeared on 101 Computing.

]]>
Kaprekar’s Constant – Python Challenge https://www.101computing.net/kaprekars-constant-python-challenge/ Tue, 04 Nov 2025 16:37:32 +0000 https://www.101computing.net/?p=21917 In this challenge, we’re going to explore a fascinating mathematical curiosity known as Kaprekar’s Constant, and then write a Python program to demonstrate how it works. Kaprekar’s constant, number 6174 has an odd particularity: If you rearrange its four digits

The post Kaprekar’s Constant – Python Challenge first appeared on 101 Computing.

]]>
The Recamán’s Sequence (Recursive Algorithm) https://www.101computing.net/the-recamans-sequence-recursive-algorithm/ Wed, 22 Oct 2025 14:19:08 +0000 https://www.101computing.net/?p=21912 The Recamán’s Sequence is a well-known recursive sequence used in Mathematics and Computer Science. It can easily be implemented using a recursive function. Recamán’s sequence a0, a1, a2, … is defined as: The first terms of the sequence are: 0,

The post The Recamán’s Sequence (Recursive Algorithm) first appeared on 101 Computing.

]]>
Flood-Fill Algorithm https://www.101computing.net/flood-fill-algorithm/ Wed, 15 Oct 2025 11:58:15 +0000 https://www.101computing.net/?p=21907 The aim of this challenge is to demonstrate the use of a recursive algorithm used in most Graphic Editing Software when you use the fill tool to quickly and automatically fill a selected area with a solid colour. To demonstrate

The post Flood-Fill Algorithm first appeared on 101 Computing.

]]>