"No one is as deaf as the man who will not listen."
- (Proverb)
|
C Programming - Bitwise Operators - Discussion
|
| 1. |
In which numbering system can the binary number 1011011111000101 be easily converted to? |
| [A]. |
Decimal system | [B]. |
| Hexadecimal system |
|
| | [C]. |
Octal system | [D]. |
No need to convert |
Answer: Option B
Explanation:
Hexadecimal system is better, because each 4-digit binary represents one Hexadecimal digit.
|
|
Vinod said:
(Fri, Jun 4, 2010 09:54:37 PM)
|
|
| |
| how to hexadecimal system better then decimal system |
|
|
|