Exercise: Binary to Decimal Conversion

In the tutorial Binary to Decimal Conversion, we discussed how to convert binary number to decimal number. Later, two examples (Example 1: Convert the binary number 11110110 to decimal number and Example 2: Convert the binary number 100000101 to decimal number) are discussed.

Here, we do some exercise so that we could do this conversion easily. So, let’s do the following exercises:

Note: The answers of these exercises will be provided at the lower part of this page. We recommended to do yourself and then check whether your answers are correct form the solution sheet.

Serial  Binary Decimal
[a]  11011110  
[b]  10011011  
[c]  10101110  
[d]  11000111  
[e]  01110101  
[f]  11111111  
[g]  11110000  
[h]  00011010  
[i]  00111001  
[j]  00000101  
[k]  01001111  
[l]  11100101  
[m]  01101111  
[n]  00011001  
[o]  01101011  
[p]  10010101  
[q]  01111000  
[r]  10000101  
[s]  11100000  
[t]  00100001  
[u]  11110110  
[v]  01111011  
[w]  01001000  
[x]  00000011  
[y]  11000000  
[z]  01000001  

Solution: Binary to Decimal Conversion

No comments:

Post a Comment