A Level Concepts - 101 Computing https://www.101computing.net Boost Your Programming Skills! Sun, 29 Jun 2025 12:13:16 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png A Level Concepts - 101 Computing https://www.101computing.net 32 32 CPU Design using Logic Gates https://www.101computing.net/cpu-design-using-logic-gates/ Sun, 29 Jun 2025 08:45:17 +0000 https://www.101computing.net/?p=21785 Let’s embark on an exciting journey to dissect and understand a small, fully functional CPU made entirely of logic gates. This design serves as a proof of concept, illustrating how the main components of a CPU work together to execute

The post CPU Design using Logic Gates first appeared on 101 Computing.

]]>
Designing a 4-Byte RAM Circuit using Logic Gates https://www.101computing.net/designing-a-4-byte-ram-circuit-using-logic-gates/ Thu, 19 Jun 2025 15:52:13 +0000 https://www.101computing.net/?p=21778 In the world of digital electronics, memory storage is a fundamental concept that underpins the functionality of computers and other digital systems. At the heart of these systems are logic gates and circuits that work together to store and retrieve

The post Designing a 4-Byte RAM Circuit using Logic Gates first appeared on 101 Computing.

]]>
The Uses and Characteristics of Graphics Processing Units (GPUs) https://www.101computing.net/the-uses-and-characteristics-of-graphics-processing-units-gpus/ Thu, 05 Jun 2025 09:17:55 +0000 https://www.101computing.net/?p=21726 A Graphics Processing Unit (GPU) is a specialised electronic circuit designed to rapidly manipulate and alter memory to perform complex calculations on large data sets and/or to accelerate the creation of images in a frame buffer intended for output to

The post The Uses and Characteristics of Graphics Processing Units (GPUs) first appeared on 101 Computing.

]]>
Software Development Methodologies https://www.101computing.net/software-development-methodologies/ Wed, 04 Jun 2025 14:24:52 +0000 https://www.101computing.net/?p=21718 Software development methodologies are structured approaches to the process of creating software. They provide a framework that guides business analysts, system designers, software developers, system testers and project managers through the various stages of software development, from initial concept to

The post Software Development Methodologies first appeared on 101 Computing.

]]>
Lossless Compression Algorithms using Python https://www.101computing.net/lossless-compression-algorithms-using-python/ Wed, 19 Mar 2025 10:44:42 +0000 https://www.101computing.net/?p=21581 In today’s data-driven world, efficient storage and transmission of information are more critical than ever. Lossless compression techniques play a pivotal role in achieving this efficiency by reducing data size without compromising its integrity. Unlike lossy compression, which sacrifices some

The post Lossless Compression Algorithms using Python first appeared on 101 Computing.

]]>
Scheduling Algorithms – Python Challenge https://www.101computing.net/scheduling-algorithms-python-challenge/ Tue, 28 Jan 2025 13:32:31 +0000 https://www.101computing.net/?p=21399 One of the main purpose of the Operating System is to control the hardware and more specifically the CPU. The CPU performs all the jobs/processes requested by the different applications. A scheduler is a program of the Operating System that

The post Scheduling Algorithms – Python Challenge first appeared on 101 Computing.

]]>
Parameter Passing: Take the Quiz https://www.101computing.net/parameter-passing-quiz/ Mon, 11 Nov 2024 18:25:54 +0000 https://www.101computing.net/?p=20932 When we call a function in a programming language, we often need to pass data (or parameters) to that function for it to operate on. The way these parameters are passed — either by value or by reference — plays

The post Parameter Passing: Take the Quiz first appeared on 101 Computing.

]]>
MS-DOS Emulator https://www.101computing.net/ms-dos-emulator/ Sun, 10 Nov 2024 16:19:50 +0000 https://www.101computing.net/?p=20859 MS-DOS (Microsoft Disk Operating System) is an early operating system developed by Microsoft in the early 1980s. It was widely used on IBM-compatible personal computers and is known for its command-line interface, where users type commands to perform tasks rather

The post MS-DOS Emulator first appeared on 101 Computing.

]]>
Smoothies Ingredients Data Set https://www.101computing.net/smoothies-ingredients-data-set/ Tue, 01 Oct 2024 14:01:21 +0000 https://www.101computing.net/?p=20677 For this programming challenge, we are going to practise reading and extracting data from a JSON file. We will be using a JSON file storing information about the ingredients and recipes for 20 different smoothies. JavaScript Object Notation (JSON) JavaScript

The post Smoothies Ingredients Data Set first appeared on 101 Computing.

]]>
Paris 2024 – JSON Challenge https://www.101computing.net/paris-2024-json-challenge/ Mon, 19 Aug 2024 20:45:20 +0000 https://www.101computing.net/?p=20437 The Paris 2024 Olympics provided a great opportunity for around 10,500 athletes to compete in 329 events, each event giving an opportunity for competing athletes to win one of the three medals: Gold, Silver and Bronze. All together, 206 countries

The post Paris 2024 – JSON Challenge first appeared on 101 Computing.

]]>