Binary numbers : 2진수
1. Decimal(10진수) vs Binary(2진수) We use the decimal number system, or simply put, we have 10 digits like 0,1,2,3,4,5,6,7,8,9. look at a number : 4251 So when we read this number, we just look at each digit starting from the last and multiply each digit by its corresponding power of 10. In the binary number system, we do exactly the same, except the base is 2, not 10. For example, 1011. 2. Binary ..