Thursday 2 August 2012

How is a simulator different from an emulator? | Android

     A.    Emulators are only used to play old SNES games, simulators are used for software development
     B.    The emulator is shipped with the Android SDK and third party simulators are not
     C.    The emulator can virtualize sensors and other hardware features, while the simulator cannot
     D.    The emulator imitates the machine executing the binary code, rather than simulating the behavior of the code at a higher level.

Ans: D