Skip to main content

Word-processing Package



The term word processing describes use of hardware and software to create, edit, view, format, store, retrieve and print documents (written materials such as letters, reports, books, etc.). A word processing package enables us to do all these on computer system.

Commonly supported features:

Today's word processing packages normally support the features described below:


1. Entering Text :

This feature allows a user to enter text with computer's keyboard. Every character typed on keyboard is displayed immediately on computer's screen. Word wrap feature of word processing software determines when current line is full, and it automatically moves the text that follows to the next line. Hence, only time the user has to press Enter key is at the end of the paragraph. This feature is very useful to those having fast typing speed because they can enter text at their speed, without the need to keep track of where to end a line.


2. Editing Text :

This feature allows a user to make changes in an existing document.

While editing, the user can use either insert mode or type-over mode. In insert mode, when the user types new character in the text, the package inserts them at cursor's position by moving characters to the right of  cursor to right to make room for new character. In type-over mode, when the user types a new character, it replaces (types over) the existing character to cursor's position.


3. Formatting Page Style :

This feature allows a user to define page layout format for a document. Definition of a page layout format may include things such as :

1. Space to be left for left, right, top and bottom page margins.

2. Default spacing between two lines ( such as single space, double space,1.5 space, etc.).

3. Automatic numbering of pages with page number style and page number position.

4. Automatic placements for header and footer labels on each page (such as header labels in the book.).

5. Setting text in multiple columns on a single page. Multi-column is used frequently in newsletter and newspaper printing.


4. Formatting Text :

This features allows a user to format portions of text in the document to improve its general appearance and readability. It normally includes such as:

1. Selection of an appropriate font.

2. Selection of an appropriate font size.

3. Selection of an appropriate font style.

4. Selection of an appropriate justification.

5. Indenting text appropriately wherever desired.

6. Creating numbers or bulleted list of items.


5. Entering Mathematical Symbols :

Several scientific and engineering documents often use mathematical symbols. This features allows user to enter complex mathematical equations using mathematical symbols. In following figure shows the use of a few mathematical symbols.

Example of few mathematical symbols.



6. Displaying Documents :

This feature allows user to display contents of a document on computer monitor screen. For editing displayed text, a user can move text cursor to the desired position in the document. In case of a large document that can not completely fit on the screen, the user can browse through the document by scrolling a line at a time, a screen at a time, by using suitable keys on keyboard.  


7. Saving, Retrieving and Deleting Documents :

This features allows a user to save a document on a secondary storage and retrieve it alter for reuse. When saving a document for the first time, the user must specify the file name for the document. The user later retrieves the document for reuse by specifying its file name. The user may remove the document permanently from secondary storage by deleting it, when it is no more useful, or when the user has created and saved its new version.


8. Printing Documents :

This features allows a user to print a document on a printer. Almost all modern word-processing packages and printers supports the following printing facilities:

1. Selective printing for a single page, specific pages, a range of pages or the entire document.

2. Single sided or double sided printing. Single sided printing prints only one side of paper, while double sided printing prints on its both sides.

3. Portrait and landscape printing. In portrait mode, the printed lines are parallel to the shorter age the paper (like book), whereas in landscape mode, the printed lines are parallel to the longer edge.

4. Previewing a document before printing it, This facilities shrinks the pages down the pages of a document so that its user can display the entire page or even facing pages in almost the same form, as it will appear when printed. This avoids wastage of paper by allowing the user to see on screen how margin and others settings in a document, without having to print the document first.


9. Importing Text, Graphics and Images :

This feature allows a user to import text, graphics and images from some other document into a document that the user is working on currently. It often helps in saving tremendous time and efforts because a user needs not spend creating a piece of text, diagram, graph or image that he/she can obtain easily from somewhere else. Many word processing packages also have document conversion facility that enables conversion of imported documents (prepared using a different word processing packages), into a document compatible with users word processing packages. 

10. Searching and Replacing  text string :

This feature enables a user to quickly search for all occurrences of specific word, phrase or group of characters in a document. For example, user might have used the month "November" at several places in the document. If he/she wants to ensure that the current month name appears instead of  "November" at all places in the document, he/she can use search facility to do this quickly.     


Comments

Popular posts from this blog

Computer Languages - introduction

  This chapter continues with the discussion of development of computer programs. Once a programmer has finished planning of a computer program, he/she is now ready to write the steps of the corresponding algorithm in a programming language.  Computer language or programming language is a language acceptable to a computer system, and the process of writing instructions in such a language is called programming or coding.   The goal of this post is to introduce some popular programming languages.  Analogy with natural languages:   Language is a mans of communication. We use a natural language such as English, to communicate our emotions and ideas to others. Similarly a programmer uses a computer language to instruct computer what he/she want to do.  All natural languages (English, French, German, etc.) use a standard set of words and symbols for communication. Everyone uses that language understands these words and symbols. The set of words allowed in a language is called its vocabulary.

Central Processing Unit

  Central Processing Unit (CPU) A Central Processing Unit is also called a processor, central processor, or microprocessor. It carries out all the important functions of a computer. It receives instructions from both the hardware and active software and produces output accordingly. It stores all important programs like operating systems and application software. CPU also helps Input and output devices to communicate with each other. Owing to these features of CPU, it is often referred to as the brain of the computer. Central Processing Unit CPU is installed or inserted into a CPU socket located on the motherboard. Furthermore, it is provided with a heat sink to absorb and dissipate heat to keep the CPU cool and functioning smoothly. Generally, a CPU has three components: 1. Control Unit 2. Arithmetic Logic Unit 3. Memory or Storage Unit 1. Control Unit : It is the circuitry in the control unit, which makes use of electrical signals to instruct the computer system for executing already

Introduction to Computer

  The word "computer" comes from the word "compute", which means "to calculate". Hence, people usually consider a computer to be a calculating device that can perform arithmetic operations at high speed.  The straightforward meaning of a computer is a machine that can calculate. However, modern computers are not just a calculating device anymore. They can perform a variety of tasks. In simple terms, a computer is a programmable electronic machine used to store, retrieve, and process data. According to the definition, " A computer is a programmable electronic device that takes data, perform instructed arithmetic and logical operations, and gives the output." Whatever is given to the computer as input is called 'data', while the output received after processing is called 'information'. Although the original objective of inventing a computer was to create a fast calculating device, we name define a computer as a device that operates

Computer system architecture

  Computer Architecture  A computer system is basically a machine that simplifies complicated tasks. It should maximize performance and reduce costs as well as power consumption.The different components in the Computer System Architecture are Input Unit, Output Unit, Storage Unit, Arithmetic Logic Unit, Control Unit etc. A diagram that shows the flow of data between these units is as follows − The input data travels from input unit to ALU. Similarly, the computed data travels from ALU to output unit. The data constantly moves from storage unit to ALU and back again. This is because stored data is computed on before being stored again. The control unit controls all the other units as well as their data. Details about all the computer units are − Input Unit The input unit provides data to the computer system from the outside. So, basically it links the external environment with the computer. It takes data from the input devices, converts it into machine language and then loads it into t