Virtual machines Flashcards
1
Q
Virtual machines
A
A software implementation of a computer system that provides an environment with a translator for intermediate code to run.
2
Q
Purpose of virtual machines
A
They are used in a way for programmers to try their programs on different operating systems.
* pros - Saves money and time putting in a new OS
* cons - slow to run as it is run in intermediate language
3
Q
intermediate code
A
Code that is used by a virtual machine that represents source code