Operating System » Cpu Scheduling Algorithms 2
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 FCFS algorithm is particularly troublesome for ____________

A. Time sharing systems
B. Multiprogramming systems
C. Multiprocessor systems
D. Operating systems

Explanation: In a time sharing system, each user needs to get a share of the CPU at regular intervals.

The real difficulty with SJF in short term scheduling is ____________

A. It is too good an algorithm
B. Knowing the length of the next cpu request
C. It is too complex to understand
D. None of the mentioned

Consider the following set of processes, the length of the CPU burst time given in milliseconds. Process Burst time P1 6 P2 8 P3 7 P4 3 Assuming the above process being scheduled with the SJF scheduling algorithm.

A. The waiting time for process p1 is 3ms
B. The waiting time for process p1 is 0ms
C. The waiting time for process p1 is 16ms
D. The waiting time for process p1 is 9ms

Preemptive Shortest Job First scheduling is sometimes called ____________

A. Fast sjf scheduling
B. Edf scheduling €? earliest deadline first
C. Hrrn scheduling €? highest response ratio next
D. Srtn scheduling €? shortest remaining time next

An SJF algorithm is simply a priority algorithm where the priority is ____________

A. The predicted next cpu burst
B. The inverse of the predicted next cpu burst
C. The current cpu burst
D. Anything the user wants

Explanation: The larger the CPU burst, the lower the priority.

Choose one of the disadvantages of the priority scheduling algorithm?

A. It schedules in a very complex manner
B. Its scheduling takes up a lot of time
C. It can lead to some low priority process waiting indefinitely for the cpu
D. None of the mentioned

What is ‘Aging’?

A. Keeping track of cache contents
B. Keeping track of what pages are currently residing in memory
C. Keeping track of how many times a given page is referenced
D. Increasing the priority of jobs to ensure termination in a finite time