Answer:
To convert binary to decimal, calculate the sum of (2^n) * (bit value) for each bit position. In this case, it's (2^7 * 1) + (2^6 * 0) + (2^5 * 1) + (2^4 * 0) + (2^3 * 1) + (2^2 * 0) + (2^1 * 1) + (2^0 * 1) = 197.
To convert binary to decimal, calculate the sum of (2^n) * (bit value) for each bit position. In this case, it's (2^7 * 1) + (2^6 * 0) + (2^5 * 1) + (2^4 * 0) + (2^3 * 1) + (2^2 * 0) + (2^1 * 1) + (2^0 * 1) = 197.
You may be interested in:
Computer Basics MCQs