The most basic computing is fascinating. Can you read this? 00110011 00000001 00000010

The most basic computing is fascinating. Can you read this? 

00110001 00000000 00000000
00110001 00000001 00000001
00110011 00000001 00000010

The most basic computing is fascinating. Can you read this? 

It says …

1. Store (00110001) the number 0 (00000000) in memory location 0 (00000000)

2. Store (00110001) the number 1 (00000001) in memory location 1 (00000001)

3. Copy (00110011) the value stored in memory location 1 (00000001) to memory location 2 (00000010).

Check out more at http://eloquentjavascript.net/print.html