What is a bit?
the information produced in one PandA observation
What is PandA?
Presence and Absence
How do we determine the number of possible patterns from a number of bits in sequence?
You solve for 2 to the power of n bits. This will give you the number of possible patterns.
What is the binary number system?
It is the the way that computers represent information, using 0 and 1. Or representing numbers in base 2
What does the hexadecimal system use?
Base 16 [0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F]