Convert packed BCD 38 into binary equivalent
Answers
it is rightdon't know
Answer:
The decimal number 38 in binary can be represented as 100110.
Explanation:
In binary, 38 equals 100110. In a binary number system, we only use the digits 0 and 1 to represent a number, as opposed to the decimal number system, which uses the digits 0 to 9. (bits). In order to express 38 in binary, we have used 6 bits. Divide 38 by 2 in step one. As the dividend for the following step, use the integer quotient that was obtained in this stage. The method should be repeated until the quotient is 0. Step 2: Reverse the chronological order and write the remaining information from bottom to top. This will result in the binary value of 38. As a result, the binary representation of the number 38 is 100110.
Hence , The decimal number 38 in binary can be represented as 100110.
#SPJ3