Computer Science, asked by Harsh16503, 1 year ago

How is the insert mode different from the overtype mode in writter

Attachments:

Answers

Answered by sktjr
3
The insert mode keeps the original text as it is, it only lets you add something extra to the text.
But the overtype mode lets you type over the word. You can't add anything to original text, as the newly typed text takes over the place of original text.
eg: if you choose insert mode and select a word 'dog', and then type 'main ' it will write 'dogmain'
but if you choose overtype mode, select 'dog'and then type 'main'it will erase the dog as you write and print only 'main'.
Hope it helped.

Harsh16503: thanks for the help
Harsh16503: ya its help
Harsh16503: me a lot
sktjr: you are welcome
Similar questions