Hardware Reference
In-Depth Information
13. Construct the multiplication tables for radix 3 numbers.
14. Multiply 0111 and 0011 in binary.
15. Write a program that takes in a signed decimal number as an ASCII string and prints
out its representation in two's complement in binary, octal, and hexadecimal.
16. Write a program that takes in two 32-character ASCII strings containing 0s and 1s,
each representing a two's complement 32-bit binary number. The program should
print their sum as a 32-character ASCII string of 0s and 1s.
Search WWH ::




Custom Search