InterviewSolution
Saved Bookmarks
| 1. |
Convert the following binary number into decimal number (1110)2=( )10 |
|
Answer» Answer: STEP by step solution 8 + 4 + 2 + 0 = 14. So, 14 is the DECIMAL EQUIVALENT of the binary number 1110. |
|