Multiple choice technology operating systems

Which of the following is/are text editors in Unix/Linux?

  1. Notepad

  2. Emacs

  3. Vi

  4. Notepad ++

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

Emacs and Vi/Vim are both standard Unix/Linux text editors that have been part of Unix systems for decades. Notepad is a Windows-only GUI text editor, and Notepad++ is also Windows-specific. Both Emacs and Vi are powerful, terminal-based editors commonly used on Unix-like systems for programming and system administration.