When using the repeated division by 2 method of converting from decimal to binary, one must write the first remainder as the:
MSB, provided the following sequence of remainders are written in descending order until the final remainder is achieved.
LSB
LSB, provided the final remainder is used to replace the original LSB, which is then moved to the MSB position.
MSB
(D) MSB
Explanation: