Word processing is one of the most common applications for computers today. It would be difficult to spend a day in a modern office or university without coming into contact with a word processing program. Most people have had some contact with word processing. We shall examine the concept in some detail, so you will be familiar with a number of levels of word processing software applications, the types of tools such programs make available to you, and so you will know what kinds of problems are best solved with this type of program.
The advantages of word processing programs can best be illustrated by thinking of some of the disadvantages of typewriters. When we use a typewriter to create a document, there is a direct connection between the keys and the paper. As soon as you press a key on the keyboard, there is an impact on the paper, and the document has been modified. If you catch a mistake quickly, you can fix it with correction tape or white-out. If your mistake is more than one character long, it is much harder to fix. If you want to add a word, move a paragraph, or change the margins, you have to completely retype the page. Sometimes this necessitates changes on other pages as well. A one word change could lead to retyping an entire document.
Word processing is a type of software that focuses on the ability to handle text. The computer does this by assigning each letter of the alphabet and each other character on the keyboard a specific numeric code. These numeric codes are translated into computer machine language, and stored in the computer's memory. Because the information is in memory, it is very easy to change and manipulate. This is the key to the success of word processing.
Information in memory can be moved very quickly and easily. If we want to change a word in a document, what happens in the computer is something like this:
Imagine Darlene has started out her resume with the following word:
REUME
Obviously she has forgotten a letter. If she were using a typewriter, the page would be trashed, and she would have to start over. Since this is a word processor, Darlene can manipulate the memory containing codes for the word "REUME" and add the "S" to it. When she tries, the following things happen:
She moves her cursor to the spot in the text where she wants the S to show up. The "cursor" is a special mark on the screen that indicates at which place in the document the computer is currently focused. In this case, Darlene wants to put an S between the E and the U. Her word processor won't let her put the cursor between two letters (although some will), so she puts it on the U.
By moving the cursor, Darlene is telling the program to move around in memory as well. When she place her cursor on the U on the screen, she is telling the program to point to the corresponding spot in the computer's memory. The computer is now concentrating on the memory cell that contains the code for the character "U".
She checks to be sure she is in insert mode (more on that later), and she types the letter "S".
When Darlene does this, the computer shifts all the letters one memory cell to the right, and inserts the code for the S in its proper place.
It sounds like a lot is happening. That's true, but computers do all these things so quickly that it seems instantaneous to us. You don't really have to know exactly where the stuff is in memory, or how it gets moved around. The important thing to understand is that all the information in your document is stored in some kind of digital format in the computer's memory. When you modify a document, you are really modifying the computer's memory. A word processing program handles all the messy memory manipulation, so all you have to do is concentrate on writing your paper.
RAM (Random Access Memory), where all the action is happening, has one serious drawback. It only lasts as long as the computer is receiving electrical power. Obviously this will cause some problems, because you can't just carry a computer around to show people your documents. (Imagine the extension cord!) You also might run into some serious problems if your computer were suddenly hit by a monsoon or something, and you lost electrical power. In short, you cannot count on RAM memory alone.
Word processing programs (as well as almost every type of program) are designed to allow you to copy your information. Computer scientists refer to the information your program is using as data. The data in RAM can easily be duplicated to floppy disks or a hard drive. This is called saving. Copying the data from RAM to a printer is called printing. You can also copy data from other places to RAM. Copying the data from the disk is referred to as loading the data. You might already know what saving and printing are. We don't mean to insult you by telling you again. We just want to illustrate that it all boils down to copying binary information to and from RAM.
There are many flavors of word processing programs. Different programs are better for different types of jobs. One common problem is deciding which program you will use to do a certain type of job. It is important to know your options.
The simplest programs that do word processing are known as text editors. These programs are designed to be small, simple, and cheap. Almost every operating system made has at least one built in text editor. Most text editors save files in a special format called ASCII (American Standard Code for Information Interchange --- Whew!) ASCII is a coding convention that almost all computers understand. Each letter is assigned a numeric value that will fit in eight digits of binary notation. "a" is 97 in ASCII, and "A" is 65. All the numeric digits, and most punctuation marks also have numeric values in ASCII. You certainly don't need to memorize all the codes, (That's the text editor's job.) but you should recognize the word `` ASCII''. The biggest advantage of this scheme is that almost any program can read and write ASCII text.
Text editors can be wonderful programs. The biggest advantage is the price. There is probably already one or more installed on your computer. You can find a number of text editors for free on the Internet. Text editors are generally very easy to learn. Since they don't do a lot of fancy things, they are generally less intimidating than full fledged word processor packages with all kinds of features. Finally, text editors are pretty universal. Since they almost all use the ASCII standard, you can read a text file written on any text editor with just about any text editor. This is often not the case when using fancier programs.
The ability to write ASCII text is the biggest benefit of text editors. ASCII is also the biggest disadvantage of most text editors. It is a very good way of storing text information, but it has no way of handling more involved formatting. Text editors generally do not allow you to do things like change font sizes or styles, spell checking, or columns. (If you don't know what those things are, stay tuned. We will talk about them later in this chapter.)
Text editors aren't all simple, though. Text editors are actually the workhorses of the computing world. Most computer programs and web pages are written with specialized text editors, and these programs can be quite involved. You won't need to learn any hard-core text editors for this class, but you may end up learning one down the road.
If all you want to do is get text written, and you aren't too concerned about how fancy it looks, text editors are fine. (In fact, this book was written entirely in emacs, a unix-based text editor.)
Common text editor programs:
Frequently these software packages are included when a person buys a new computer system. An integrated package is a huge program that contains a word processor, a spreadsheet, a database tool, and other software applications in the same program. (Don't worry if you don't know what a spreadsheet or a database is. We'll get there soon enough!) An integrated application package is kind of like a "Swiss army knife" of software.
The advantages of an integrated package derive from the fact that all the applications are part of the same program, and were written by the same company. It should be relatively easy to use the parts of an integrated package together. These programs tend to be smaller, older versions of larger programs, so they might be less complicated to use. Since they were presumably written together, they should all have the same general menu structure, and similar commands. (The command to save a file would be the same set of keystrokes in all the programs, for example.) Integrated packages are often designed with casual users in mind. This might make them easier to use than more robust programs. The word processor built into an integrated package is probably more powerful than a typical text editor. Integrated packages are often already installed on new computers, so they might not cost you any more than the original purchase price of the computer. The word processor on an integrated package will almost certainly give you some features you would not expect to find on plain text editors.
Integrated packages have some disadvantages. With the advent of graphic user interfaces and modern operating systems, programs have become more and more standard even if they were written by completely different companies. Almost every program for Windows uses Alt-F-S to save, for example. Also, as in the Swiss army knife analogy, the programmers had to make some compromises in order to make all the applications fit in one program. A Swiss army knife does contain a saw, but if you had to cut down a tree, wouldn't you rather use a real saw? The programs in an integrated package are usually stripped down or older versions of the company's high end software. They certainly have fewer features, and might be less friendly. Word processing programs that are part of integrated packages generally have their own special code for storing text information, although they can usually read and write ASCII as well. (However, if you choose to save in ASCII, you cannot save all the special formatting commands).
Common Integrated Packages:
Today the trend is to package all the high-level programs together, so MS-Office and OpenOffice.org both contain fully-featured Word Processors, Databases, Spreadsheets, and more.
Word processing programs have evolved a great deal from the early days of computing. A modern word processing program can do many things besides simply handling text.
Since the early '90s, most word processors feature a WYSIWYG interface. WYSIWYG (pronounced "whizeewig") stands for "What You See Is What You Get." This means that the screen will look reasonably like the printed document. This feature is important because the real strength of word processors is in the formatting they allow. Formatting is the manipulation of characters, paragraphs, pages, and documents. Most of the word processor features we will discuss below are various ways of formatting the text, or changing the way it looks on the page. Formatting was possible before WYSIWYG, but it required more imagination from the writer, because you couldn't see the effects of the formatting until you printed out the document.
Modern word processors also are designed to have numerous features for advanced users. Since a large portion of most people's computer time is spent with a word processing program, it is important that these programs have features to make editing documents easier. Some of the additional features that one can expect to find on a modern word processor are spelling and grammar checkers, ability to handle graphics, tables, and mathematical formulas, and outline editors. The word processing market is a very competitive one, and the major software companies are always competing to have the word processor with the most advanced features available.
Software companies are also interested in making their programs as easy to learn as possible. With this goal in mind, most word processors come with tutorial programs, extensive on-line help, and clear menus.
These full featured word processors sound wonderful, and they are. You might wonder if they have any drawbacks. Of course they do. Word processing programs as have been described often cost hundreds of dollars. The cost seems prohibitive for something that doesn't even have a physical presence! Many of the features of full-fledged word processors are not needed by casual users. Sometimes the sheer number of unneeded features can be intimidating. Using a full-power word processor just to write a couple of letters a week is like killing flies with a chain saw. You simply might not need that much power to do the job properly. High end word processing programs almost always save documents in special proprietary codes rather than as ASCII code. This means the programs can save all the special formatting that ASCII cannot handle (like font sizes, columns, graphics, and so on.) It also means that if you write a document in WordPerfect, you may not be able to read it in Word. Even different versions of the same program might not be able to read each other's documents directly. There are ways you can work around this problem, but you should know it exists.
High-end Word Processing Packages:
Ironically, there is now a trend away from WYSIWYG towards "semantic markup." The idea is not to put all the formatting details in place, but to explain the meaning of the text in the document. The actual markup of each meaning is defined in a separate document. For example, here's the semantic markup of this paragraph:
<p class = "update"> Ironically, there is now a trend away from WYSIWYG towards "semantic markup." The idea is not to put all the formatting details in place, but to explain the meaning of the text in the document. The actual markup of each meaning is defined in a separate document. For example, here's the semantic markup of this paragraph: </p>
In another part of the document I describe how to format "updates":
.update { border: 1px black solid; background-color: #FFFFCC; padding-left: .5em; }
It's completely OK if you don't understand any of the code. The important idea is how markup can be separated from meaning.
Another classification of programs you should know about has an uncertain future. These programs are called desktop publishing applications. Desktop publishing takes text that has already been created, and applies powerful formatting features to that text. Traditionally, applications that allowed the integration of text and graphics, and allowed the development of style sheets were thought of as desktop publishing. Such a program makes it easy to create other kinds of documents rather than just plain pages. With a desktop publisher, there are already style sheets developed to help you create pamphlets, cards, signs, and other types of documents that you wouldn't be able to create on a typewriter.
The higher end word processing programs give you most of the features you could want in a desktop publishing program. It is possible to do many of the same things. Desktop Publishers are still very popular in certain specialty fields (graphic arts, printing, and publishing,) but the effects can be duplicated with skillful use of a word processing program.
Common Desktop Publishing programs:
Another level of desktop publishing that has become very popular is the advent of specialty printing programs such as "The Print Shop" or "Print Master +". These programs are designed specifically to help the user create signs, banners, and greeting cards. They are very easy to use, and much less expensive than full-feature desktop publishing applications, but again the effects can be duplicated with a higher end word processor.
As always, the critical question is: "What kinds of problems are you trying to solve?" For most beginners, the lower end word processor that came with their computer is a fine start. If it does what you need, and you are happy with it, don't spend money unnecessarily. Many people find that if they do a lot of writing, they begin to yearn for the features of a more powerful word processing program. As you gain experience, you will find a favorite program and learn its commands and idiosyncrasies well. You will find if you concentrate on the concepts, that all word processors of a certain level are pretty much the same, although the exact layout and command structure may differ. You will also probably discover if you do a lot of writing with the computer that you have several programs you use interchangeably. A skilled computer user often chooses the program to solve a specific problem much like a golfer chooses a different club for each type of shot. Sometimes a text editor is sufficient, and sometimes only the best, most powerful, and most expensive program will do the job properly. Learning what is best for you is part of the process.
Word processing programs of any type usually share the most basic features. They universally reserve most of the screen for the text being edited. Most word processing programs also contain a menu structure with most of the programs commands available in a hierarchical organization scheme. Many word processors have graphic toolbars with icons representing the most critical commands. Almost all such programs have scroll bars or some other mechanism for allowing the user to move around in large documents. All word processors also have a cursor, which is usually a small box or line, which shows the user where in the document she is currently typing.
Different types of word processing programs will have different commands available. Generally, text editors have the fewest commands. More complex programs often start with the same types of commands and add to them. Commands may be available in a number of ways; by locating them on the menu system, by looking up shortcut keys, or by pressing an icon on a graphic tool bar. If in doubt, utilize the on-line help to locate the command you want.
Any level of text editor or word processor will have commands to save, load, and print your text. These commands are so frequent that you will usually see many ways to invoke them.
There are a number of commands you will find on nearly any word processor that enable you to manipulate text in special ways. Frequently you will find these commands on an Edit menu. The editing commands are based on a concept called block manipulation.
Block manipulation simply means taking a "chunk" of text and marking it in some way so it can be treated as one unit. Once a block of text is marked as such, it can be deleted or manipulated easily.
If you have written a document and realize that the last line really belongs at the beginning of the document, you might mark the line you want to move as a block, cut the block move the cursor to the beginning of the document, and activate the paste command.
Another set of commands are found less frequently on text editors, but are common on higher-level word processors. These commands are for formatting various elements of a document. You may find a format menu. Many of these commands also are available on toolbars.
A character is one letter or other symbol. There are many ways to format characters in word processing programs. It is possible to make characters bold, italic, underlined, or perhaps some other attribute. Not all word processors will do all these things, but most will do bold, italic, and underline. Often you activate the command by choosing it from a menu, clicking on a toolbar icon, or activating a key sequence. Once you have started the command, anything you type will be typed in that style. When you want to go back to standard letters, you activate the same command again. Commands that turn off and on like this are called toggles, because they are reminiscent of toggle switches. Many word processors allow you to enter the text without any format, then to select a set of characters as a block (like you did to copy and paste), then to activate the command. Experiment with your word processor to see how it works.
Word processors that feature WYSIWYG frequently support the use of fonts. A font is defined in computing as a combination of a special character set and type size. In the typewriter world, you were pretty much stuck with the size and style of letters the typewriter came with. Some of the later typewriters had the characters on a ball you could change, but you still had very little control of exactly how the letters looked. In a modern word processing application, you have a great deal of control. You can choose different type faces that look like script, handwriting, Old English, or whatever. After you have chosen a basic look for your letters, you can choose what size the letters are.
Fonts are measured by typesetters in points. 72.25 points is equivalent to an inch. Most standard text is 10 points. A newspaper headline might be 200 points. You may be able to control other attributes of each letter, such as its color, a shadow, and other advanced features.
Most writing is organized into paragraphs. These divisions make a document easier to read. There are ways you can control how paragraphs look on the screen. You can control how your program handles indention. You can often force the computer to indent the first line of every paragraph automatically. You can also frequently control the line spacing inside the paragraph, the amount of spacing between paragraphs, and the justification.
Justification refers to how the text is lined up between the margins. Most documents created with a typewriter or word processor are left-justified. That means that the left margin is lined up perfectly, but the right margin is a little ragged. The computer keeps track of the right margin for you when you use a word processor, so you don't have to press the "Enter" key at the end of every line (in fact you shouldn't press "Enter" at the end of every line. The only time you should press "Enter" is when you want to end a paragraph!) The automatic process the computer uses to send text to the next line is called word wrap. If you want to have the right margin line up cleanly, but let the left one be a little ragged (Maybe as you type the return address and date of a business letter) you can choose a right justify command. If you look at books and magazines, you will see that both the right and left columns are justified. Many word processors will allow you to justify both margins. This works by adjusting the amount of space between letters and words so the margins work out perfectly. The computer does it automatically when you ask it to do so. Another form of justification is centering. When you center a line, you tell the program to give it equal left and right margins, regardless of the length of the line. Centering is useful for headlines, but is often distracting when used for body text.
The other major element of a document is the page. There are some page formatting commands you should be able to find in any word processor as well. You will probably have some way to adjust the margins of the page. Note that there are top and bottom margins, as well as left and right margins.
You can also frequently find some kind of header/footer command. Headers and footers are special areas at the top and bottom, respectively, of the page. These areas are not used for regular text, but reserved for special things like a title at the top of every page, page numbers, and footnotes. You will have to experiment a little to see how your word processor handles these features, but they are well worth learning. You will never go back to the old way of writing footnotes once you have mastered using footers to automate the process.
One more page formatting command you might find useful is page orientation. Many word processors allow you to choose how information is printed on the page. The "up and down" orientation we are used to seeing on typewritten documents is called portrait mode. (If you think about painted portraits, they are usually up-and-down rectangles.) When your document is printed "sideways" it is referred to as landscape mode. (Landscape paintings are often oriented in this way.)
__________ | ___ | ________________ | /o o\ | | | || L | | | /WWW\ | ||\___/| | | / \ | | \ / | |/ \ | |_/___\__| |______________| Portrait Landscape mode mode
Most of the time you should use portrait mode, but sometimes landscape mode is appropriate, especially when you are doing something special like tables, graphics, or fancy desktop publishing.
There are a few more elaborate formatting tools generally found only in the higher end word processors. These tools border on desktop publishing, and allow you better control of your document. You probably won't use them every day, but they are wonderful when you need them.
Many word processors have other advanced features that help a writer with the mechanics of writing properly. These tools can be instrumental in avoiding common writing mistakes.
Ode To The Spell Checker I have a spelling checker. It came with my PC. It plane lee marks four my revue, Miss steaks aye can know sea. Eye ran this poem threw it, Your sure reel glad two no. Its vary polished in it's weigh, My checker tooled me sew.(This poem can be found in its entirety at: http://selma.ucd.ie/~pdurkin/Jokes/spellcheck.html It is attributed to Jerry Zar, the Dean of the Graduate School, NW Ill. U)
Word processing programs are a type of software that make it easier to create and modify text documents. Word Processing applications are organized into a number of categories according to their complexity: Simple programs that manipulate ASCII are called Text Editors. More complex programs that feature formatting commands are called Word Processors. Some word processors are included in integrated application packages, which also feature other application programs. Such packages are convenient, but may not have all the features of larger programs. Full-featured word processing programs contain many options for formatting text and documents. They also might contain special utilities for more complex formatting and composition. Desktop publishing programs are designed for more complex formatting, especially the integration of text and graphics.
Most word processing programs contain the same types of commands, although the exact ways to access these commands may vary. You will almost always see file handling commands, including commands to Load, Save, Save As, and Print. Frequently, you will also see commands for block manipulation, including Copy, Cut, and Paste. More advanced programs may contain special commands for formatting characters and paragraphs, as well as other commands to deal with tables, columns, and lists. The fanciest word processing programs may also contain commands to assist with composition, such as spelling and grammar checkers and outline editors.