The 0 and 1 in the binary numbering system are called binary digits or _____

bytes
kilobytes
decimal bytes
bits E. nibbles

The correct answer is: bits.

A bit is the smallest unit of information in computing and digital communications. It is a binary digit, the amount of information that can be stored in a single binary cell (a “bit”) is either a 0 or a 1.

A byte is a group of 8 bits. A kilobyte is 1024 bytes. A decimal byte is a byte that uses the decimal number system, which is a base-10 number system. A nibble is a group of 4 bits.

I hope this helps! Let me know if you have any other questions.