What type of programs specifically manage central processor and computer memory?

A. batch managers
B. application program interfaces
C. task-switching
D. resource managers

Answer: D

Computer Science & Information Technology

You might also like to view...

Quicksort is a popular sorting algorithm because:

A. it is recursive B. its best-case time has the best possible time complexity of a sorting algorithm C. it has a low coefficient in the most significant term of its average-time instruction function D. its worst-case time has the best possible time complexity of a sorting algorithm

Computer Science & Information Technology

The following statement should print the integer value of 'c'. cout << 'c';

What will be an ideal response?

Computer Science & Information Technology