The UNIX __________ offers compatible device, file, and inter-process I/O.

a. file system
b. kernel
c. both A and B
d. neither A nor B


a. file system

Computer Science & Information Technology

You might also like to view...

Which of the following statements initializes the unsigned int variable counter to 10?

a. unsigned int counter = 10; b. unsigned int counter = {10}; c. unsigned int counter{10}; d. All of the above.

Computer Science & Information Technology

In the URL http://myschool.edu, the protocol prefix is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

In general, ____ fundamental types of errors can cause C++ exceptions.

a. two b. three c. four d. five

Computer Science & Information Technology

Critical Thinking Questions Case 11-1 ? You recently started a new job working with databases. You receive training on maintaining the database from your boss, Gregor. Gregor tells you that when a DBMS flags a deleted record, ______. 

A. it is deleted logically B. it is removed physically from the drive C. it means the data is invalid D. nothing happens -- records cannot be deleted

Computer Science & Information Technology