 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Ratika's computer teacher asked her to convert the Binary number to Decimal number suggest her themethod which she should apply in converting the Binary number. | 
| Answer» Answer: Divide the starting NUMBER by 2. If it divides evenly, the BINARY digit is 0. If it does not - if there is a REMAINDER - the binary digit is 1.read from bottom to top To check that this is right, convert the binary back to denary | |