Question: 1. (10pts) Convert following number from binary to hexadecimal 1010 0010 0101 0111 2. (10pts) Convert the following number from hexadecimal to decimal (make sure
1. (10pts) Convert following number from binary to hexadecimal 1010 0010 0101 0111
2. (10pts) Convert the following number from hexadecimal to decimal (make sure to show how you calculated the answer) C1A
3. (10pts) Convert the following number from decimal to hexadecimal 74
4. (10pts) Convert the following number from decimal to binary 53
3. (10 pts) What is the difference between a linker and a compiler?
4.(20 pts) For the following section show the values in the registers EAX and EBX after each of the commands.
Assume that the values in both registers are 0 and show all numbers in hexadecimal.
MOV eax, 0A0h
MOV lb, 10h
ADD eax, ebx
SUB ebx, 040h
MOV la, lb
5. (10 pts) Give an example when of how main memory is used?
6. (10 pts) What kind of RAM is used in main memory and why?
7. (10 pts) What is difference between an L1 Cache and L2 Cache? What are the caches used for?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
