Computer Science, asked by sonumehto98, 1 year ago

Convert the following numbers as directed (i) Decimal 198.25 into binary and hexadecimal (ii) Decimal 444566 into binary and hexadecimal (iii) String “Maximum Limit 500%" to ASCII and Unicode string (iv) Hexadecimal ABCDEF to decimal and binary

Answers

Answered by samarpit30
15

Here, And I'll post the answer to next two questions in few minutes.

Attachments:

subhajitsantara10811: Please share the below details -
subhajitsantara10811: (iii) String “Maximum Limit 500%" to ASCII and Unicode string
(iv) Hexadecimal ABCDEF to decimal and binary
Answered by phillipinestest
3

The answers for each of the questions are,  

(i) "Decimal" 198.25 into "binary" is 11000110  

"Decimal" 198.25 into "hexadecimal" is c6

(ii) "Decimal" 444566 into "binary" is 1101100100010010110  

"Decimal" 444566 into "hexadecimal" is 6c896

(iii) String “Maximum Limit 500%" to "ASCII and Unicode" string - maximum limit G%

(iv) "Hexadecimal" ABCDEF to "decimal" is 11259375

"Hexadecimal" ABCDEF to "binary" is 101010111100110111101111

Note: Binary numbers only include only two digits either 0 or 1.

Similar questions