You must have seen multiple answers for this question. But below one is awesome.
You want to duplicate the behavior of an old calculator, there are two options.
The Emulator tries to duplicate the inner workings of the device.
Simulator is similar to something.
Emulator is exactly like something.
You want to duplicate the behavior of an old calculator, there are two options.
- You write new program that draws the calculator's display and keys, and when the user clicks on the keys, your programs does what the old calculator did. This is a Simulator
- You get a dump of the calculator's firmware, then write a program that loads the firmware and interprets it the same way the microprocessor in the calculator did. This is an Emulator
The Emulator tries to duplicate the inner workings of the device.
Simulator is similar to something.
Emulator is exactly like something.
Thanks for the useful post..
ReplyDeleteHappy to see that you found this post USEFUL !! :)
Delete