Concept:A nibble is a unit of digital data made up of 4 bits, which is half of a byte.Explanation:A single bit can be either 0 or 1.A nibble is formed by grouping 4 bits together.So, 1 nibble=4 bits.With 4 bits, a nibble can represent 24=16 different values.Answer:4 bitsOption B.