Microcomputer Systems:Converting Hexadecimal Numbers into Binary and Converting Hexadecimal Numbers into Decimal

Converting Hexadecimal Numbers into Binary

To convert a hexadecimal number into binary, write the 4-bit binary equivalent of each hexadecimal digit.

Microcomputer Systems-0011

Converting Hexadecimal Numbers into Decimal

To convert a hexadecimal number into decimal, calculate the sum of the powers of 16 of the number.

Microcomputer Systems-0012

Microcomputer Systems-0013

Leave a comment

Your email address will not be published. Required fields are marked *