Multiple choice technology operating systems

vi is an

  1. editor

  2. variable

  3. object

  4. class

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

vi (and vim) is a text editor in UNIX/Linux systems. It's a modal editor with different modes for inserting and commanding text. It's not a variable, object, or class - those are programming concepts.