Question

In: Computer Science

1.The binary bit pattern 10011. Please give the number for this pattern represent in each of...

1.The binary bit pattern 10011. Please give the number for this pattern represent in each of the following: ones complement integer, twos complement integer, unsigned integer, sign-magnitude integer, and fixed point factional number. (Please note that there will be two bits to the left of the binary points and three bits to the right)

Solutions

Expert Solution

Integer or Number representation in the computer system:

We can use three-way to represent a number in the computer system or binary system:

  1. Signed Magnitude Representation
  2. One's complement Representation
  3. Two's complement Representation

In the computer system for a positive number, all representation has the same format but negative number representation is different.

By default, a negative number is stored in 2's complement form in the computer system.

a) Signed magnitude Representation

In Signed Magnitude Representation, the first bit is used as a sign bit and all other bits are used to store the data.

b) One's complement Representation

In one's complement representation, a positive number is stored as it is but a negative number is stored in one's complement form.

c) Two's complement Representation

In two's complement representation, a positive number is stored as it is but a negative number is stored in two's complement form.

The given binary number is:  10011

The number in ones complement integer is = -12

The number in ones complement integer is = -13

The value of the unsigned integer is = 19

The value in sign-magnitude integer is = -3

The value in the fixed-point fractional number is = 2.3


Related Solutions

the speed of light in centimeters is 2.99 x 10^10. Give the bit pattern to represent...
the speed of light in centimeters is 2.99 x 10^10. Give the bit pattern to represent this number as a double-precision floating point value according to the IEEE standard. (Hint: You might want to convert it first to a binary number and then wangle it into floating point)
A four-bit binary number is represented as A3A2A1A0, where A3, A2, A1, and A0 represent the...
A four-bit binary number is represented as A3A2A1A0, where A3, A2, A1, and A0 represent the individual bits and A0 is equal to the LSB. Design a logic circuit that will produce a HIGH output whenever the binary number is greater than 0010 and less than 1000. how can I do this by using sum of product, not K map
c) Using the 32-bit binary representation for floating point numbers, represent the number 1011100110011 as a...
c) Using the 32-bit binary representation for floating point numbers, represent the number 1011100110011 as a 32 bit floating point number. i) A digital camera processes the images images in the real-world and stores them in binary form. Using the principles of digital signal processing, practically explain how this phenomenon occurs.
Represent -60 in binary using 8-bit signed magnitude. Add the following unsigned 8 bit binary numbers...
Represent -60 in binary using 8-bit signed magnitude. Add the following unsigned 8 bit binary numbers as shown. 01110101 + 00111011 Add the following unsigned 8 bit binary numbers as shown. 01000100 + 10111011
1. Add the following binary number in 8-bit. Rewrite each problem in decimal notation to check...
1. Add the following binary number in 8-bit. Rewrite each problem in decimal notation to check you work. 10110101112 + 011001002 2. Find the binary equivalent the following decimal numbers. 0.25 3. Find the decimal equivalent for the following binary numbers. 1110102/100000002 4. Find the decimal equivalent for the following binary numbers. 0.00102 5. Give the multiplying factor associated with each of the following metric prefixes. Deci- 6. Find the binary equivalent the following decimal numbers. 0.6875 7. Exactly how...
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent 8912 in 16-bit binary format and then convert it to Hexadecimal form.
represent 8912 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
represent -100 in 16-bit binary format and then convert it to Hexadecimal form.
Please show all work: Represent the number (+46.5) as a 32 bit floating-point number using the...
Please show all work: Represent the number (+46.5) as a 32 bit floating-point number using the IEEE standard 754 format. N.B. The attached ‘Appendix’ section may prove useful in the conversion process.             0 1000 0111 0100 0100 0000 0000 0000 000 0 1011 0100 0111 0100 0000 0000 0000 000 0 1100 0110 0101 0100 0000 0000 0000 000 0 1000 0100 0111 0100 0000 0000 0000 000 0 1010 0100 0111 0100 0000 0000 0000 000
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT