C Programming - Bitwise Operators - Discussion

Discussion Forum : Bitwise Operators - General Questions (Q.No. 1)
1.
In which numbering system can the binary number 1011011111000101 be easily converted to?
Decimal system
Hexadecimal system
Octal system
No need to convert
Answer: Option
Explanation:
Hexadecimal system is better, because each 4-digit binary represents one Hexadecimal digit.
Discussion:
18 comments Page 2 of 2.

Niziak said:   1 decade ago
Question is stereotype. Convesion to octal is more easy for human but not more common for programmers

Ganga said:   9 years ago
Binary number easily converted to decimal. But why not hexadecimal?

Sailusha said:   1 decade ago
Please tell me how to write 15 table by using bitwise operators?

Subhash said:   1 decade ago
Ya 3 digit of binary is very easy to convert to octal.

Vinod said:   2 decades ago
how to hexadecimal system better then decimal system

Chetan patil said:   10 years ago
The conversion of binary 2 hexadecimal is easy.

Monika said:   1 decade ago
Why not octal ?

Madhu said:   1 decade ago
thankyou


Post your comments here:

Your comments will be displayed after verification.