Answer:
True
Step-by-step explanation:
Binary representation uses only 0 or 1 to represent True = 1, or False = 0. When sequenced with other binary digits, they can form numbers in base 2.
Ex: 0000 equals the number 0
0001 equals the number 1
0010 equals the number 2
0011 equals the number 3