101 Computing https://www.101computing.net Boost Your Programming Skills! Wed, 20 Nov 2024 12:53:09 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/101-1-100x100.png 101 Computing https://www.101computing.net 32 32 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.

]]>
Irrational Numbers – Python Challenge https://www.101computing.net/irrational-numbers-python-challenge/ Thu, 24 Oct 2024 14:36:56 +0000 https://www.101computing.net/?p=20835 An irrational number is a real number that cannot be expressed as a ratio of integers, in other words you cannot write an irrational number as a fraction p/q where p and q are both integer values. Two of the

The post Irrational Numbers – Python Challenge first appeared on 101 Computing.

]]>
Storage Units – Bigger or Smaller Quiz https://www.101computing.net/storage-units-bigger-or-smaller-quiz/ Tue, 22 Oct 2024 11:04:48 +0000 https://www.101computing.net/?p=20817 In this challenge we are going to create a quiz using Python to test the end-user’s understanding of storage units used to describe the capacity of a storage device. Our quiz will consist of 10 “Bigger or Smaller” questions as

The post Storage Units – Bigger or Smaller Quiz first appeared on 101 Computing.

]]>
Endurance Shipwreck Search Expedition https://www.101computing.net/endurance-shipwreck-search-expedition/ Thu, 17 Oct 2024 20:48:22 +0000 https://www.101computing.net/?p=20779 The story of the Endurance shipwreck is one of the most remarkable survival tales in the history of exploration, highlighting the endurance and courage of Ernest Shackleton and his crew during their expedition in the early 20th century. In 1914,

The post Endurance Shipwreck Search Expedition first appeared on 101 Computing.

]]>
Storage Devices Python Challenge https://www.101computing.net/storage-devices-python-challenge/ Mon, 07 Oct 2024 20:58:11 +0000 https://www.101computing.net/?p=20744 The aim of this challenge is to create an “Odd One Out” quiz on storage devices using Python. But let’s first revisit the main technologies used by storage devices in a computer system. We can categorise all the storage devices

The post Storage Devices Python Challenge first appeared on 101 Computing.

]]>
Mountains Elevation Quiz https://www.101computing.net/mountains-elevation-quiz/ Mon, 07 Oct 2024 14:05:48 +0000 https://www.101computing.net/?p=20730 For this quiz we will use a data set of 10 of the most iconic mountains in the world. (Not that these are not necessary to top 10 highest mountains in the world). Here is our data set, displayed as

The post Mountains Elevation Quiz first appeared on 101 Computing.

]]>