Correct option is C
The correct answer is (c) 40.
· A nibble consists of 4 bits.
Therefore, 10 nibbles would be equal to:10×4=40 bits
Information Booster:
· 1 nibble = 4 bits, which is half of a byte (1 byte = 8 bits).
· Nibbles are often used in digital electronics and computer science to represent small units of binary data.
· The term "nibble" is commonly used when dealing with hexadecimal representations, as each hexadecimal digit corresponds to 4 bits or 1 nibble.
· Understanding conversions like this is fundamental in computing for data representation and memory allocation.