There are 256 values in ASCII.
2007-01-03 04:05:26
·
answer #1
·
answered by Anonymous
·
0⤊
2⤋
ASCII was oringinally developed to use only 8 bits. This was standard on the Commodore 64 and like computers during that era. The industry standard has never changed.
You have command sequences such as ASCII (13) meaning Return in the lower numbers. Characters start at ASCII (32) with the Space and go up to about the 120's. Afterwards it's special characters.
When I programmed in BASIC I used to use ASCII symbols to make games and drawings.
On older systems you could hold in the ALT key and type an ASCII number on the keypad to get the corresponding character.
2007-01-03 04:29:01
·
answer #2
·
answered by Shawn H 6
·
0⤊
2⤋
As ASCII is an 8 bit coding scheme the maximum number of unique representations of characters is 256 which encompass the numbers 0 through 255. Many of these characters or unviewable or unprintable and are used for control purposes. More characters can be represented if certain characters are reserved as control and are used PRIOR to certain other nonpritable codes to signify that the character set has shifted. For example, an ASCII code 27 DEC is used to signify that something special is about to happen, and the NEXT character tells the system WHAT is about to happen.
2007-01-03 04:20:54
·
answer #3
·
answered by Lee W 1
·
0⤊
2⤋
ASCII can represent 128 values, extended ASCII code can represent 256.
2007-01-03 04:05:58
·
answer #4
·
answered by Donny Dutch 4
·
2⤊
1⤋
ASCII has been expanded to an 8- bit version, allowing 128 additional values
2007-01-03 05:48:57
·
answer #5
·
answered by carl j 1
·
0⤊
1⤋
ASCII can represent a total of 256 characters. (2^8)
If you are still having trouble, I can be reached at kevin__-chen@yahoo.com. And yes, there are two underscores (_).
2007-01-03 05:41:01
·
answer #6
·
answered by Cheese Lover Bob 3
·
0⤊
1⤋
128 characters. And there is some 'ASCII extended code or something' which can represent 256 characters.
2007-01-03 04:00:06
·
answer #7
·
answered by Anonymous
·
2⤊
1⤋
By definition , It *can* represent 256 values ( 2^8 = 256)
2007-01-03 04:06:07
·
answer #8
·
answered by SeabourneFerriesLtd 7
·
0⤊
2⤋
256. Enough for the standard western character set, but no more. Which is why the world is now moving to Unicode, which can cope with all the alphabets in the world - 100,000 characters already defined and plenty of space for more.
2007-01-03 05:10:02
·
answer #9
·
answered by Daniel R 6
·
0⤊
2⤋
128! everyone is so dumb sorry for the this but its true it is 128
2015-09-25 05:43:06
·
answer #10
·
answered by hollie 1
·
0⤊
0⤋