Which of the following technologies uses software to emulate multiple hardware environments that can utilize multiple operating systems?

A. hypervisor
B. containers
C. thin provisioning
D. virtualization


Answer: D

Computer Science & Information Technology

You might also like to view...

One reason to define a Queue ADT (abstract data type) interface is

a) to tightly couple the data in the queue elements with the implementation of the queue data structure b) to guide the programmer in how to implement the queue operations c) to separate the operations from the ways that the operations can be implemented d) both b) and c) are correct e) none of these is correct

Computer Science & Information Technology

One of e-mail's main disadvantages is junk.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Stacks are known as ________ data structures.

a. FIFO. b. FILO. c. LIFO. d. LILO.

Computer Science & Information Technology

Which of the following is correct for font metrics?

a. height = descent + ascent + leading. b. The amount the character dips below the baseline is the ascent. c. The amount the character can be above the baseline is the leading. d. The amount the character rises above the baseline is the descent.

Computer Science & Information Technology