You can download our Python Cheat Sheet to remind you at all times about the Python syntax.
Download our HTML Cheat Sheet and use it as a reference when working on all your HTML web projects.
The ASCII code is used to give to each symbol / key from the keyboard a unique number called ASCII code. It can be used to convert text into ASCII code and then into binary code. It can be used…
Looking for some inspiration to learn or teach Computing concepts? Fancy a new challenge? This book is targeted at both learners (from 9 to 99 years old and above) and educators (parents, teachers…) who want to find a challenging end…
When designing webpages you have to identifiy the key colours of your colour scheme. And considering that the RGB colour palette consists of 16 Million colours (16,777,216 to be exact) this can be a tricky task! Website such as www.colorpicker.com…
When creating your HTML pages you will most likely use colour codes in HTML or even better in your CSS code. Do you understand how hexadecimal colour codes work? If so you should be able to guess the colour codes…
8 of the Challenges listed in the 101 Computing Challenges book require you to use an RDBMS (Relational Database Management Software) which support the creation of multiple objects such as tables, queries, input forms and reports. One of the most…