In process-based DO/S, resources are controlled by servers called ____ that are responsible for accepting requests for service on the individual devices they control, processing each request fairly, providing service to the requestor, and returning to serve others.
A. kernels
B. guardians
C. spoolers
D. nodes
Answer: B
Computer Science & Information Technology
You might also like to view...
If x initially contains the value 3, which of the following sets x to 7?
a. x ++ 4; b. x += 4; c. x =+ 4; d. x + 4 = x;
Computer Science & Information Technology
A __________ class contains a reference member that refers to an object of the same class type.
a. self-determining. b. self-pointing. c. self-linking. d. self-referential.
Computer Science & Information Technology
The _____ feature maintains all deleted, changed, and inserted text for a document.
A. Comments B. Changes C. Track Changes D. Tracking
Computer Science & Information Technology
Two of the more commonly used date functions are the ________ and ________ functions
A) DateSerial, DatePart B) Date, DatePart C) Today, Date D) Date, Now
Computer Science & Information Technology