Find closest multiple of $16$ to $97$. We see that $6 \times 16 = 96$ is the nearest. Now subtract $96$ from $97$ to get reminder $1$. Add $6$ to quotient.
Find closest multiple of $16$ to $132$. We see that $8 \times 16 = 128$ is the nearest. Now subtract $128$ from $132$ to get reminder $4$. Add $8$ to quotient.
Since $4$ is less than $16$, stop the division. The reminder is $4$. The topmost line $0608$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $608$.