Multiple choice general knowledge

If eight bits are a byte, then four bits are Nibble.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A nibble is 4 bits, just as a byte is 8 bits. This is standard computing terminology for half a byte. The statement is true.

AI explanation

To answer this question, you need to understand the relationship between bits and bytes.

A bit is the basic unit of information in computing and can have two possible values: 0 or 1. A byte, on the other hand, is a unit of digital information that consists of 8 bits.

Given that information, we can conclude that if 8 bits are a byte, then 4 bits would be half of a byte. However, there is a specific term used to refer to 4 bits, and that term is "nibble."

Therefore, the statement "If eight bits are a byte, then four bits are Nibble" is true.

Option A) True - This option is correct because it accurately states that four bits are called a nibble. Option B) False - This option is incorrect because it contradicts the correct statement.

The correct answer is A) True.