Match each item with a statement below.

A. the process of granting or denying access to a user
B. identifying who has access to network
C. two or more threads being executed simultaneously
D. smallest unit of software that can be scheduled
E. a program that is loaded into memory
F. runs in the background
G. a dedicated server device designed solely for providing shared storage for network users
H. a high-speed network storage solution for replacing locally attached drives on servers
I. partial copy of a virtual machine
J. files stored on the host computer that represent a virtual machine's hard disk


A. authorization
B. authentication
C. multiprocessing
D. thread
E. process
F. service
G. NAS
H. SAN
I. snapshot
J. virtual disk

Computer Science & Information Technology

You might also like to view...

When placing the elements in an array in descending order, the __________ sort begins by finding and placing the largest value in element 0.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

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

1. An uncaught exception in C++ is ignored. 2. If an exception is thrown in a function, say, f(), but not handled there, the exception is propagated to the function that called f().

Computer Science & Information Technology

Tap or click the 'Default Sensitivity level' arrow to display a list of ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A means for two processes to exchange information is with the use of _________

A) spinlocks B) event flags C) condition variables D) messages

Computer Science & Information Technology