What are the values in a strict binary system? Choose the answer.

Question 2 options:

10s and 20s

0s and 10s

0s and 1s

1s and 5s

0s and 1s

The values in a strict binary system are 0s and 1s.

The correct answer is "0s and 1s" in a strict binary system. To understand why, let's break it down.

In a binary system, we use only two digits: 0 and 1. These digits are called "bits" and form the building blocks of binary code. Each digit represents a different value.

The value of the digit 0 in binary is 0. It has no value, so it is represented by a 0.

The value of the digit 1 in binary is 1. It represents the number 1 in the binary system.

By combining these two digits, we can represent any number in binary. For example, the binary number 1011 represents the decimal number 11 (since 1*2^3 + 0*2^2 + 1*2^1 + 1*2^0 = 8 + 0 + 2 + 1 = 11).

So, in a strict binary system, only the digits 0 and 1 are used to represent values. That's why the correct answer is "0s and 1s."