Multiple choice technology

We can open multiple files with vi at same time and we can not traverse betwwen the files we opened ?

  1. True

  2. False

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

The statement is false - vi CAN open multiple files at once using 'vi file1 file2 file3' and provides commands to navigate between them like ':n' (next), ':prev' or ':N' (previous), and ':args' to list all open files. The claim that you cannot traverse between files is incorrect.