A Level Concepts - 101 Computing https://www.101computing.net Boost Your Programming Skills! Wed, 14 Jan 2026 12:08:33 +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 Computer Science Legislation (UK) – Take the Quiz https://www.101computing.net/computer-science-legislation-uk-take-the-quiz/ Wed, 14 Jan 2026 11:53:20 +0000 https://www.101computing.net/?p=22015 When people use computers, phones and the internet, they create and share huge amounts of data and digital content. To protect people and organisations, the UK has several important laws that control how technology can be used. In this activity,

The post Computer Science Legislation (UK) – Take the Quiz first appeared on 101 Computing.

]]>
The Environmental Impacts of Computer Science Quiz https://www.101computing.net/the-environmental-impacts-of-computer-science-quiz/ Sun, 04 Jan 2026 13:55:03 +0000 https://www.101computing.net/?p=21997 Computer science is a driving force behind modern life, shaping how we communicate, work, and entertain ourselves. However, the rapid growth of technology also has significant environmental consequences. This article explores the environmental challenges posed by technology, the positive changes

The post The Environmental Impacts of Computer Science Quiz first appeared on 101 Computing.

]]>
Computer Networks and Protocols Quiz (GCSE Level) https://www.101computing.net/computer-networks-and-protocols-quiz-gcse-level/ Fri, 02 Jan 2026 15:46:39 +0000 https://www.101computing.net/?p=21986 In today’s digital age, computer networks form the backbone of how we communicate, work, and access information. This blog post will break down the key concepts you need to master, from the structure of the internet to the protocols that

The post Computer Networks and Protocols Quiz (GCSE Level) first appeared on 101 Computing.

]]>
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.

]]>