Procedure - 101 Computing https://www.101computing.net Boost Your Programming Skills! Fri, 28 Feb 2025 09:27:01 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png Procedure - 101 Computing https://www.101computing.net 32 32 Standard Form Conversion Algorithm https://www.101computing.net/standard-form-conversion-algorithm/ Tue, 20 Oct 2020 16:56:07 +0000 https://www.101computing.net/?p=11258 Standard form (a.k.a. standard index form), is a system of writing numbers which is particularly useful when using either very large or very small numbers. It is based on using powers of 10 to express how big or small a

The post Standard Form Conversion Algorithm first appeared on 101 Computing.

]]>
Radians to Degrees Conversions https://www.101computing.net/radians-to-degrees-conversions/ Sat, 18 Apr 2020 12:05:28 +0000 https://www.101computing.net/?p=10873 The radian is a unit of measure for angles used mainly in trigonometry. It is used as an alternative to degrees. Whereas, in degrees a full circle is 360 degrees, in radians a full circle is 2π radians: It is

The post Radians to Degrees Conversions first appeared on 101 Computing.

]]>
Happy New Year Animation https://www.101computing.net/happy-new-year-animation/ Fri, 21 Sep 2018 18:48:50 +0000 http://www.101computing.net/?p=7240 In this challenge we will use Python code to create a text-based (ASCII) animation to be used as a final countdown before the new year! Our countdown timer will be based on a for loop to count down from 5

The post Happy New Year Animation first appeared on 101 Computing.

]]>
Water Polo Challenge https://www.101computing.net/water-polo-challenge/ Mon, 22 May 2017 20:38:00 +0000 http://www.101computing.net/?p=4646 In this challenge you are going to use Python code to score a goal in a game of Water Polo. To do so you will use the code given below. You will pass the ball from one player to another

The post Water Polo Challenge first appeared on 101 Computing.

]]>
Football Formation https://www.101computing.net/football-formation/ Thu, 18 May 2017 21:48:11 +0000 http://www.101computing.net/?p=4604 The purpose of this challenge is to understand how subroutines (functions/procedures) are used in Python to create sections of code that can be called/reused many times within a program. Subroutines mean that a section of code can be identified using

The post Football Formation first appeared on 101 Computing.

]]>
Cinema Booking Challenge https://www.101computing.net/cinema-booking-challenge/ Fri, 14 Apr 2017 19:59:59 +0000 http://www.101computing.net/?p=4396 A cinema has created a booking system for their main theatre which consists of 48 seats, organised in 6 rows of 8 seats. To store information as to whether a seat is booked or available, the program uses a 2-dimensional

The post Cinema Booking Challenge first appeared on 101 Computing.

]]>
Professor Snape’s Magic Potions https://www.101computing.net/professor-snape-s-magic-potions/ Sat, 18 Mar 2017 18:16:35 +0000 http://www.101computing.net/?p=4218 In this challenge we will use file handling techniques to read through and access the content of different text files. We have saved three recipes for the following three magic potions using one text file per recipe: Invisibility Potion: A

The post Professor Snape’s Magic Potions first appeared on 101 Computing.

]]>
Haunted House https://www.101computing.net/haunted-house/ Tue, 24 Nov 2015 21:58:19 +0000 http://www.101computing.net/?p=2499 You are going to write a Python game where the user walks within the different rooms of a haunted house. In each room, something will happen. You will decide what happens when the user enters a room. You can use

The post Haunted House first appeared on 101 Computing.

]]>
Avatar Generator https://www.101computing.net/avatar-generator/ Mon, 27 Jul 2015 12:17:49 +0000 http://www.101computing.net/?p=1929 In this challenge we will use Python Turtle to create avatars. (An avatar is an icon representing a particular person in a computer game, Internet forum, etc.) Try the code below. This code is using a few computing concepts such

The post Avatar Generator first appeared on 101 Computing.

]]>
All Stars Football Team https://www.101computing.net/all-stars/ Tue, 10 Mar 2015 15:05:19 +0000 http://www.101computing.net/?p=1611 In this challenge we are looking at how a list can be used to store all the players’ names of a football team. Using a set of functions we then manipulate this list to: Find a value in a list

The post All Stars Football Team first appeared on 101 Computing.

]]>