Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 5 (Q.No. 1)
1.
What is the ASCII code for T?
1010100
1011010
1011100
1011111
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Dnyanchand Yadav said:   5 years ago
ASCII values are fixed.

For capital letters, it starts from A-65, B-66, C-67 and so on.
For small letters, it starts from a-97, b-98, c-99 and so on.

Brinda said:   1 decade ago
How do we know the different AsCII values ? Like for special symbols etc?

Dipesh said:   1 decade ago
ASCII value of T = 84.
84 = 1010100.

Post your comments here:

Your comments will be displayed after verification.