Bitmap Graphics and Colour Depth An explanation of bitmap graphics and the meaning of the term colour depth.
Binary To Decimal 7-Segment LED Display Project How to build a single digit 7 segment LED display for the 3-bit binary adder circuit we constructed previously to convert the binary output into a decimal number.
Binary Coded Decimal (BCD) An explanation of Binary Coded Decimal (BCD) as an alternative to floating point binary.
How to Build a 3-bit Adder Circuit from Logic Gates A practical guide to building a circuit to add two 3-bit numbers using 7400 series logic gates using full adders and half adders.
Compilers and Interpreters What is the difference between compiled and interpreted code and what are the benefits of each approach?