subroutines - 101 Computing https://www.101computing.net Boost Your Programming Skills! Thu, 17 Oct 2024 21:50:19 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png subroutines - 101 Computing https://www.101computing.net 32 32 Brunel’s Engineering Algorithms https://www.101computing.net/brunels-engineering-algorithms/ Tue, 22 Feb 2022 22:54:46 +0000 https://www.101computing.net/?p=13657 Isambard Kingdom Brunel (1806-1859) was an English civil engineer who is considered one of the greatest figures of the Industrial Revolution. Brunel achieved many engineering firsts thanks to his hard-work, his engineering knowledge, his innovative mind and his renowned problem

The post Brunel’s Engineering Algorithms first appeared on 101 Computing.

]]>
Circle Geometry Functions https://www.101computing.net/circle-geometry-functions/ Thu, 06 May 2021 16:36:01 +0000 https://www.101computing.net/?p=12551 In this challenge we will create a library of functions to apply the different formulas based on the geometry of circles. For each function, you will need to design the algorithm using either Pseudo-code or a flowchart, implement the function

The post Circle Geometry Functions first appeared on 101 Computing.

]]>
File Size Calculations https://www.101computing.net/file-size-calculations/ Wed, 24 Feb 2021 08:30:23 +0000 https://www.101computing.net/?p=12143 Digital data consists of binary information and is stored as a collection of 0’s and 1’s. On a computer system, numbers, text, pictures, sound files, video clips and computer programs are all stored using binary code. Storing text files in

The post File Size Calculations first appeared on 101 Computing.

]]>
Python Typing Text Effect https://www.101computing.net/python-typing-text-effect/ Tue, 27 Oct 2020 11:55:31 +0000 https://www.101computing.net/?p=11348 In this blog post we will revisit two of the key python functions: print() and input() in order to improve the user experience of our Python programs. As you know, the print() function in Python is used to output a

The post Python Typing Text Effect 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.

]]>
Triangle Geometry Functions https://www.101computing.net/triangle-geometry-functions/ Sun, 08 Mar 2020 21:05:53 +0000 https://www.101computing.net/?p=10526 In this challenge we will create a library of functions to apply the different formulas based on the geometry of triangles. For each function, you will need to design the algorithm using either Pseudo-code or a flowchart, implement the function

The post Triangle Geometry Functions 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.

]]>