InterviewSolution
Saved Bookmarks
| 1. |
Which of the following moves the insertion point to the previous cell ?(a) TAB (b) SHIFT + TAB(c) BACKSPACE + TAB (d) CTRL + TAB |
|
Answer» (d) CTRL + TABExplanation:ctrl + right ARROW is used for the insertion POINT to the next WORD to the right ctrl + left arrow is used for the insertion point to the next word to the left |
|