Saved Bookmarks
| 1. |
Convert the following binary number into decimal 110010 please explain this question |
|
Answer» Answer: Step-by-step explanation: 110010 = (1 × 2⁵) + (1 × 2⁴) + (0 × 2³) + (0 × 2²) + (1 × 2¹) + (0 × 2⁰) = 50 |
|