1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is a virtual machine?
A software based emulation of a computer
What can virtual machines be used for?
Running one OS inside another to emulate different hardware
What can virtual machines execute?
Intermediate code e.g. Java virtual machine executes Java byte code
What are pros and cons?
Pros:
- Portable:
can run on any machine with the appropriate VM installed.
- Multiple OS environments
Cons:
-Complex:
Requires configuration, virtual drivers, and may complicate networking.