For this challenge we are investigating how barcodes are produced. Though there are different standards to produce barcodes, they all follow a similar approach based on binary code! Did you know? On a barcode the pattern made using black and…
The purpose of this blog post is to highlight the differnce between two types of algorithms: Iterative and Recursive algorithms. The challenge we will focus on is to define a function that returns the result of 1+2+3+4+….+n where n is…
To improve the readability and design of your web pages you may want to organise your text into multiple columns. See the Pen CSS Columns by 101 Computing (@101Computing) on CodePen. Your Challenge Change the above code to split the…
Google Self-Driving car is controlled by computer algorithms. In our previous post we looked at how to create a self-parking robot using Lego NXT and Enchanting software. For this challenge all we will need is a pen and some paper,…