Operating System » Cpu Scheduling Algorithms 1
Operating System Subcategories
Memory Management Swapping 1Process Scheduling Queue
Virtual Memory Page Replacement Algorithms 1Linux
Cpu SchedulingMemory Management
Computer FundamentalsCpu Scheduling Benefits
Threads Signal HandlingThreads Ult Klt
Distributed Operating SystemBasics
Operating SystemProcesses
Cpu Scheduling Algorithms 1Cpu Scheduling Algorithms 2
DeadlockDeadlock Avoidance
Memory Management Swapping 2Memory Allocation 1
Secondary StorageMemory Management Paging 1
Memory Management Paging 2Rtos
Multimedia System Cpu Disk SchedulingSecurity Intrusion Detection
Virtual Memory ThrashingFile System Interface Access Methods 1
File System Interface Directory Structure 1File System Interface Directory Structure 2
File System Interface Mounting SharingFile System Allocation Methods 1
Disk Scheduling 2Disk Management
Classic Sync ProblemsSemaphores 1
Process CreationMultimedia System Network Management
Semaphores 2Cpu Scheduling 2
Application Io Interface 1Inter Process Communication
Process SynchronizationMultimedia System Compression 1
Network File System 1Disk Scheduling 1
Mass Storage Raid 1File System 1
Communication Systems Bandwidth Transmission MediumSecurity Cryptography
Two Port NetworkProcess Rpc
Virtual Memory Page Replacement Algorithms 2Virtual Memory Frame Allocation
Network File System 2File System Allocation Methods 2
File System Allocation Methods 3Process Control Block
Process StructuresCritical Section Problem
Process Sync MonitorsAtomic Transactions
Deadlock RecoveryMemory Allocation 2
Memory Management SegmentationApplication Io Interface 2
Kernel Io SubsystemsMultimedia System Compression 2
Multimedia System Compression 3Security User Authentication
Security Program System ThreatsSecurity System Facility
Threads Fork ExecThreads Cancellation
Threads PoolsMulti Threading Models
Virtual Memory Demand PagingVirtual Memory
File System ConceptsFile System Implementation
File System Interface Access Methods 2File System Recovery
Io SubsystemSwap Space Management
Mass Storage Raid 2Mass Storage Tertiary Storage
Protection ConceptsProtection Access Matrix
SecurityProtection Memory Protection
Protection Revocation Access RightsNetwork Structure Topology
RobustnessDistributed File System
Distributed SynchronizationDeadlock Prevention
Deadlock DetectionThreads
File System Interface ProtectionFile System Free Space Performance
The portion of the process scheduler in an operating system that dispatches processes is concerned with ____________

A. Assigning ready processes to cpu
B. Assigning ready processes to waiting queue
C. Assigning running processes to blocked queue
D. All of the mentioned

Round robin scheduling falls under the category of ____________

A. Non-preemptive scheduling
B. Preemptive scheduling
C. All of the mentioned
D. None of the mentioned

With round robin scheduling algorithm in a time shared system ____________

A. Using very large time slices converts it into first come first served scheduling algorithm
B. Using very small time slices converts it into first come first served scheduling algorithm
C. Using extremely small time slices increases performance
D. Using very small time slices converts it into shortest job first algorithm

Explanation: All the processes will be able to get completed.

Complex scheduling algorithms ____________

A. Are very appropriate for very large computers
B. Use minimal resources
C. Use many resources
D. All of the mentioned

Explanation: Large computers are overloaded with a greater number of processes.

What is FIFO algorithm?

A. First executes the job that came in last in the queue
B. First executes the job that came in first in the queue
C. First executes the job that needs minimal processor
D. First executes the job that has maximum processor needs

The strategy of making processes that are logically runnable to be temporarily suspended is called ____________

A. Non preemptive scheduling
B. Preemptive scheduling
C. Shortest job first
D. First come first served

What is Scheduling?

A. Allowing a job to use the processor
B. Making proper use of processor
C. All of the mentioned
D. None of the mentioned

Orders are processed in the sequence they arrive if _______ rule sequences the jobs.

A. Earliest due date
B. Slack time remaining
C. First come, first served
D. Critical ratio

Which of the following algorithms tends to minimize the process flow time?

A. First come first served
B. Shortest job first
C. Earliest deadline first
D. Longest job first