SSC
COMPUTER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Byte
|
|
Bit
|
|
Nibble
|
|
Bobble
|
Detailed explanation-1: -What is a bit (binary digit)? A bit (binary digit) is the smallest unit of data that a computer can process and store. A bit is always in one of two physical states, similar to an on/off light switch. The state is represented by a single binary value, usually a 0 or 1.
Detailed explanation-2: -A single binary digit is called a “Bit”.
Detailed explanation-3: -A binary digit, or bit, is the smallest unit of information in a computer. It is used for storing information and has a value of true/false, or on/off. An individual bit has a value of either 0 or 1, which is generally used to store data and implement instructions in groups of bytes.
Detailed explanation-4: -BCD-Binary Coded Decimal uses 4 bits per digit, the same as Hexadecimal.