Question: Num & comp help d) What is the binary and decimal equivalent of the character lowercase z? e) Translate the following message into decimal numbers
Num & comp help
d) What is the binary and decimal equivalent of the character lowercase z?
e) Translate the following message into decimal numbers and then a character message:
01001000 01100001 01110000 01110000 01111001 00100000 01001110 01100101 01110111 00100000 01011001 01100101 01100001 01110010 00100001
I put them into decimal numbers, but i don't know how you would put them into a character message.
01001000 = 0*2^7+1*2^6+1*2^3=72
01100001 = 1*2^6+1*2^5+1*2^0 = 97
01110000 = 1*2^6+1*2^5+1*2^4= 112
01110000 = 1*2^6+1*2^5+1*2^4= 112
01111001 = 1*2^6+1*2^5+1*2+1*2^4+1*2^0 = 121
00100000 = 1*2^5 = 32
01001110 = 1*2^6+1*2^3+1*2^2+1*2^1 = 78
01100101 = 1*2^6+1*2^5+1*2^2+1*2^0 = 101
01110111 = 1*2^6+1*2^5+1*2^4+1*2^2+1*2^1+1*2^0 = 119
00100000 1*2^5= 32
01011001 = 1*2^6+1*2^4+1*2^3+1*2^0 = 89
01100101 = 1*2^6+1*2^5+1*2^2+1*2^0 = 101
01100001 = 1*2^6+1*2^5+1*2^0 = 97
01110010 = 1*2^6+1*2^5+1*2^4+1*2^1 = 114
00100001 = 1*2^5+1*2^0 = 33
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
