Solve your doubts and expand your knowledge with IDNLearn.com's extensive Q&A database. Get prompt and accurate answers to your questions from our experts who are always ready to help.

What are the differences between simulation and emulation?

Sagot :

An emulator is a complete re-implementation of a particular device or platform. The emulator works exactly like the real device. For example, an NES emulator implements the CPU, sound chip, video output, controller signals, and so on. The unmodified code from an NES cast can be downloaded and then the resulting image can be loaded into the emulator and played.

A simulator is a partial implementation of a device / platform, but only for its own purposes.

I hope it helped you=)