Multiple choice technology operating systems

What is the name of the Linux Application that allows you to run "individual" windows programs on Linux?

  1. QEMU

  2. VirtualBox

  3. WINE

  4. WIN-API Emulator

  5. VM-WARE

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

WINE is a compatibility layer that translates Windows API calls to POSIX calls on the fly, allowing individual Windows programs to run natively on Linux. VirtualBox and VMware run a complete guest OS, QEMU is a full hardware emulator, and WIN-API Emulator is a generic, non-existent software name.