Computer Science, asked by RockyRakshith, 12 hours ago

Convert 56(8) to all other number systems.​

Answers

Answered by itzsilentkiller234
0

Answer:

Explanation:

Look up each octal digit to obtain the equivalent group of three binary digits. You can use the table below to make these conversions.

Octal to Binary Conversion Table

Oct: 0 1 2 3 4 5 6 7

Bin: 000 001 010 011 100 101 110 111

(5)8 = (101)2

(6)8 = (110)2

Step 2: Group each value of step 1 to make a binary number.

101 110

(56)8 = (101110)2

Step 3: Now convert the binary number from step 2 to hexa by grouping all the digits of the binary in sets of four starting from the LSB (far right).

0010 1110

Note: add zeros to the left of the last digit if there aren't enough digits to make a set of four.

Step 4: Convert each group of four to the corresponding hexadecimal (use the table below),

0010=2, 1110=E.

So, the octal 56 is equivalent to 2E in hexadecimal.

To convert from binary to hexadecimal use the following table:

Bin: 0000 0001 0010 0011 0100 0101 0110 0111

Hexa: 0 1 2 3 4 5 6 7

Bin: 1000 1001 1010 1011 1100 1101 1110 1111

Hexa: 8 9 A B C D E F

Answered by ITZURADITYAKING
3

Explanation:

A universal indicator is a pH indicator made of a solution of several compounds that exhibits several smooth colour changes over a wide range of pH values to indicate the acidity or alkalinity of the solution. They are used to indicate the acidity and alkalinity of the solution by colour change

Similar questions