Question
Worksheet 2 1. What is the equation and truth table for the following circuit: A B C D E F 2. This gate is equivalent
Worksheet 2
1. What is the equation and truth table for the following circuit:
A | B | C | D | E | F |
2. This gate is equivalent to which option below
3. Given the memory dump below what value is stored at address 0x0300
4. If I have a 16 bit register containing 0xE5C3 and I perform a logical AND with 0x3941 what is the result?
5. If I have a CPU running at 1 KHZ how many cycles are in one second?
A.) 1024 B.) 1,000,000 C.) 1
D.) 1024 * 1024 E.) 1000
6. If I have a 10 bits of address space what is the highest positive value I can represent?
A.) 1000 B.) 1024 C.) 10
D.) 100
E.) 1023
7. If I have 0xA352 in a 16 bit register and I store that register at memory location 0x0400 what does the byte at address 0x0400 hold on a little endian system? A.) A3 B.) 3A
C.) 52
D.) 25
E.) 35
8. If I have 0xA352 in a 16 bit register and I store that register at memory location 0x0400 what does the byte at address 0x0400 hold on a big endian system? A.) A3 B.) 3A
C.) 52
D.) 25
E.) 35
9. What is the result of performing an XOR on these two 16 bit values: 0xB4C1 and 0xA86F
10. What is the result of performing an OR on these two 16 bit values: 0x4268 and 0x1539
11. Simplify (A+B)
12. Simplify (AB)
13. Simplify the following ((A+B)+(B+C))
14. If I have a 16 bit register and I want to set bits 3,4,7,8,9 what operation and mask should I use?
15. If I have a 16 bit register and I want to clear (set to zero) bits 10,11,12,15 what operation and mask should I use?
16. If I have an 8 bit register with 0x4A in it what is in the register after performing a right shift two bits?
17. If I have an 8 bit register with 0xF2 in it what is in the register after a 1 bit left shift?
18. If an eight bit register has 0x86 in it, what is in the register after a rotate right of 4 bits?
19. What is the complement (inversion, logical NOT) of the 16 bit value 0x5D31?
20. If I have a 32 bit register with 0xF861C5E3 in it and I XOR it with itself, what is left in the register?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started