Q. A BIT represents a
β
Correct Answer: (D)
Binary digit
Explanation:
A BIT (binary digit) is the smallest unit of data in a computer and can have a value of either 0 or 1, which corresponds to the binary number system.
- (A) Hexadecimal digit represents values from 0 to 15 (0β9 and AβF).
- (B) Octal digit represents values from 0 to 7.
- (C) Decimal digit represents values from 0 to 9.
Explanation by: Mr. Dubey
A BIT (binary digit) is the smallest unit of data in a computer and can have a value of either 0 or 1, which corresponds to the binary number system.
- (A) Hexadecimal digit represents values from 0 to 15 (0β9 and AβF).
- (B) Octal digit represents values from 0 to 7.
- (C) Decimal digit represents values from 0 to 9.