How so? Does that mean our use of a base 10 system is far more complex than binary? Why do programmers and computer engineers use base 8 or 16 (aka "octal" or "hexadecimal") rather than binary?
First off, you are missing the ENTIRE point, but here is "why" anyways:
For a few reasons...
*for representation purposes
*much more intuitive for humans, address computer memory
*hex and octal are powers of 2, while decimal base 10 is not (2^1 = 2, 2^2 = 4, 2^3 =
8, 2^4 =
16) - no base 10 here
*they map well into bytes well (1 byte = 8 bits, half a byte = 4 bits or one "nibble") since for 4 bits binary you have 16 possible combination (0-15 which can be "mapped" to a base 16 representation)
*thus, to represent a binary number: 1011 1111 base 2 its B (B = 1011 = 11, F = 1111 = 15) in hex or base 16
*2 hex digits = 8 binary digits long
*pointers for example are variables used store memory addresses that are 32-bit (or 4 bytes in length) which is very long
*binary 11111111111111111111111111111111 is 4294967295 in decimal, but in hexadecimal its only FFFFFFFF or (0xFFFFFFFFF for the correct representation).
*in BCD (binary coded decimal), you have 1111 1110 1010 0000, they can be added easily using 4-bit sequences etc... they are simply much more intuitive to use.
*You can do the relation for octal (base 8 -) if you like
That makes as much sense as the post somebody made that "disproved" evolution because there was no "three-legged species" between humans and their ancestors. The DNA base pairs (Guanine and Cytosine, Adenine and Thymine) only bind with their "partner" (G with C, A with T). A "binary" system could conceivably have existed at some time using just one base pair (eg G and C, perhaps) and then have incorporated the other base pair at some time later on. Or if all four existed in the abiogenetic "soup", "revA" could very well have been a base4 system. Note that this is really a "where did life come from" issue, not evolution.
No, it could not have. You see representing numbers is one thing, but computers WORK by using a base 2 system, NOT an Octal base 8 nor an Hexadecimal base 16 nor anything else, only 1's and 0's. Those 1's and 0's represent electrical signals flowing through silicon chips (TTL/CMOS chips) in tiny little devices called logic gates, these logic gates (AND, NOT, NOR, XOR, OR XNOR (ie: exclusively not OR)) build up much more complex logic circuitry such as latches, flip-flops such as JK, counters, all the way up to registers in CPU caches. Fetch, decode and execute instructions passed from dynamic to static memory at the CPU (cache), executed in ALU's (FPU's etc..) and passed back to memory or wherever else (ie: back to the screen). To add here, the CPU's internal clock processes data at some clock rate (measured in hertz (1 clock tick), mhz, ghz), while processing it looks at binary signals not octal, not hexadecimal, these are merely representations used at higher layer of abstraction.
If we are to use a completely different scheme, such as 1 = 5 volts, 0 = -5, 2 = 10 volts, 3 = -10 volts, we'd need to literally start from scratch, from point A, re-engineer ALL of computing, new starting representations and MUCH MUCH MUCH more complex build up of components (logic circuitry, magnetic disk drives etc...). Quite the problem indeed.
Just ask Claude Shannon about the advantage of Binary base 2 system. He will tell you it's unambiguous (little to no room for mistakes), can be copied flawlessly from one storage medium to another, easier to build more complex circuitry etc...
Finally, since there is a direct relationship between a base system, complexity and function, evolution is as much part of the problem.
Anyone at least in information sciences can easily see how this is a big problem for the blind chance hypothesis.
(btw, I should have mentioned that DNA is digital and not analog or continuous in nature since it uses discrete values to give meaning to function)
"Is it possible that God is not just an Engineer, but also a divine Artist who creates at times solely for His enjoyment? Maybe the Creator really does like beetles." RTB