Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

score on last try: 0.33 of 1 pts. see details for more. get a similar q…

Question

score on last try: 0.33 of 1 pts. see details for more.
get a similar question you can retry this question below
using the following table, decode the binary ascii code:
01010111 01000010 01001000
word =

Explanation:

Step1: Split the binary code

Split the binary code \(01010111\ 01000010\ 01001000\) into three 8 - bit parts.

Step2: Decode each part

For \(01010111\):
The first 4 bits \(0101\) (zone bit for column 5) and the last 4 bits \(0111\). From the table, column 5 with binary \(0111\) (hexadecimal \(7\)) gives \(W\).
For \(01000010\):
The first 4 bits \(0100\) (zone bit for column 4) and the last 4 bits \(0010\). From the table, column 4 with binary \(0010\) (hexadecimal \(2\)) gives \(B\).
For \(01001000\):
The first 4 bits \(0100\) (zone bit for column 4) and the last 4 bits \(1000\). From the table, column 4 with binary \(1000\) (hexadecimal \(8\)) gives \(H\).

Answer:

\(WBH\)