Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. (1 point) Why is assembly language not usually used when writing large application programs? 2. (1 point) Assume that you have three 8-bit storages
1. (1 point) Why is assembly language not usually used when writing large application programs? 2. (1 point) Assume that you have three 8-bit storages (registers) named A, B, and C to store binary numbers. Register A contains 11101011 and register B contains 10110110. Compute A+B and store the value in C register. What is the content of C register the computation? Show the computation in details with carries. 3. (2 points) Assume that you have 4-bit storage to store the numbers. Calculate the following operations using two's complement method. (assuming 4-bit register is used) -5-2+4 [Hint: Perform the computation in binary system, then convert it back to decimal] 4. (1 point) What is the binary representation of the following hexadecimal numbers? Show the conversion in details. 457898A0 5. (2 points) What is the 16-bit hexadecimal representation of the following signed decimal integer? Show all the steps of conversion in details. -39 6. (2 points) What is the decimal representation of each of the following signed binary numbers? a. (1 point) 10010101 b. (1 point) 01110111 7. (2 point) Evaluate the following Hexadecimal expression. All the numbers are hexadecimal. Show all the steps of computation and the carries. ABC + DEF - F51 8. (1 point) Is it possible to store -11 in a 4-bit storage. If your answer is YES, then show how to store -11 in 4-bit register. If your Answer is No, Explain why. 9. (1 point) What is the smallest decimal value you can represent, using a 183-bit signed integer? You can write the number in exponent form. 10. (2 points) What is the Boolean expression for P? Z X 0 0 y 0 0 P 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 1 1 1 0 0 1 1 0 1 0 0 Design a circuit that can produce output P for inputs x, y, and z as expressed in the table above
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