Operating System » Memory Allocation 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 main memory accommodates ____________

A. Operating system
B. Cpu
C. User processes
D. All of the mentioned

The operating system and the other processes are protected from being modified by an already running process because ____________

A. They are in different memory spaces
B. They are in different logical addresses
C. They have a protection algorithm
D. Every address generated by the cpu is being checked against the relocation and limit registers

What is the operating system?

A. In the low memory
B. In the high memory
C. Either low or high memory (depending on the location of interrupt vector)
D. None of the mentioned

In contiguous memory allocation ____________

A. Each process is contained in a single contiguous section of memory
B. All processes are contained in a single contiguous section of memory
C. The memory space is contiguous
D. None of the mentioned

The relocation register helps in ____________

A. Providing more address space to processes
B. A different address space to processes
C. To protect the address spaces of processes
D. None of the mentioned

With relocation and limit registers, each logical address must be _______ the limit register.

A. Less than
B. Equal to
C. Greater than
D. None of the mentioned

Transient operating system code is code that ____________

A. Is not easily accessible
B. Comes and goes as needed
C. Stays in the memory always
D. Never enters the memory space

When memory is divided into several fixed sized partitions, each partition may contain ________

A. Exactly one process
B. At least one process
C. Multiple processes at once
D. None of the mentioned

In fixed size partition, the degree of multiprogramming is bounded by ___________

A. The number of partitions
B. The cpu utilization
C. The memory size
D. All of the mentioned

Explanation: None