Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 6)
6.
Decode the following ASCII message.
10100111010100101010110001001011001
01000001001000100000110100101000100
STUDYHARD
STUDY HARD
stydyhard
study hard
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
47 comments Page 3 of 5.

Vipin said:   9 years ago
Your explanation is brilliant @Vinsan.

Bhask said:   9 years ago
ASCII code is a Alpha Numeric code, which is 7 bit code. So,divide each 7 bits apart and then follow the ASCII no logic.

A=65
B=67
.
.
.
so on
STUDY HARD will come.

Sukriti said:   9 years ago
For ASCII

A = 65, B = 66, ............................, Z = 90.

a = 97, b = 98, ......................................., z = 122.

91 = [
92 = \
93 = ]
94 = ^
95 = _
96 = ` (above Tab key known as Back quote)

Binu said:   10 years ago
What is the ASCII value of (91 - 98)?

Bz Abhijeet said:   10 years ago
How could we know that?

A = 65 but why not a = 65.

Please explain.

Prem said:   10 years ago
I didn't understand this.

VARUN said:   1 decade ago
1010011 = 83 S 1010100 = 84 T 1010101 = 85 U 1000100 = 68 D 1011001 = 89 Y.

0100000 = 32 1001000 = 72 H 1000001 = 65 A 1010010 = 82 R 1000100 = 68 D.

Ramesh said:   1 decade ago
ASCII means 7-bit code so we have to split the given code from right to left as 7-bit like wise and after that assign the ASCII symbol based on the value eg:ASCII for A is 65.

Pushpendra kumar said:   1 decade ago
Total length is ASCII is 128 character.

Aman said:   1 decade ago
So the condition the 7 bit represented for 0000000 ?

What is ASCII CODE OF 000000, 0001010, 0000011 ?


Post your comments here:

Your comments will be displayed after verification.