nerdexam
CompTIACompTIA

XK0-005 · Question #10530

XK0-005 Question #10530: Real Exam Question with Answer & Explanation

The correct answer is D: A. {"question_number": 3, "question": "An engineer needs to insert a character at the end of the current line in the vi text editor. Which of the following will allow the engineer to complete this task?", "correct_answer": "D", "explanation": "In vi, pressing 'A' (uppercase) moves t

System Management

Question

An engineer needs to insert a character at the end of the current line in the vi text editor. Which of the following will allow the engineer to complete this task?

Options

  • Ap
  • Br
  • Cbb
  • DA
  • Ei

Explanation

{"question_number": 3, "question": "An engineer needs to insert a character at the end of the current line in the vi text editor. Which of the following will allow the engineer to complete this task?", "correct_answer": "D", "explanation": "In vi, pressing 'A' (uppercase) moves the cursor to the end of the current line and enters Insert mode, allowing the user to append characters there. Lowercase 'i' enters Insert mode before the current cursor position, not at the end of the line. 'r' replaces only a single character under the cursor. 'p' pastes previously yanked or deleted text after the cursor. 'bb' moves the cursor backward two words in Normal mode without entering Insert mode. 'A' is the correct command to append at the end of the line.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#vi editor#Text editing#Command-line tools

Community Discussion

No community discussion yet for this question.

Full XK0-005 PracticeBrowse All XK0-005 Questions