|
|
Welcome!
*
Who's Who?
*
Why Theory?
*
Pronunciation
* BrainAids
* Theme
*
Categories
*
Wall Chart
*
AcroMaps |
|
||||||||||||
Good question, C.W. 8 bits can be arranged into 256 unique combinations from all off's (00000000) to all on's (11111111) and every combination in between. I've listed some of these combinations and the characters they make in the Partial ASCII Chart below. But here are a few things to consider first. Decimal vs. Binary Computers Count Funny Standard ASCII Extended ASCII The originators of ASCII had the challenge of deciding which 01 combination should
be assigned to which character. But it didn't really matter what they decided, as
long as they all agreed. Here's some of what they came up with. |
||||||||||||
|
||||||||||||
ASCII Screen Display |
||||||||||||
In the figure on the right, (1) Pressing a key sends an electronic signal, which (2) sets a bank of 8 switches off or on, which sends (3) a unique combination of electrical pulses to an ASCII Character Generator which projects (4) dots on the screen in the shape of the character assigned to that off/on pulse combination. Although only one bank of switches is shown, we can compose messages of almost unlimited length because today's computers contain millions of banks of switches. The interesting thing is, the computer doesn't really know that it's displaying a character at all, just a group of onscreen dots that look to us like a character!
|
Plain Text (DOS Text)--ASCII may be referred to as Plain Text or DOS Text. Messages sent in ASCII are limited to its 256 characters, which include no provision for formatting. For example, ASCII text can't be bolded or italicized. Numeric Numbers--ASCII handles numeric numbers (for use in calculations) differently from text numbers (for display only). Every text number requires 8 bits. Numeric numbers use the decimal equivalent of 01 combinations. For example, a numeric 3 requires only two (11) instead of eight bits; a numeric 13 only four (1101) instead of sixteen bits. Other Codes--Since ASCII is
limited to text, numbers, and symbols, many
other bit codes have been created (ANSI, JPEG, MPEG, etc.) to display colors,
pictures, and sound.
|
|
So what good is ASCII to me? | |
Email--Email messages are sent in ASCII since it's understood by all modern computers regardless of make, model, or size. Which means you don't have to worry whether your recipient's computer can read your message. Note: Modern email programs use HTML to format ASCII text. HTML stands for HyperText Markup Language and is used primarily to create Internet web pages. Special Characters--ASCII contains special characters, such as the é in résumé. Learn how to access these characters, and you can impress people with your advanced computer skills! Sorting--Computers sort lists in ASCII order. By knowing the order, you can create lists that take advantage of this. For example, to make a file or folder list first, begin its name with a number instead of a letter.
Software AcroMap --3 of 5 TermsThe Software AcroMap has grown a new link in its spine with a new rib and definition. Memorize this new portion. By learning the AcroMap, you are building a framework of computer literacy in your brain that you can call up in the future as needed.
|