Which of the following is not representing a nibble?

Which of the following is not representing a nibble? Correct Answer x<= STD_LOGIC_VECTOR (0 TO 4)

A nibble is a group of 4 bits. In case of option x<= “0101”, it is clear that x is a group of 4 bits. Similarly in x<= STD_LOGIC_VECTOR(3 DOWNTO 0) and x<= BIT_VECTOR (1 TO 4), we have four bits. But, in option x<= STD_LOGIC_VECTOR (0 TO 4), we have 5 bits from 0 to 4. Therefore, option x<= STD_LOGIC_VECTOR (0 TO 4) is not a nibble.

Related Questions

Which of the following is known as a nibble?