title: CO-Lab2
date: 2023-11-03
status: DONE
created: 2023-11-03T00:59
updated: 2024-05-31T00:53
publish: True
CO-Lab2
1. Given 16 bits, what are the Signed-magnitude, 1’s complement and 2’s complement representation for -59? Write the answers in Hexadecimal
- Signed-magnitude: 803B
- 1'complement: FFC4
- 2'complement: FFC5
1101 1011 0101 0000 0010 0000 0110 0000
- Decimal form: $ -5.858239\times 10^{16}$
3. What is the single point precision floating number of -45.875 in computer system? Write the answers in Hexadecimal
4. What is the single point precision floating number of -45.875 in computer system? Write the answers in Hexadecimal
5. What is the Unicode representation for “您好” in hexadecimal?