answersLogoWhite

0


Best Answer

ASCII = American Standard Code for Information Interchange

That means that ASCII is a type of character encoding...

Unless you want to write in 1's and 0's, then you must use ASCII. If you type a single character, it's most likely ASCII. To show you how ridiculous typing in binary is:

011101110110100101101011011010010010000001100001011011100111001101110111011001010111001001110011 = wiki answers (lowercase)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why would you use ASCII instead of Binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the use of ASCII in computer system?

ASCII is the representation of Binary Digits (0 & 1s) which are interpreted by Processor as meaningful data.


Show how your surname would be stored using ASCII code?

Stored? It would not be stored as ASCII -- ASCII (American Standard Code for Information Interchange) is in common use in the US (EBCDIC - Extended Binary Coded Decimal Interchange Code is another type of ASCII and is used in many European countries.)My name is, for example, Bill TheCat - TheCat is my surname and is represented (not stored) in ASCII as "TheCat". Computers store data as 0s and 1s (in BINARY, which is not the same as EBCDIC) format.


How binary patterns are stored and transmitted in a computer system?

i do not know how binary is transmitted but i know it is saved as 8 digits representing a number or letter bitmap images will use binary to show were to place colours if you use these 3 patterns 1101100, 11100010 and 1110110 you will get a pattern. A Capital A in binary is represented by 01000001. every 8 digits is a byte. all binary patterns are use ASCII ASCII (American Standard for Information Interchange) as this is the standard saving type.


How do you count from binary to decimal?

An easy way to convert from binary to dec and to hex is to use the ASCII chart. It has listings for every command and symbol a computer will recognize.


'A' is represented in the binary system as?

Most computers use ASCII (or some similar) encoding, in which 'A' is represented as 65, or 01000001 binary. Older IBM mainframes use an entirely different encoding.


Define binary coding scheme in computer system?

A binary coding scheme is a method used for representing all of the digits, letters, special characters, and control characters available to a digital computer using groups of 0s and 1s. The two coding schemes in widest use are American Standard Code for Information Interchange (ASCII) and Extended Binary Coded Decimal Interchange Code (EBCDIC). Here are some examples of how the characters A, 7, and $ would be represented in ASCII and EBCIDIC: ASCII: A=01000001, 7= 00110111, $=00100100 EBCIDIC: A=11000001, 7=11110111, $=01011011


What mode do you ftp tar files in?

Transfer tar files in binary mode.WARNING: some ftp clients go back to ascii mode when you enter an ls or dir command. To be safe, always use the binary command before getting a binary file.


Difference between binary files and text files?

"ASCII file" refers to a "text" file that is readable by the naked eye (it only contains the letters a-z, numbers, carriage returns, and punctuation marks). Conversely, a binary fie is not readable by the naked eye (it contains the ASCII characters in addition to binary codes).


What does Java use instead of ASCII?

ASCII and Java are 2 totally different things. ASCII is a naming convention where a certain letter, number, or punctuation mark is a specific keyboard code (Carriage Return, CR, is code 31, Line Feed 14, Capital A 96). Java is a programming language that handles text in multiple formats as needed, Unicode, EBDIC, ASCII. The two are not intertwined.


Where do you find an ASCII table?

Websites such as asciitable.com and ascii-code.com provide ascii tables on their websites, along with toher information about ascii codes, their uses, and how to use them.


What method do prokaryotes use for cell reproduction?

Prokaryotic fission or binary fission is the process that prokaryotes use to reproduce. This means that they reproduce asexually instead of sexually.


The code established so that all computers used the same binary code is called?

ASCII, the American Standard Code for Information Interchange, is the most commonly used way to represent character and numerical information in a seven-bit binary format, for values from 0 to 127. Most modern computer systems tend to use ASCII values of 128 and above for extended character sets. EBCDIC, the Extended Binary Coded Decimal Interface Code, is an eight-bit binary format used by various IBM mainframe operating systems.