What is the equivalent 2's complement representation for -15 in 16 bit hexadecimal representation ?
Answers
Answered by
0
- PROCESS
- STEP 1 : Take the given negative value
- STEP 2 : Make it positive
- STEP 3 : Convert it into 16 bit Binary Value
- STEP 4 : Negate the value
- STEP 5 : Add 1 to the obtained value
- STEP : 6 Convert it in Hexadecimal
- TO REMEMBER
- In Hexadecimal
- A = 10 , B = 11 , C =12 , D= 13 , E = 14 , F= 15
- TO DETERMINE
- The equivalent 2s complement representation for -15 in 16 bit hexadecimal representation
- EVALUATION
- STEP 1 : The given value is - 15
- STEP 2 : Positive value of - 15 is 15
- STEP 3 :
- In 16 bit Binary Value 15 can be written as
- STEP 4 : Negating
- STEP 5 : Adding 1 to the obtained value
- STEP : 6 Convert it in Hexadecimal we get
- RESULT
- SO the required answer is
Similar questions