Conversions

In this, we will learn about the conversions. First two conversions viz. Binary to Decimal and Decimal to Binary are explained in detail and remaining two conversions viz. Decimal to Hexadecimal and Hexadecimal to Decimal are almost same as first two but with small difference. In all the conversions, we will take one number and convert in to another. Binary to DecimalBinary number is represented with 0 and 1. Binary Number: 0110 0011 Rightmost bit of binary number is LSB i.e. Least Significant bit and leftmost bit is MSB (Most…