Operating System » Memory Management Segmentation
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 segmentation, each address is specified by ____________

A. A segment number & offset
B. An offset & value
C. A value & segment number
D. A key & value

In paging the user provides only ________ which is partitioned by the hardware into ________ and ______

A. One address, page number, offset
B. One offset, page number, address
C. Page number, offset, address
D. None of the mentioned

Each entry in a segment table has a ____________

A. Segment base
B. Segment peak
C. Segment value
D. None of the mentioned

The segment base contains the ____________

A. Starting logical address of the process
B. Starting physical address of the segment in memory
C. Segment length
D. None of the mentioned

The segment limit contains the ____________

A. Starting logical address of the process
B. Starting physical address of the segment in memory
C. Segment length
D. None of the mentioned

The offset ‘d’ of the logical address must be ____________

A. Greater than segment limit
B. Between 0 and segment limit
C. Between 0 and the segment number
D. Greater than the segment number

If the offset is legal ____________

A. It is used as a physical memory address itself
B. It is subtracted from the segment base to produce the physical memory address
C. It is added to the segment base to produce the physical memory address
D. None of the mentioned

When the entries in the segment tables of two different processes point to the same physical location ____________

A. The segments are invalid
B. The processes get blocked
C. Segments are shared
D. All of the mentioned

The protection bit is 0/1 based on ____________

A. Write only
B. Read only
C. Read €? write
D. None of the mentioned

If there are 32 segments, each of size 1Kb, then the logical address should have ____________

A. 13 bits
B. 14 bits
C. 15 bits
D. 16 bits

Explanation: To specify a particular segment, 5 bits are required. To select a particular byte after selecting a page, 10 more bits are required. Hence 15 bits are required.