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 2 of 5.

Rani said:   1 decade ago
Why we have to Split Only to 7 bits?

Nagarajan said:   1 decade ago
Vinsan, Your explaination is good..

Pavithra said:   1 decade ago
I too doubt why we have to split only to 78 bits?

Madhu said:   1 decade ago
I doubt why only 7 bits?

RGN said:   1 decade ago
We need take only 7bits because 2^7=128 which maximum ASCII value instead of that if we consider 8bits then 2^8 corresponds to 256 which is not the range of ASCII value.

Inder said:   1 decade ago
ASCII is a 7-bit code

Vidhi said:   1 decade ago
We consider 8bits then 2^8.

But we have consider bits are signed bit that time only consider 2^8 bits.

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

What is ASCII CODE OF 000000, 0001010, 0000011 ?

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

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.


Post your comments here:

Your comments will be displayed after verification.