Question 1124180
How would you convert the binary number 11001011 when written in base ten?
----
I would first change to Hexadecimal.
1100 1011 = CB in Hex
---
--> 12*16 + 11
= 203