Quiz 1 / 1749983b 1. What areas of knowledge are included in the practice of System-on-Chip design? 2. What is the difference between architecture and microarchitecture? 3. Below is a MIPS program represented in hexadecimal. Show its binary representation. 24090059 2409ffb7 01296821 25a90036 00100100 00001001 00000000 01011001 00100100 00001001 11111111 10110111 00000001 00101001 01101000 00100001 00100101 10101001 00000000 00110110 001001 00000 01001 0000000001011001 001001 00000 01001 1111111110110111 000000 01001 01001 01101 00000 100001 001001 01101 01001 0000000000110110 4. Decode it into MIPS assembly language. addiu $9, $0, 89 addiu $9, $0, -73 addu $13, $9, $9 addiu $9, $13, 54 addiu t1, zero, 89 addiu t1, zero, -73 addu t5, t1, t1 addiu t1, t5, 54 5. What is the result (register values) of this calculation t1 = 89 00000059 t1 = 70 00000046 t5 = 16 00000010