Virtual environments are stored as _______________.

A. a set of links
B. processes in RAM
C. a set of files
D. snapshots

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is always a syntax error?

a) Not using srand in every program that uses rand. b) Not using rand in every program that uses srand. c) Not using const when passing an array. d) Forgetting to include the array subscript when referring to indi-vidual structures in an array of structures.

Computer Science & Information Technology

Which of the following is not a keyword used to declare a constant variable:

a) Const b) ReadOnly c) NamedConst d) None of the above

Computer Science & Information Technology