Which of the following are modes used in the vim/vi editor?
The three primary modes of the vim/vi editor are Insert (also called Edit or Entry), Command (also called Normal), and EX (also called Colon Commands).
Which of the following methods can you use to exit the vi/vim editor?
There are various methods to exit the vi/vim editor. The only one that is not correct is the :zz keystroke sequence. Be aware that all the correct methods to leave the vi/vim editor save the contents to disk, except that the :q! keystroke sequence does NOT save the contents to disk.