Chat with our AI personalities
(27)decimal = (1 1 0 1 1)binary
1 1 1 0 1 1
A computer's binary code is made up of 0 and 1
Normally 1 - 1 = 0 the binary number for 1 is 1 the binary number for 2 is 10 the binary number for 3 is 11 3 - 2 = 1 The binary form of that equation is 11 - 10 = 1 The binary inverse operation would be 1 + 10 = 11 The rest is binary math 11 + 10 = 101 10 + 10 = 100 101 - 1 = 100 100 - 1 = 11 11 - 1 = 10 10 - 1 = 1 1 - 1 = 0 Therefore according to the pattern being displayed, the binary code for zero is 0.
Computers read binary code. Binary code is made up of 1's and 0's. Programming sometimes uses Binary Code, sometimes not. That's what they have in common.