Multiple choice

Which key sequence moves the cursor to the beginning of a line?

  1. CTRL-A

  2. CTRL-C

  3. CTRL-P

  4. CTRL-E

  5. CTRL-N

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In many command-line interfaces and text editors (like Bash or Emacs), CTRL-A is the standard shortcut to move the cursor to the beginning of the current line.