Why do you use decimal number instead of binary number?

1 answer

Answer

1093301

2026-08-05 11:46

+ Follow

The octal and hexedecimal numbering system allows you to specify the contents of an object with fewer characters, making it easier to read and write the values. An example is 0001001000110100 is 123416 or 110648. It is also 466010 but that requires a non-trivial conversion, something you can not easily do by sight.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.