Discuss the below:
Q: Convert decimal number representation to different forms
If possible, convert the decimal number 39
a. to 7-bit signed-magnitude form.
b. to 7-bit 2's-complement form.
c. to BCD form.
d. to ASCII form. (For this part, consider "39" to be a string.)
If any of these conversions is not possible, clearly explain why this is the case.