QUESTION IMAGE
Question
2 fill in the blank 5 points what text does the below binary code convert to? use the ascii table provided. 01110000 01100001 01101001 01101110 01110100 type your answer...
Step1: Convert binary to decimal
$01110000_2 = 64+32+16 = 112$
$01100001_2 = 64+32+1 = 97$
$01101001_2 = 64+32+8+1 = 105$
$01101110_2 = 64+32+8+4+2 = 110$
$01110100_2 = 64+32+8+4 = 116$
Step2: Match decimal to ASCII
112 = 'p', 97 = 'a', 105 = 'i', 110 = 'n', 116 = 't'
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
paint