1. What is error handler?
The error handler is used to check if there is an error in the program. If any error, it should warn the programmer by instructions to proceed from phase to phase.
2. Name some of text editors.
line editors
stream editors
screen editors
word processors
structure editors
3. What for debug monitors are used?
Debug monitors are used in obtaining information for localization of errors.
4. Mention the features of word processors.
moving text from one place to another
merging of text
searching
word replacement
5. What are the phases in performing editing process?
Traveling phase
Filtering phase
Formatting phase
Editing phase
6. Define traveling phase.
The phase specifies the region of interest. Traveling is achieved using operations such as next screenful, bottom, find pattern.
7. Filtering phase.
The selection of what is to be viewed and manipulated in given by filtering.
8. Editing phase
In this phase, the target document is altered with the set of operations such as insert, delete, replace, move and copy.