Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello! Would someone be able to help out with this homework assignment? ANY PARTS HELP, DOES NOT HAVE TO BE EVERYTHING- thank you!!! 1. For

Hello! Would someone be able to help out with this homework assignment? ANY PARTS HELP, DOES NOT HAVE TO BE EVERYTHING- thank you!!!

image text in transcribedimage text in transcribed

1. For each row of the following table, convert the given 8-bit signed integers to each of the other two bases. Assume the 2's complement number system is used unless otherwise stated. You need to show the conversion procedure 1010 11102 87 16 -115 (Note: Here hexadecimal number is just a compact representation of binary number, do not use the negative sign on the hex numbers) 2. Consider the following 16-bit integer value is expressed in hexadecimal notation, answer the questions and show the conversion procedure D88216 I. If it is an signed integer, what is the decimal number? If it is an unsigned integer, what is the decimal number? II. 3. You are given the following two 8-bit binary numbers in the two's complement number system: X: 01110011 Y: 10010100 I. What values do these numbers represent in decimal? Y: II. Perform the following arithmetic operations on X and Y using addition only. Indicate if there is overflow in performing any of these above operations. Explain how you determined whether or not overflow occurred. (Note: Be sure to restrict the solutions to 8-bits) A. X+Y B. X-Y C. Y-X 4. In 2's complement number system, can we use a 16-bit binary number to represent the signed decimal number 40230? Explain your answer. 5. Convert the following floating point decimal value to its corresponding binary value. Do not consider address width and do not exceed 5 binary places to the right of the binary point. 375.457 6. Compute the following product the way the CPU would compute it (as shown in class). These values must first be converted to 8-bit unsigned binary values. 15 x 5 What is the signed and unsigned range of a 24 bit value. (express the answer in decimal values, not 2X) 7. Signed: Unsigned

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions