What is the truth table for a circuit that takes in inputs A and B and outputs the result of A < B? (4 points)
Draw a circuit made of logic gates that performs the operation in Q1. (4 points)
Perform long multiplication in binary on the problem 11 x 23. (4 points)
Perform long division in binary on the problem 34/3. Give the integer result and the remainder in binary. (4 points)
Convert the following numbers to hexadecimal: (8 points)
7
11
34
617
For the following questions, use the memory table below and assume that a word size is 32-bit and the system is little endian. The address for each line of one word-width is on the left for reference. (6 points)
NOTE: This table is the same as the table on slide 14 of lecture 4. Feel free to use that if the formatting is easier to read.