Dictionary - 101 Computing https://www.101computing.net Boost Your Programming Skills! Thu, 15 Jan 2026 16:53:22 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png Dictionary - 101 Computing https://www.101computing.net 32 32 Dice Score Frequency Analysis https://www.101computing.net/dice-score-frequency-analysis/ Wed, 20 Oct 2021 22:37:33 +0000 https://www.101computing.net/?p=12799 In this challenge we will use a Python algorithm to perform a frequency analysis of the score obtained when throwing a set of two dice. Frequency analysis using 1 dice Let’s consider a single 6-sided dice. When using single dice,

The post Dice Score Frequency Analysis first appeared on 101 Computing.

]]>
Wind Speed Conversions and the Beaufort Scale https://www.101computing.net/wind-force/ Wed, 26 May 2021 08:52:18 +0000 https://www.101computing.net/?p=12616 Before going to sea, any sailor should check the marine weather forecast to check on different aspects of the weather including the direction and strength of the wind (wind speed). The wind speed can be measured using different units such

The post Wind Speed Conversions and the Beaufort Scale first appeared on 101 Computing.

]]>
Chemical Elements Quiz https://www.101computing.net/chemical-elements-quiz/ Tue, 19 Mar 2019 17:42:42 +0000 https://www.101computing.net/?p=8568 The aim of this challenge is to create a quiz based on the list of chemical elements of the periodic table based on the following requirements: The quiz will include 10 questions. Each question will display the name of an

The post Chemical Elements Quiz first appeared on 101 Computing.

]]>
Airport Code Lookup Check https://www.101computing.net/airport-code-lookup-check/ Fri, 15 Mar 2019 15:17:34 +0000 https://www.101computing.net/?p=8558 In this challenge we will implement a small Python program to: Ask the user to enter a 3-letter airport code (e.g. LHR) for one of the top 20 busiest airports in the world. Output the full name of the airport

The post Airport Code Lookup Check first appeared on 101 Computing.

]]>
Layer Cake using Python Turtle https://www.101computing.net/layer-cake/ Sun, 29 Oct 2017 20:57:23 +0000 http://www.101computing.net/?p=5247 In this challenge we will use Python Turtle to create and draw a layer cake. The code provided at the bottom of this blog post is using a few computing concepts such as: A list to store the parameters of

The post Layer Cake using Python Turtle first appeared on 101 Computing.

]]>