The UNIX dispatcher relies on a(n) __________ that holds one entry for each process.

a. process table
b. i-node table
c. address table
d. control block queue

a. process table

Computer Science & Information Technology

You might also like to view...

The ____________________ constructor is called when a stack object is passed as a (value) parameter to a function.

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

Computer Science & Information Technology

In the following C statement, what is the number 40 called?

amt = calculate_pay(40, 20.75); a. output argument b. formal parameter c. actual argument d. variable abstraction e. none of the above

Computer Science & Information Technology