Operating System » Cpu Scheduling Benefits
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
What is dispatch latency?

A. The speed of dispatching a process from running to the ready state
B. The time of dispatching a process from running to ready state and keeping the cpu idle
C. The time to stop one process and start running another one
D. None of the mentioned

With multiprogramming ______ is used productively.

A. Time
B. Space
C. Money
D. All of the mentioned

What are the two steps of a process execution?

A. I/o & os burst
B. Cpu & i/o burst
C. Memory & i/o burst
D. Os & memory burst

An I/O bound program will typically have ____________

A. A few very short cpu bursts
B. Many very short i/o bursts
C. Many very short cpu bursts
D. A few very short i/o bursts

Explanation: An I/O bound program frequently performs short computations (short CPU bursts) followed by waiting for I/O operations to complete.

A process is selected from the ______ queue by the ________ scheduler, to be executed.

A. Blocked, short term
B. Wait, long term
C. Ready, short term
D. Ready, long term

In the following cases non – preemptive scheduling occurs?

A. When a process switches from the running state to the ready state
B. When a process goes from the running state to the waiting state
C. When a process switches from the waiting state to the ready state
D. All of the mentioned

Explanation: There is no other choice.

The switching of the CPU from one process or thread to another is called ____________

A. Process switch
B. Task switch
C. Context switch
D. All of the mentioned

Scheduling is done so as to ____________

A. Increase the waiting time
B. Keep the waiting time the same
C. Decrease the waiting time
D. None of the mentioned

What is Turnaround time?

A. The total waiting time for a process to finish execution
B. The total time spent in the ready queue
C. The total time spent in the running queue
D. The total time from the completion till the submission of a process

What is Waiting time?

A. The total time in the blocked and waiting queues
B. The total time spent in the ready queue
C. The total time spent in the running queue
D. The total time from the completion till the submission of a process