The Job Scheduler seeks to ____ when scheduling jobs.
A. run all CPU intensive jobs first
B. run all I/O intensive jobs first
C. balance CPU and I/O intensive jobs
D. run the quickest jobs first
Answer: C
Computer Science & Information Technology
You might also like to view...
A house is an example of ________ property
A) intangible B) personal C) real D) intellectual
Computer Science & Information Technology
Which statement is generally false?
a) Initializing pointers is optional. b) Dereferencing an uninitialized pointer could lead to a fatal execu-tion time error. c) Deferencing an uninitialized pointer could accidentally modify im-portant data. d) Derefencing an uninitialized pointer causes a syntax error.
Computer Science & Information Technology