What is the common property of DECIMAL, OCTAL, BINARY and HEXADECIMAL number systems???
C++ Computer science
Answers
Answered by
16
hi dude
The common property of the decimal, octal, binary and hexadecimal number system is that all of these can be converted to binary numbers.
All these numbers(hexadecimal, octal) are composed of numbers of binaries too.
Thus, they can be easily represented by a binary number system. Octals are base 8 numbers.
to be honest this ans is not mine one of the brinly users!!
hope it helps!!!
RagaviRagavendra:
yes...it does...tysm❤
Answered by
27
The common Property of Binary, Octal, Decimal and Hexadecimal No. sytem is that all are with Base-2, Base-8, Base-10 and Base-16 Respectively.
The for any position in the Number for a number system is equal to of that Number system.
Clearly, it is observed that each bit in the number is multiplied by the corresponding bit factor. The Sum of these values is equal to the of the considered No. of any Number system.
Similar questions