Answer Posted / bharath
Many Definitions are there for Virtual Machine;
..A virtual machine in computer science is software that
creates an environment between the computer platform and
the end user in which the end user can operate software.
..A functional simulation of a computer and its associated
devices.
..A virtual machine is a machine completely defined and
implemented in software rather than hardware. It is often
referred to as a "runtime environment"; code compiled for
such a machine is typically called bytecode.
..A self-contained operating environment that behaves as if
it is a separate computer.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do I delete files from command prompt?
Write a command to display a file’s contents in various formats?
Enlist some filename manipulation commands in unix.
What is the use of egrep command in unix?
How do I search a whole word in vim?
Describe the zip/unzip command using gzip.
What command is used to check the current users?
Explain the steps that a shell follows while processing a command.
How do I search for a file in unix command?
Write a command that will display files in the current directory, in a colored, long format.
What is ‘ps’ command for?
What does the command ' $who | sort –logfile > newfile' do?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is used to type command?
Differentiate cat command from more command.