SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
Linda Null ,julia Lobur
Chapter:
Data Representation In Computer Systems
Exercise:
Exercises
Question:26 | ISBN:9780763704445 | Edition: 3

Question

26. Decode the following ASCII message, assuming 7-bit ASCII characters and no parity:

1001010 1001111 1001000 1001110 0100000 1000100 1000101

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Answer

To decode the ASCII message, we need to convert each 7-bit binary representation to its corresponding ASCII character.

Here's the decoding of the given ASCII message:

1001010 -> J

1001111 -> O

1001000 -> H

1001110 -> N

0100000 -> (space)

1000100 -> D

1000101 -> E

The decoded ASCII message is: "JOHN DE"

0 0

Discussions

Post the discussion to improve the above solution.