Solution: Divide every bit of the dividend (starting from the high bit), keep the quotient obtained by each calculation, and operate the remainder+the next bit. After the digits of the dividend are operated in this order, the obtained quotients are combined in order, and the remainder is the result of the last operation.
Problem solving process:
Step 1: 6÷6= 1
Step 2: 7÷6= 1 and 1.
Step 3: 13÷6=2 and 1.
According to the above calculation results, the combined quotient is 1 12, and the remainder is 1.
Checking calculation:112× 6 =1= 673.
If you have any questions, please ask if you are satisfied, and please adopt them.