I have a question as I'm always learning more.
Couldn't any number be thought of as an array of bits? Not technically an array but a declared byte value has eight bits. Couldn't a person check to see if an individual bit is set or not and even perform logical operations?
It's sort of an array with the index being based on powers of two.