
102 Fundamentals of Computer Programming and IT
and again. Let us consider an example of inserting text in the overtyping mode. Suppose, you want to edit the con-
tent in a document from “Jenny has a large blue car
” to “Jenny has a large pink car”, follow the steps given below:
1. Type the text ‘Jenny has a large blue car’.
2. Place the cursor before the letter ‘b’ in ‘blue’.
3. Enable the overtype mode.
4. Type the word pink.
5. The sentence should now read—‘Jenny has a large pink car’.
4.6.2 Selecting Text
Before performing any operation on text such as moving, copying, formatting etc., the text must be selected
(Figure 4.13). Whenever you ...