Selasa, 21 November 2023

Convert Decimal to Hexadecimal

Like binary and octal, we will also use the same calculation technique.

Example 1:

6710 = …….16 ?

    First of all 67/16 = 4, remainder 3

    Then 4/16 = 0, remainder 4,

    Thus, from the calculation results we get 6710 = 4316


Example 2:

9210 = ………………………16 ?

    First of all 92/16 = 5, remainder 12 (written C)

    Then 5/16 = 0, remainder 5,

    Thus, from the calculation results we get 9210 = 5C16

Tidak ada komentar:

Posting Komentar