Computer Science, asked by mahima1516, 11 months ago

A nibble is a group of .....bits
(1)2
(2)4
(3)8
(4)16

Answers

Answered by khushi769
2

Hey maTe!!

the correct option is 2)

Answered by smartbrainz
3

The nibble is the group of 4 bits.

Explanation:

One nibble is typically equal to four bits. This is also technically termed as a half-byte. In the C programming language, a common way to express numbers is by using hexadecimal notation.

This hexadecimal notation uses a base of sixteen. Then divide a byte into two groups which consist of four bits each. Thus, every group is named as a nibble.

Similar questions