Computer Science - Computer Architecture - Binary number system - Counting with Fingers - Binary Style
Interactive hand diagram with 5 fingers. Each finger is a binary digit (up=1, down=0). Thumb=1, index=2, middle=4, ring=8, pinky=16. Student clicks fingers up/down. Display shows: binary representation (01101), decimal value (13), calculation (0×16 + 1×8 + 1×4 + 0×2 + 1×1 = 13). Challenge: 'Show 21