Monday, January 26, 2009

Introduction to Text

Text Creation
Introduction

A computer is primarily thought of as a machine used to perform word processing. Although that almost remains the major application assigned to computers at the home and office levels, it is not the only one. The fact is, the techniques applied in word processing are applied to most other applications. That's why it is imperative that you grab all the intricacies of manipulating text. Thanks to its electronic features, the computer offers techniques of copying, pasting, moving, and deleting text in settings that manual processing cannot match.
Any one word or a group of words that appear on the screen is referred to as text. Such text must be created before you can use it. In some cases you will use text created by someone else and in some other cases you will need to create your own. Once text displays to you, the most basic operation you can perform is to read it in order to identify it. In some cases you will be asked only to read it. In some other cases, you may be asked to remove some characters or some words. You may also be sent some text that you must examine, approve, disapprove or modify. If you are asked only to read text, you can read it and move to some other assignment.
In the beginning, you may be asked to start a brand new text, from scratch. If you are presented with some text and you are expected to modify it, you must be equipped with the techniques used to manipulate text.
The techniques we will review here are universal and you should be able to regularly apply them to any type of text you are presented with, regardless of the application.
Text Categories
If you are starting a new document or some control that expects text from you, the first action you may take is to type, using the keyboard and its keys as we reviewed in Lesson 2. To do this, you can first use the mouse and click in the area where you are supposed to type.
When you click in an area that either contains text or expects text from you, a short vertical bar appears and starts blinking but doesn't move. This bar is called the caret. To enter text, you press the desired key on the keyboard. When a letter or a symbol has been entered, the caret moves one character to the right (in US English and Latin based languages) and starts blinking again, indicating that it is ready. If you keep typing, the caret keeps moving to the right. If the caret gets to the most right position but you keep typing, it gets automatically moved to the next line.
The presence of the caret lets you know where the next character would appear if you type. For this reason, before typing, you must make sure that, at all times, you know where the caret is.
There are various categories of items you will create by combining keys:
Characters
As we saw in Lesson 2, a letter is a symbol recognized by the alphabet and that is used to create spoken words. To get a letter in your document, you can press its corresponding key or the necessary combination to get its uppercase equivalent
Space
A space is an empty character; that is, a character non-visible and non-readable. A space can be used to separate two characters or two groups of characters. To create space after typing one character, press the space bar. The space bar is the long empty bar on your keyboard and closer to your body; normally, it is in the same range as the Alt key but is wider than most or all keys on your keyboard.
Words
A word is a combination of letters that produce a recognizable item of your language, which could be part of the English language. Therefore, to get a word, you type the desired characters together. This means that there is no empty space inside of a word. Examples of words are computer, world, floor, mean.
Although most words are readable, you can also use or make up words that are not known to anybody or are known to only a few. Example are #define, _stdcall
window.google_render_ad();
Abbreviations
An abbreviation is a word or a combination of words that represent something that would take too many characters or words to use. Abbreviations are not known to everybody and there are no strict rules as to how they are created. For these reasons, a group of people who use a certain abbreviation agree on it. This also means that an abbreviation that is familiar to one group of people may not be familiar to another group of people. This also means that an abbreviation is not part of a language: it is only agreed upon to have meaning to, or by, those who use it. Examples are EAU, US, SW, USA, U.S., U.S.A, UN, RDC, LOL, MI, i.e., etc, eg.
Expressions
An expression is a group of words that a group of people decide on its meaning. Like an abbreviation, an expression is created by people and is not necessarily part of a language but those who use it agree on its meaning. Like an abbreviation, an expression known to one group of people may not be known to another group of people, whether both groups speak the same language or not. Examples of expressions are vis-à-vis, H2O.
Numbers
A number is primarily a digit or a combination of digits. Examples are 2 or 508 or 32793. To make large numbers easier to read, there are rules applied in some languages. For example, to make a number such as 15423576497 easier to read or present, you can separate its thousands with a special character. Such a character is called the thousands separator. To know what this character is, you can open the Control Panel window (if you are using Microsoft Windows Server 2003, you can click Start -> Control Panel), double-click (if you are using Microsoft Windows Server 2003, then click) Regional and Language Options, click Customize and observe the character of the Digit Grouping Symbol combo box: This character depends on the language that your computer is configured to use: Based on this, the character used in US English as the thousand separator is the comma. Therefore, you can use it to easily read 15423576497 by representing it with 15,423,576,497.
The numbers we have mentioned so far are referred to as natural numbers. Another category of numbers is referred to as decimal. This type of number uses a fractional part to specify that the last part of the number is not a complete digit. To indicate this, the number includes another character called the Decimal Symbol. This character also depends on the language of the computer. You can find it out in the Customize Regional Options dialog box from the Regional And Language Options dialog box of Control Panel. The character is represented in the Decimal Symbol combo box. In US English, the Decimal Symbol is the period. Examples are 3.15 or 70,449,579.64
The numbers we have used so far are referred to as positive because they were higher than 0. In some cases, you will deal with numbers that are lower than 0. Such numbers are referred to as negative. To indicate that a number is negative, you MUST use a special character. Once again, to find out what this character is, refer to the Customize Regional Options dialog box.
The negative symbol can be identified in the Negative Sign Symbol combo box. In US English, this character is the minus symbol "-". Therefore, to indicate that a number is negative, in a US English document, you must type - to the left of the number. Based on this rule, always remember that if you omit or forget the - symbol, the number is considered positive (in computer programming, if a number doesn't have a sign, it is referred to as "unsigned").

No comments:

Post a Comment