Answer:
Therefore, the correct answer is b) binary.
Explanation:
the binary numbering system, all numeric values are written as sequences of 0s and 1s. The binary system is a base-2 numbering system, which means it only uses two digits: 0 and 1. Each digit in a binary number represents a power of 2. For example, in the binary number 1010, the rightmost digit represents 2^0, the next digit represents 2^1, the next digit represents 2^2, and so on. Binary numbers are commonly used in computer systems to represent and manipulate data. Each binary digit, or bit, can represent two possible states: 0 or 1. By combining multiple bits, binary numbers can represent larger values.