Question: This program #1, you are required to develope a program that takes a numeric input (0 to 63) and converts it to binary. You will
This program #1, you are required to develope a program that takes a numeric input (0 to 63) and converts it to binary. You will use the LMC (Little Man Computer) for this program. The LMC is a decimal only machine and outputs 3 digits (000 - 999). Since 2^6 is 64 combinations, 2 numbers will be output. For example a 24 is entered, first digit out is 011 and second is 000. Another, 33 input yeilds a 100 001.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
