Difference between revisions of "Emulator"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
* [[Computing]]
 
* [[Computing]]
 +
* [[Emulation]]
 
* [[Virtual machine]]
 
* [[Virtual machine]]
  
Line 13: Line 14:
  
 
* [https://en.wikipedia.org/wiki/Emulator Emulator] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Emulator Emulator] @ Wikipedia
 +
 +
[[Category:Computing]]
 +
[[Category:Computer science]]

Latest revision as of 05:53, 21 April 2016

In computing, an emulator is hardware or software that enables one computer system (called the host) to behave like another computer system (called the guest).

Description

An emulator typically enables the host system to run software or use peripheral devices designed for the guest system.

See also

External links