Operating System » Rtos
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
In real time operating system ____________

A. All processes have the same priority
B. A task must be serviced by its deadline period
C. Process scheduling can be done only once
D. Kernel is not required

Hard real time operating system has ______________ jitter than a soft real time operating system.

A. Less
B. More
C. Equal
D. None of the mentioned

Explanation: Jitter is the undesired deviation from the true periodicity.

For real time operating systems, interrupt latency should be ____________

A. Minimal
B. Maximum
C. Zero
D. Dependent on the scheduling

Explanation: Interrupt latency is the time duration between the generation of interrupt and execution of its service.

Which one of the following is a real time operating system?

A. Rtlinux
B. Vxworks
C. Windows ce
D. All of the mentioned

In rate monotonic scheduling ____________

A. Shorter duration job has higher priority
B. Longer duration job has higher priority
C. Priority does not depend on the duration of the job
D. None of the mentioned

In which scheduling certain amount of CPU time is allocated to each process?

A. Earliest deadline first scheduling
B. Proportional share scheduling
C. Equal share scheduling
D. None of the mentioned

The problem of priority inversion can be solved by ____________

A. Priority inheritance protocol
B. Priority inversion protocol
C. Both priority inheritance and inversion protocol
D. None of the mentioned

Time duration required for scheduling dispatcher to stop one process and start another is known as ____________

A. Process latency
B. Dispatch latency
C. Execution latency
D. Interrupt latency

Time required to synchronous switch from the context of one thread to the context of another thread is called?

A. Threads fly-back time
B. Jitter
C. Context switch time
D. None of the mentioned

VxWorks is centered around ____________

A. Wind microkernel
B. Linux kernel
C. Unix kernel
D. None of the mentioned