125k views
3 votes
Please help me with computer science! Tomorrow to take, and there is absolutely no time to figure it out

Attach your solution please!


1. Write the direct and additional code of a decimal number, representing it as a 16-bit integer.
25123, -24423

2. Write a number in decimal notation, if its direct code is given.
0101 1110 1110 0010

3. Write a number in decimal notation, if its additional code is specified.
1110110001001111

4. Write down the code of the number, representing it as a value of type Double. The result should be presented in hexadecimal notation.
-926.375

5. The code of the Double type value is given, written in the hexadecimal number system. Represent it as a decimal number
C07D32800000000

User Chesley
by
3.9k points

1 Answer

3 votes

Answer:

search from website....

User Bryce Kahle
by
4.4k points