5. What is the 16-bit hexadecimal representation of each signed decimal integer?

a. –45 in binary is 1111111111010011 To get hexadecimal value for entire binary, Convert each 4 bits in binary to hexadecimal So, -45 in hexadecimal is FFD3 b. –208 in binary is 1111111100110000 To get hexadecimal value for entire binary, Convert each 4 bits in binary to hexadecimal So, –208 in hexadecimal is FF30 c. +2796 in binary is 0000101011101100 To get hexadecimal value for entire binary, Convert each 4 bits in binary to hexadecimal So, +2796 in hexadecimal is 0AEC

5. What is the 16-bit hexadecimal representation of each signed decimal integer? –45 –208 +2796
3) Convert following decimal to 8-bit signed numbers in hexadecimal, use two’s-complement for signed integer 127d, -20d, -128d, -1d 4) Convert the 16-bit signed numbers to the decimal C0A3h, 3AECh, 0101 1001 0111b, 1011 0101 1001 0111b please solve the problems step by step. It would be of great help.
(b) Convert -41 (written in decimal representation) into its signed integer 8-bit representation using the two's complement method. That is find the two's complement of -41, when the number of overall bits used are 8.
1.Convert the following decimal and binary numbers into signed integer 32-bit representation (2’s complement for negative numbers). -99
<§3.2> What is 5ED4 - 07A4 when these values represent signed 16- bit hexadecimal numbers stored in sign-magnitude format? The result should be written in hexadecimal. Show your work.
Assume 6-bit signed numbers. What is the 2’s complement representation for the following decimal numbers (or indicate that the number cannot be represented as 6-bit signed type): -34 -20 15 -1
3. What is the hexadecimal representation of each of the following binary numbers in signed 2’s complement? 0010 0101 0100 0011 0001 1011 0010 0100 1111 0110 1101 1001
Question 3: Represent the following numbers in the memory using 32-bit floating-point representation, then in Hexadecimal. 1. (-1313.3125) 2.(0.00011011) Question 4:_Represent the following data in the memory (show your work): 1.93 // Integer : Two bytes 2.-156 //Integer: Two bytes using Two's complement Question 5: Find the real number (in decimal) which is represented in the memory using 32-bit floating-point representation as follows, please show your steps follows: JOJO AOL
ints) The following questions pertain to machine numbers (a) (2 points) For an 8-bit unsigned integer, what is the decimal equivalent of 10010101? (b) (3 points) For an S-bit signed integer, what is the decimal equivalent for the 2's compliment of 11010101? (c) (5 points) Consider an 8-bit floating point number like the one in Homework A2 (one sign bit, three exponent bits, and four assignable mantissa bits), what is the floating point number that associates with 01101 1001?
ints)...
The unsigned decimal value (1,036)(base 10) is to be stored as a 16-bit word in memory. a. Show the 16-bit unsigned binary representation of (1,036)(base 10). b. Show the 4-digit unsigned hexadecimal representation of (1,036)(base 10). c. The unsigned binary value of part (a) should be stored using two bytes of a byte-addressable memory at locations 400 and 401. Specify the hexadecimal value in each byte for a “big endian” instruction set architecture. Give your answer by showing a table.
5. What is the decimal equivalent of the largest binary integer that can be obtained with a) 11 bits unsigned signed b) 25 bits? unsigned signed 6. Perform the following conversion by using base 2 instead of base 10 as the intermediate base for the conversion: a) (673.6)8 to hexadecimal b) (E7C.B)16 to octal