Answer: Step 1: Convert 01 to binary* 01 in decimal is just 1.* In binary, 1 is also 1. (So nothing changes.)Step 2: Binary division exampleLet's divide 1 (binary) by 1 (binary):1 ÷ 1 = 1(in binary, it’s the same as in decimal)If we divide 1 (binary) by 10 (binary) (which is 2 in decimal):```1 ÷ 10 = 0.1 (binary) ```This is 0.5 in decimal.