Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

014. Which of the following utilizes a Job Queue? Check the single-best answer A

ID: 3879120 • Letter: 0

Question

014. Which of the following utilizes a Job Queue? Check the single-best answer Asymmetric System Timesharing SystemDsymmetric system Real-Time System Batch System None of These 015 Which of the following utilizes a Master CPU? Check the single-best answer. Asymmetric System Timesharing System Symmetric SystemReal-Time SystemBatch System None of These 016. Which of the following are noted tasks of the OS under Process Management? Check all that apply. Manage Deadlock Communication Create Suspend Delete All of These 017. Which of the following are noted tasks of the OS under Memory Management? Check all that apply. Make Program Resident Determine what Memory is Free Allocate Memory Determine where Process is placed Deallocate Memory All of These 018. Which of the following are characteristics of a symmetric multiprocessing system? Check all that apply. Efficient Execution Easy CPU Scheduling Has a Master CPU Allows Concurrency of Programs

Explanation / Answer

14.) Batch System :

In system software, a job queue (sometimes batch queue), is a data structure maintained by job scheduler software containing jobs to run.

Users submit their programs known as "jobs", to the queue for batch processing.

15.) Asymmetric System :
A master CPU controls the system, and runs key kernel
tasks.
Other CPUs do what the master tells them.

16.) All of These

17.) All of These

18.) All CPUs can do I/O, Efficient Execution of Programs, Allows Concurrency.