Question: Given an 8-bit binary string, (eg. 10101010) convert it to decimal (base 10). Use Python bit operations.
Given an 8-bit binary string, (eg. "10101010") convert it to decimal (base 10). Use Python bit operations.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
