101 Computing https://www.101computing.net Boost Your Programming Skills! Wed, 18 Dec 2024 22:18:36 +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 101 Computing Dashboard https://www.101computing.net/101-computing-dashboard/ Wed, 18 Dec 2024 22:18:36 +0000 https://www.101computing.net/?p=21138 Are you looking for some inspiration for your next coding challenge? Do you need a selection of programmning projects for your coding club? Or maybe you would like to revise a computer science topic for your GCSE or A Level

The post 101 Computing Dashboard first appeared on 101 Computing.

]]>
The Egg Farmer’s Puzzle https://www.101computing.net/the-egg-farmer-puzzle/ Wed, 18 Dec 2024 10:44:35 +0000 https://www.101computing.net/?p=21118 An egg farmer is picking up eggs every morning to sell on the local market. Every day, they are picking around 100 to 150 eggs and put these eggs into egg cartons of 12 eggs. So for instance, if on

The post The Egg Farmer’s Puzzle first appeared on 101 Computing.

]]>
Name the Country: Python Challenge https://www.101computing.net/name-the-country-python-challenge/ Sat, 07 Dec 2024 11:18:49 +0000 https://www.101computing.net/?p=21087 In this challenge, you will use your Python skills to create a quiz where the player has to guess the name of a country when they can only see the first letter of that country. When a player gives an

The post Name the Country: Python Challenge first appeared on 101 Computing.

]]>
Periodic Table of Elements – JSON Challenge https://www.101computing.net/periodic-table-of-elements-json-challenge/ Fri, 29 Nov 2024 11:43:38 +0000 https://www.101computing.net/?p=21046 The periodic table is a chart that organises all known chemical elements based on their atomic number, electron configurations, and recurring chemical properties. It serves as a fundamental tool in chemistry, physics, and other sciences, helping scientists understand the relationships

The post Periodic Table of Elements – JSON Challenge first appeared on 101 Computing.

]]>
Computer Software Card Game https://www.101computing.net/computer-software-card-game/ Thu, 21 Nov 2024 15:40:47 +0000 https://www.101computing.net/?p=21032 There are a wide range of software that can be used on a computer system and these can be grouped in three main categories: Operating System: The Operating System (OS) is the foundational software that manages a computer’s hardware and

The post Computer Software Card Game first appeared on 101 Computing.

]]>
For Loops Challenges https://www.101computing.net/for-loops-challenges/ Tue, 19 Nov 2024 14:57:55 +0000 https://www.101computing.net/?p=20981 For this set of challenges, we are going to teach our AI:Bot some basic maths skills such as how to count in 5 from 0 to 500 or how to count down from 100 to 0. We are also going

The post For Loops Challenges first appeared on 101 Computing.

]]>
The Programming Skills Survey https://www.101computing.net/the-programming-skills-survey/ Mon, 18 Nov 2024 21:45:21 +0000 https://www.101computing.net/?p=20951 You have been tasked with creating a Python program that generates a survey about programming preferences and skills. Your program will have to: Ask the user a series of questions about their programming experience. Validate the user’s input for each

The post The Programming Skills Survey 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.

]]>
Spider Web Challenge https://www.101computing.net/spider-web-challenge/ Fri, 25 Oct 2024 11:46:51 +0000 https://www.101computing.net/?p=20848 For this challenge our aim was to use Python Turtle to draw a spider web on the screen. Our code will first will the screen in black (Colour code #000000) and create a Python Turtle called spider, with a light

The post Spider Web Challenge first appeared on 101 Computing.

]]>