Computer Science, asked by singhprince00691, 3 months ago

A group of.......bits is called byte

Answers

Answered by roshinireddyr999
0

Answer:

Each 1 or 0 in a binary number is called a bit. From there, a group of 4 bits is called a nibble, and 8-bits makes a byte. Bytes are a pretty common buzzword when working in binary. Processors are all built to work with a set length of bits, which is usually this length is a multiple of a byte: 8, 16, 32, 64, etc.

Explanation:

Similar questions