Multiple choice technology programming languages

In vi editor which option will move the cursor to next sentence and previous sentence respectively ?

  1. { AND }

  2. } AND {

  3. ( AND )

  4. ) AND (

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

In vi, ) moves the cursor to the beginning of the next sentence, and ( moves to the beginning of the previous sentence. The { and } keys move by paragraphs, not sentences, so they are incorrect for sentence navigation.