Explanation:
We can verify our result by converting the binary numbers to respective decimal numbers and then dividing the dividend by the divisor to get the result.
Here, (110101.11)2 = (53.75)10, (101)2 = (5)10 and (1010.11)2 = (10.75)10. When we will divide 53.75 by 5, we will get the result as 10.75, which we are getting by doing division of binary numbers. Hence our solution is correct.