Convert between number bases, add binary numbers, and shift bits โ with every step of working shown.
Designed with the WJEC specification in mindBinary is the language computers speak. While we count in tens (0-9), computers count in twos (0-1). This workshop shows you how to convert between different number systems and do maths the computer way!
An 8-bit unsigned register can store 0โ255. What happens when you go beyond the limits?