Answer:
1. 105
2. 11000000
Explanation:
1.
01101001 binary to decimal
1 × 2^0 + 1 × 2^3 + 1 × 2^5 + 1 × 2^6 = 1 + 8 + 32 + 64 = 105
2. 192 decimal to binary
192 = 128 + 64 = 2^7 + 2^6
11000000
9.4m questions
12.2m answers