ASCII Flashcards
To know ascii digits
1
Q
What is “F” in ASCII? if A is 065
A
070
2
Q
What is “GOD” in ascii? G is 071
A
071079068
3
Q
What is a benefit of ASCII over Unicode?
A
Unicode is a lot larger program so takes up more room on the computer.
4
Q
What is a negative of ASCII compared to unicode?
A
You can’t represent other languages in the code whereas with Unicode you can.
5
Q
What is “ANNA WAS SAD” in ASCII if A is 065?
A
065078078065032087065083032083065068
6
Q
How many bits are there in one ASCII digit?
A
There are 7 bits
7
Q
What is the number for a space in ASCII?
A
A space is 032
8
Q
What is the number for “a” in ASCII?
A
A lowercase “a” is 097
9
Q
What is ASCII?
A
ASCII is a code in which the computer can read the digits that the user enters