In binary this would be written as 1011. This is because in binary (from right to left) the digits in this number mean: (1 * 20) + (1 * 21) + (0 * 22) + (1 * 23). This, of course, is equal to (1 * 1)...
No. eg 0.1 is non terminating in binary and so would only ever be an approximation, just like 0.3, 0.33, 0.3333333 are all approximations of 1/3 (which is non terminating when represented as a...
All numbers can be represented in a binary number system. Binary is the base 2 number system, meaning that there 2 possible values per place: 0 and 1. A decimal system allows for 10: 0, 1, 2, 3, 4,...