What is ASCII? Editing input and output files |
The input to VC must be ASCII files (the output files also are ASCII files). What VC does not accept as input files are the ones written/edited using Word © for Windows© , WordPerfect© or a similar software (unless it is specifically instructed to save the document as an ASCII file) where you have freedom to change how the characters look like.
Computers do not “know” or “use” English or any other human language. Used at the very core of the operating system is a language comprised of 1s and 0s called bits. At the beginning and for a while afterwards, computer programmers wrote their programs in bits. Subsequently the convenience of being able to communicate with the computer in human languages rather than bits was recognized and a computer program (computer programs are sometime called “codes”) was developed to convert English characters into 0s and 1s that the computer could understand.
ASCII is a 7-bit character set in which each character is defined by a unique combination of 1s and 0s. Every letter in English and most Roman languages is represented by an ASCII code. When you write in a text editor such as Notepad© for Windows©, the letters you type are converted to ASCII before they are sent to the computer processor.
Notepad© Files
Word© Documents |
School of Health Sciences Purdue University Disclaimer | Last updated: 10 June, 2011 |