Operating System » Disk Management
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 two steps the operating system takes to use a disk to hold its files are _______ and ________

A. Partitioning & logical formatting
B. Swap space creation & caching
C. Caching & logical formatting
D. Logical formatting & swap space creation

The _______ program initializes all aspects of the system, from CPU registers to device controllers and the contents of main memory, and then starts the operating system.

A. Main
B. Bootloader
C. Bootstrap
D. Rom

Explanation: In common conversation, the terms Bootstrap and Bootloader are often used interchangeably, but in a technical or exam context, they represent different stages of the computer's startup sequence. Think of it as a relay race: the Bootstrap program starts the race and hands the baton to the Bootloader, which then finishes the job by bringing in the Operating System. 1. The Bootstrap Program (Stage 1) This is the "First Breath" of the computer. 2. The Bootloader (Stage 2) This is the "Specialist" that knows how to talk to your specific Operating System.

The data structure for a sector typically contains ____________

A. Header
B. Data area
C. Trailer
D. All of the mentioned

The header and trailer of a sector contain information used by the disk controller such as _________ and _________

A. Main section & disk identifier
B. Error correcting codes (ecc) & sector number
C. Sector number & main section
D. Disk identifier & sector number

For most computers, the bootstrap is stored in ________

A. Ram
B. Rom
C. Cache
D. Tertiary storage

A disk that has a boot partition is called a _________

A. Start disk
B. End disk
C. Boot disk
D. All of the mentioned

Defective sectors on disks are often known as __________

A. Good blocks
B. Destroyed blocks
C. Bad blocks
D. None of the mentioned

In SCSI disks used in high end PCs, the controller maintains a list of _________ on the disk. The disk is initialized during ________ which sets aside spare sectors not visible to the operating system.

A. Destroyed blocks, high level formatting
B. Bad blocks, partitioning
C. Bad blocks, low level formatting
D. Destroyed blocks, partitioning