

InterviewSolution
Saved Bookmarks
1. |
Write function of ESC key |
Answer» The Escape key is located in the upper-left corner of a computer\xa0keyboard. It typically resides to the left of the Function keys (F1, F2, F3, etc.) and above the tilde (~) key. Most often, is is labeled with the abbreviation "esc."The Escape key has many purposes, which have evolved over time. Most uses share the common action of exiting or "escaping" an operation. The Escape key is often used to quit, cancel, or abort a\xa0process\xa0that is running on a\xa0computer. | |