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
Which command is used to delete all files in the current directory and all its sub-directories?
What is the behavioural difference between cmp and diff commands?
Why is it called a shebang?
How many unix commands are there?
Which unix command lists files/folders in alphabetical order?
What is grep r?
What is rmdir command?
What command is used to switching between users in unix?
What is grep command in unix with examples?
Is ‘du’ a command? If so, what is its use?
Explain mount and unmount command.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Describe the usage and functionality of the command rm –r * in unix?
Who wrote grep?
Write a command to kill the last background job?