Top 250+ Most Asked Operating System Interview Questions
Comprehensive collection of OS interview questions covering fundamentals, kernel architecture, hardware interfaces, and process concepts. Each answer is technical and interview-ready.
0%
Overall Progress
0/270
Status
Problem
Level
2.What are the main functions of an Operating System?Easy
2.What are the main functions of an Operating System?
Easy
3.What services are provided by an Operating System?Easy
3.What services are provided by an Operating System?
Easy
4.What is the difference between 32-bit and 64-bit Operating Systems?Medium
4.What is the difference between 32-bit and 64-bit Operating Systems?
Medium
5.What is a Kernel? Explain its role.Medium
5.What is a Kernel? Explain its role.
Medium
6.What is the difference between Kernel and OS?Medium
6.What is the difference between Kernel and OS?
Medium
7.What is a Shell?Easy
7.What is a Shell?
Easy
8.What are System Calls? Give examples.Medium
8.What are System Calls? Give examples.
Medium
9.What is an API (Application Programming Interface)?Easy
9.What is an API (Application Programming Interface)?
Easy
10.What is the difference between System Call and API?Medium
10.What is the difference between System Call and API?
Medium
11.What is the difference between RAM and ROM?Easy
11.What is the difference between RAM and ROM?
Easy
12.What is the difference between SRAM and DRAM?Medium
12.What is the difference between SRAM and DRAM?
Medium
13.What is the difference between PROM, EPROM, and EEPROM?Medium
13.What is the difference between PROM, EPROM, and EEPROM?
Medium
14.What is the role of BIOS?Easy
14.What is the role of BIOS?
Easy
15.What is the difference between BIOS and UEFI?Medium
15.What is the difference between BIOS and UEFI?
Medium
16.What is the difference between MBR and GPT?Medium
16.What is the difference between MBR and GPT?
Medium
17.What happens when you turn on your computer? Explain the booting process.Hard
17.What happens when you turn on your computer? Explain the booting process.
Hard
18.What is the difference between Compiler, Interpreter, Assembler, and Loader?Medium
18.What is the difference between Compiler, Interpreter, Assembler, and Loader?
Medium
19.What is JVM (Java Virtual Machine)?Easy
19.What is JVM (Java Virtual Machine)?
Easy
20.What is Virtualization?Easy
20.What is Virtualization?
Easy
21.What is Containerization?Medium
21.What is Containerization?
Medium
22.What is the difference between Virtualization and Containerization?Hard
22.What is the difference between Virtualization and Containerization?
Hard
23.What is the difference between Monolithic Kernel and Microkernel?Hard
23.What is the difference between Monolithic Kernel and Microkernel?
Hard
24.Why does Windows use a Monolithic Kernel architecture?Hard
24.Why does Windows use a Monolithic Kernel architecture?
Hard
25.What are the advantages and disadvantages of Microkernel architecture?Hard
25.What are the advantages and disadvantages of Microkernel architecture?
Hard
26.What is a Batch Operating System?Easy
26.What is a Batch Operating System?
Easy
27.What is a Time-Sharing Operating System?Medium
27.What is a Time-Sharing Operating System?
Medium
28.What is a Distributed Operating System?Medium
28.What is a Distributed Operating System?
Medium
29.What is a Network Operating System?Easy
29.What is a Network Operating System?
Easy
30.What is a Real-Time Operating System (RTOS)?Medium
30.What is a Real-Time Operating System (RTOS)?
Medium
31.What is the difference between Hard Real-Time and Soft Real-Time OS?Hard
31.What is the difference between Hard Real-Time and Soft Real-Time OS?
Hard
32.What is a Multi-user Operating System?Easy
32.What is a Multi-user Operating System?
Easy
33.What is an Embedded Operating System?Medium
33.What is an Embedded Operating System?
Medium
34.What is a Mobile Operating System?Easy
34.What is a Mobile Operating System?
Easy
35.Which type of OS is best suited for servers?Medium
35.Which type of OS is best suited for servers?
Medium
36.What is a Process?Easy
36.What is a Process?
Easy
37.What is the difference between Process and Program?Medium
37.What is the difference between Process and Program?
Medium
38.What are the different states of a Process?Medium
38.What are the different states of a Process?
Medium
39.Draw and explain the Process State Diagram.Medium
39.Draw and explain the Process State Diagram.
Medium
40.What is a Process Control Block (PCB)?Medium
40.What is a Process Control Block (PCB)?
Medium
41.What information does a PCB contain?Hard
41.What information does a PCB contain?
Hard
42.How does a process look like in memory?Medium
42.How does a process look like in memory?
Medium
43.What are the different sections of process memory layout?Hard
43.What are the different sections of process memory layout?
Hard
44.What is the difference between Stack and Heap memory?Medium
44.What is the difference between Stack and Heap memory?
Medium
45.What is a Zombie Process?Hard
45.What is a Zombie Process?
Hard
46.What is an Orphan Process?Hard
46.What is an Orphan Process?
Hard
47.What is the maximum number of Zombie processes a system can handle?Hard
47.What is the maximum number of Zombie processes a system can handle?
Hard
48.What is Context Switching?Medium
48.What is Context Switching?
Medium
49.Why is Context Switching expensive?Hard
49.Why is Context Switching expensive?
Hard
50.What is Process Scheduling?Easy
50.What is Process Scheduling?
Easy
51.What are the different types of Schedulers?Medium
51.What are the different types of Schedulers?
Medium
52.What is Long-Term Scheduler (Job Scheduler)?Medium
52.What is Long-Term Scheduler (Job Scheduler)?
Medium
53.What is Short-Term Scheduler (CPU Scheduler)?Medium
53.What is Short-Term Scheduler (CPU Scheduler)?
Medium
54.What is Medium-Term Scheduler?Hard
54.What is Medium-Term Scheduler?
Hard
55.What is the difference between CPU-bound and I/O-bound processes?Medium
55.What is the difference between CPU-bound and I/O-bound processes?
Medium
56.What is a Job Queue, Ready Queue, and Device Queue?Easy
56.What is a Job Queue, Ready Queue, and Device Queue?
Easy
57.What is Inter-Process Communication (IPC)?Medium
57.What is Inter-Process Communication (IPC)?
Medium
58.What are the methods of IPC?Medium
58.What are the methods of IPC?
Medium
59.What is the difference between Shared Memory and Message Passing?Hard
59.What is the difference between Shared Memory and Message Passing?
Hard
60.What is a Pipe? Explain its types.Hard
60.What is a Pipe? Explain its types.
Hard
61.What is a Thread?Easy
61.What is a Thread?
Easy
62.What is the difference between Process and Thread?Medium
62.What is the difference between Process and Thread?
Medium
63.What are the benefits of Multithreading?Medium
63.What are the benefits of Multithreading?
Medium
64.Give real-world examples of Multithreaded applications.Easy
64.Give real-world examples of Multithreaded applications.
Easy
65.What is a User-Level Thread?Medium
65.What is a User-Level Thread?
Medium
66.What is a Kernel-Level Thread?Medium
66.What is a Kernel-Level Thread?
Medium
67.What are the different Multithreading models?Hard
67.What are the different Multithreading models?
Hard
68.Explain Many-to-One Threading Model.Hard
68.Explain Many-to-One Threading Model.
Hard
69.Explain One-to-One Threading Model.Hard
69.Explain One-to-One Threading Model.
Hard
70.Explain Many-to-Many Threading Model.Hard
70.Explain Many-to-Many Threading Model.
Hard
71.Which is the best Threading Model and why?Hard
71.Which is the best Threading Model and why?
Hard
72.What is the optimal number of threads per core?Hard
72.What is the optimal number of threads per core?
Hard
73.How do multiple cores affect Multithreading performance?Medium
73.How do multiple cores affect Multithreading performance?
Medium
74.Why are static variables dangerous in Multithreading?Hard
74.Why are static variables dangerous in Multithreading?
Hard
75.What is Thread Pool?Medium
75.What is Thread Pool?
Medium
76.What is Multiprogramming?Easy
76.What is Multiprogramming?
Easy
77.What is Multiprocessing?Easy
77.What is Multiprocessing?
Easy
78.What is Multitasking?Easy
78.What is Multitasking?
Easy
79.What is Multithreading?Easy
79.What is Multithreading?
Easy
80.What is the difference between Multiprogramming and Multitasking?Medium
80.What is the difference between Multiprogramming and Multitasking?
Medium
81.What is the difference between Multitasking and Multithreading?Medium
81.What is the difference between Multitasking and Multithreading?
Medium
82.What is the difference between Multiprocessing and Multithreading?Hard
82.What is the difference between Multiprocessing and Multithreading?
Hard
83.What is the difference between Concurrency and Parallelism?Hard
83.What is the difference between Concurrency and Parallelism?
Hard
84.What is Hyper-Threading?Medium
84.What is Hyper-Threading?
Medium
85.What is the degree of Multiprogramming?Medium
85.What is the degree of Multiprogramming?
Medium
86.Why is CPU Scheduling needed?Easy
86.Why is CPU Scheduling needed?
Easy
87.What is a CPU Burst Cycle?Medium
87.What is a CPU Burst Cycle?
Medium
88.What is CPU Scheduler?Easy
88.What is CPU Scheduler?
Easy
89.What is Preemptive Scheduling?Medium
89.What is Preemptive Scheduling?
Medium
90.What is Non-Preemptive Scheduling?Medium
90.What is Non-Preemptive Scheduling?
Medium
91.What is the difference between Preemptive and Non-Preemptive Scheduling?Hard
91.What is the difference between Preemptive and Non-Preemptive Scheduling?
Hard
92.Why is Preemptive Kernel better than Non-Preemptive Kernel?Hard
92.Why is Preemptive Kernel better than Non-Preemptive Kernel?
Hard
93.What is Dispatcher?Medium
93.What is Dispatcher?
Medium
94.What is Dispatch Latency?Medium
94.What is Dispatch Latency?
Medium
95.What are the different Scheduling Criteria?Medium
95.What are the different Scheduling Criteria?
Medium
96.What is CPU Utilization?Easy
96.What is CPU Utilization?
Easy
97.What is Throughput?Easy
97.What is Throughput?
Easy
98.What is Turnaround Time (TAT)?Medium
98.What is Turnaround Time (TAT)?
Medium
99.What is Waiting Time?Medium
99.What is Waiting Time?
Medium
100.What is Response Time?Medium
100.What is Response Time?
Medium
101.Explain FCFS (First Come First Serve) Scheduling Algorithm.Easy
101.Explain FCFS (First Come First Serve) Scheduling Algorithm.
Easy
102.Explain SJF (Shortest Job First) Scheduling Algorithm.Medium
102.Explain SJF (Shortest Job First) Scheduling Algorithm.
Medium
103.Explain SRTF (Shortest Remaining Time First) Scheduling Algorithm.Hard
103.Explain SRTF (Shortest Remaining Time First) Scheduling Algorithm.
Hard
104.Explain Priority-Based Scheduling Algorithm.Medium
104.Explain Priority-Based Scheduling Algorithm.
Medium
105.Explain Round Robin Scheduling Algorithm.Medium
105.Explain Round Robin Scheduling Algorithm.
Medium
106.Explain Multilevel Queue Scheduling (MLQS).Hard
106.Explain Multilevel Queue Scheduling (MLQS).
Hard
107.Explain Multilevel Feedback Queue Scheduling (MLFQS).Hard
107.Explain Multilevel Feedback Queue Scheduling (MLFQS).
Hard
108.Which Scheduling Algorithm is used in real-world Operating Systems?Hard
108.Which Scheduling Algorithm is used in real-world Operating Systems?
Hard
109.What is Starvation in Scheduling?Medium
109.What is Starvation in Scheduling?
Medium
110.What is Aging? How does it prevent Starvation?Medium
110.What is Aging? How does it prevent Starvation?
Medium
111.Why is Process Synchronization needed?Easy
111.Why is Process Synchronization needed?
Easy
112.What is Race Condition?Medium
112.What is Race Condition?
Medium
113.What is Data Inconsistency?Medium
113.What is Data Inconsistency?
Medium
114.What is Critical Section?Medium
114.What is Critical Section?
Medium
115.What is the Critical Section Problem?Hard
115.What is the Critical Section Problem?
Hard
116.What are the requirements for solving Critical Section Problem?Hard
116.What are the requirements for solving Critical Section Problem?
Hard
117.What is Mutual Exclusion?Easy
117.What is Mutual Exclusion?
Easy
118.Explain Peterson's Solution for Critical Section Problem.Hard
118.Explain Peterson's Solution for Critical Section Problem.
Hard
119.What is a Semaphore?Medium
119.What is a Semaphore?
Medium
120.What is Binary Semaphore?Medium
120.What is Binary Semaphore?
Medium
121.What is Counting Semaphore?Hard
121.What is Counting Semaphore?
Hard
122.What is the difference between Binary Semaphore and Mutex?Hard
122.What is the difference between Binary Semaphore and Mutex?
Hard
123.What is Busy Waiting?Medium
123.What is Busy Waiting?
Medium
124.What is Spin Lock?Hard
124.What is Spin Lock?
Hard
125.Give examples of Busy Waiting and Spin Lock.Hard
125.Give examples of Busy Waiting and Spin Lock.
Hard
126.How do you implement Semaphore in real-world programming?Medium
126.How do you implement Semaphore in real-world programming?
Medium
127.What is the Producer-Consumer Problem (Bounded Buffer Problem)?Hard
127.What is the Producer-Consumer Problem (Bounded Buffer Problem)?
Hard
128.What is the Reader-Writer Problem?Hard
128.What is the Reader-Writer Problem?
Hard
129.What is the Dining Philosopher Problem?Hard
129.What is the Dining Philosopher Problem?
Hard
130.How is the Dining Philosopher Problem solved?Hard
130.How is the Dining Philosopher Problem solved?
Hard
131.What is Deadlock?Easy
131.What is Deadlock?
Easy
132.What is Starvation?Medium
132.What is Starvation?
Medium
133.What is the difference between Deadlock and Starvation?Medium
133.What is the difference between Deadlock and Starvation?
Medium
134.Can a system be in Starvation without Deadlock?Hard
134.Can a system be in Starvation without Deadlock?
Hard
135.Can a system be in Deadlock without Starvation?Hard
135.Can a system be in Deadlock without Starvation?
Hard
136.What are the necessary conditions for Deadlock?Medium
136.What are the necessary conditions for Deadlock?
Medium
137.Explain Mutual Exclusion condition.Medium
137.Explain Mutual Exclusion condition.
Medium
138.Explain Hold and Wait condition.Medium
138.Explain Hold and Wait condition.
Medium
139.Explain No Preemption condition.Medium
139.Explain No Preemption condition.
Medium
140.Explain Circular Wait condition.Medium
140.Explain Circular Wait condition.
Medium
141.What are the effects of Deadlock on system performance?Easy
141.What are the effects of Deadlock on system performance?
Easy
142.What are the methods for handling Deadlock?Medium
142.What are the methods for handling Deadlock?
Medium
143.What is Deadlock Prevention?Medium
143.What is Deadlock Prevention?
Medium
144.How can you prevent Mutual Exclusion?Hard
144.How can you prevent Mutual Exclusion?
Hard
145.How can you prevent Hold and Wait?Hard
145.How can you prevent Hold and Wait?
Hard
146.How can you prevent No Preemption?Hard
146.How can you prevent No Preemption?
Hard
147.How can you prevent Circular Wait?Hard
147.How can you prevent Circular Wait?
Hard
148.What is Deadlock Avoidance?Medium
148.What is Deadlock Avoidance?
Medium
149.What is Banker's Algorithm?Hard
149.What is Banker's Algorithm?
Hard
150.Explain Safe State and Unsafe State in Banker's Algorithm.Hard
150.Explain Safe State and Unsafe State in Banker's Algorithm.
Hard
151.What is Deadlock Detection?Medium
151.What is Deadlock Detection?
Medium
152.What is Deadlock Recovery?Medium
152.What is Deadlock Recovery?
Medium
153.What is Resource Preemption in Deadlock Recovery?Hard
153.What is Resource Preemption in Deadlock Recovery?
Hard
154.What is the Ostrich Algorithm?Easy
154.What is the Ostrich Algorithm?
Easy
155.When should we ignore Deadlock?Medium
155.When should we ignore Deadlock?
Medium
156.What are the goals of Memory Management?Easy
156.What are the goals of Memory Management?
Easy
157.Why is Memory Management needed?Easy
157.Why is Memory Management needed?
Easy
158.What is Logical Address Space?Medium
158.What is Logical Address Space?
Medium
159.What is Physical Address Space?Medium
159.What is Physical Address Space?
Medium
160.What is the difference between Logical and Physical Address?Medium
160.What is the difference between Logical and Physical Address?
Medium
161.What is MMU (Memory Management Unit)?Hard
161.What is MMU (Memory Management Unit)?
Hard
162.How does mapping from Logical to Physical Address work?Hard
162.How does mapping from Logical to Physical Address work?
Hard
163.What are Base and Limit Registers?Medium
163.What are Base and Limit Registers?
Medium
164.How does OS protect Memory Space?Medium
164.How does OS protect Memory Space?
Medium
165.What is Swapping?Medium
165.What is Swapping?
Medium
166.When is Swapping used?Easy
166.When is Swapping used?
Easy
167.What is the role of Dispatcher in Swapping?Hard
167.What is the role of Dispatcher in Swapping?
Hard
168.Why is Context Switch time very high in Swapping?Hard
168.Why is Context Switch time very high in Swapping?
Hard
169.What is Memory Allocation?Easy
169.What is Memory Allocation?
Easy
170.What is Contiguous Memory Allocation?Medium
170.What is Contiguous Memory Allocation?
Medium
171.What is Fixed Partitioning?Medium
171.What is Fixed Partitioning?
Medium
172.What is Variable Partitioning?Hard
172.What is Variable Partitioning?
Hard
173.What is the Dynamic Storage Allocation Problem?Hard
173.What is the Dynamic Storage Allocation Problem?
Hard
174.Explain First Fit algorithm.Medium
174.Explain First Fit algorithm.
Medium
175.Explain Best Fit algorithm.Medium
175.Explain Best Fit algorithm.
Medium
176.Explain Worst Fit algorithm.Medium
176.Explain Worst Fit algorithm.
Medium
177.Which is the best Memory Allocation algorithm?Hard
177.Which is the best Memory Allocation algorithm?
Hard
178.What is Internal Fragmentation?Medium
178.What is Internal Fragmentation?
Medium
179.What is External Fragmentation?Medium
179.What is External Fragmentation?
Medium
180.What is the difference between Internal and External Fragmentation?Medium
180.What is the difference between Internal and External Fragmentation?
Medium
181.What is Compaction?Hard
181.What is Compaction?
Hard
182.What is the difference between Compaction and Defragmentation?Medium
182.What is the difference between Compaction and Defragmentation?
Medium
183.What is Non-Contiguous Memory Allocation?Medium
183.What is Non-Contiguous Memory Allocation?
Medium
184.What is Paging?Medium
184.What is Paging?
Medium
185.What is a Page and Frame?Easy
185.What is a Page and Frame?
Easy
186.What is a Page Table?Medium
186.What is a Page Table?
Medium
187.What is Page Number and Page Offset?Hard
187.What is Page Number and Page Offset?
Hard
188.What is PTLR (Page Table Limit Register)?Hard
188.What is PTLR (Page Table Limit Register)?
Hard
189.Why does Paging increase Context Switch time?Hard
189.Why does Paging increase Context Switch time?
Hard
190.What is TLB (Translation Lookaside Buffer)?Hard
190.What is TLB (Translation Lookaside Buffer)?
Hard
191.What is Segmentation?Medium
191.What is Segmentation?
Medium
192.What is a Segment Table?Medium
192.What is a Segment Table?
Medium
193.What is the difference between Paging and Segmentation?Hard
193.What is the difference between Paging and Segmentation?
Hard
194.Which is better: Paging or Segmentation?Medium
194.Which is better: Paging or Segmentation?
Medium
195.What is Segmentation with Paging?Hard
195.What is Segmentation with Paging?
Hard
196.What is a TLB Miss?Medium
196.What is a TLB Miss?
Medium
197.What is the difference between TLB Miss and Page Fault?Hard
197.What is the difference between TLB Miss and Page Fault?
Hard
198.What is the difference between Cache Miss and TLB Miss?Hard
198.What is the difference between Cache Miss and TLB Miss?
Hard
199.Can we use both Paging and Segmentation together?Medium
199.Can we use both Paging and Segmentation together?
Medium
200.What are the advantages of Segmentation over Paging?Medium
200.What are the advantages of Segmentation over Paging?
Medium
201.What is Virtual Memory?Easy
201.What is Virtual Memory?
Easy
202.Why is Virtual Memory needed?Medium
202.Why is Virtual Memory needed?
Medium
203.Where is Virtual Memory physically located?Easy
203.Where is Virtual Memory physically located?
Easy
204.How is Virtual Memory implemented?Hard
204.How is Virtual Memory implemented?
Hard
205.What is Demand Paging?Medium
205.What is Demand Paging?
Medium
206.What is the strategy of Demand Paging?Hard
206.What is the strategy of Demand Paging?
Hard
207.What is a Lazy Swapper?Medium
207.What is a Lazy Swapper?
Medium
8.What is a Pager?Medium
8.What is a Pager?
Medium
209.What is a Page Fault?Medium
209.What is a Page Fault?
Medium
210.What happens when a Page Fault occurs?Hard
210.What happens when a Page Fault occurs?
Hard
211.What is Pure Demand Paging?Hard
211.What is Pure Demand Paging?
Hard
212.What is Swap Space?Easy
212.What is Swap Space?
Easy
213.What are the advantages of Virtual Memory?Easy
213.What are the advantages of Virtual Memory?
Easy
214.How does Virtual Memory increase CPU Utilization?Medium
214.How does Virtual Memory increase CPU Utilization?
Medium
215.How does Virtual Memory increase Degree of Multiprogramming?Medium
215.How does Virtual Memory increase Degree of Multiprogramming?
Medium
216.Can Virtual Memory decrease performance?Medium
216.Can Virtual Memory decrease performance?
Medium
217.What is Page Replacement?Medium
217.What is Page Replacement?
Medium
218.Why is Page Replacement needed?Easy
218.Why is Page Replacement needed?
Easy
219.Explain FIFO Page Replacement Algorithm.Easy
219.Explain FIFO Page Replacement Algorithm.
Easy
220.What is Belady's Anomaly?Hard
220.What is Belady's Anomaly?
Hard
221.Explain Optimal Page Replacement Algorithm.Medium
221.Explain Optimal Page Replacement Algorithm.
Medium
222.Explain LRU (Least Recently Used) Page Replacement Algorithm.Medium
222.Explain LRU (Least Recently Used) Page Replacement Algorithm.
Medium
223.What is Frame Allocation?Medium
223.What is Frame Allocation?
Medium
224.What is Thrashing?Hard
224.What is Thrashing?
Hard
225.What causes Thrashing?Hard
225.What causes Thrashing?
Hard
226.How does Thrashing affect CPU Utilization?Medium
226.How does Thrashing affect CPU Utilization?
Medium
227.What are the solutions to Thrashing?Hard
227.What are the solutions to Thrashing?
Hard
228.What is Working Set Model?Hard
228.What is Working Set Model?
Hard
229.What is Page Fault Frequency?Hard
229.What is Page Fault Frequency?
Hard
230.Can we replace Physical Memory (RAM) with Virtual Memory?Easy
230.Can we replace Physical Memory (RAM) with Virtual Memory?
Easy
231.Is the performance of Virtual Memory and Physical Memory the same?Medium
231.Is the performance of Virtual Memory and Physical Memory the same?
Medium
232.What is Memory Mapping?Medium
232.What is Memory Mapping?
Medium
233.What is Shared Memory in Virtual Memory?Hard
233.What is Shared Memory in Virtual Memory?
Hard
234.What is Copy-on-Write?Hard
234.What is Copy-on-Write?
Hard
235.What is Memory-Mapped Files?Medium
235.What is Memory-Mapped Files?
Medium
236.What is the difference between Demand Paging and Demand Segmentation?Hard
236.What is the difference between Demand Paging and Demand Segmentation?
Hard
237.What is Prepaging?Hard
237.What is Prepaging?
Hard
238.What is Page Buffering?Hard
238.What is Page Buffering?
Hard
239.What is the difference between Global and Local Page Replacement?Hard
239.What is the difference between Global and Local Page Replacement?
Hard
240.What is Allocation of Frames?Medium
240.What is Allocation of Frames?
Medium
241.What is Secondary Storage?Easy
241.What is Secondary Storage?
Easy
242.What is the difference between Primary and Secondary Storage?Easy
242.What is the difference between Primary and Secondary Storage?
Easy
243.What is Disk Scheduling?Medium
243.What is Disk Scheduling?
Medium
244.Why is Disk Scheduling needed?Medium
244.Why is Disk Scheduling needed?
Medium
245.Explain FCFS Disk Scheduling Algorithm.Easy
245.Explain FCFS Disk Scheduling Algorithm.
Easy
246.Explain SSTF (Shortest Seek Time First) Disk Scheduling Algorithm.Medium
246.Explain SSTF (Shortest Seek Time First) Disk Scheduling Algorithm.
Medium
247.Explain SCAN Disk Scheduling Algorithm.Medium
247.Explain SCAN Disk Scheduling Algorithm.
Medium
248.Explain C-SCAN Disk Scheduling Algorithm.Hard
248.Explain C-SCAN Disk Scheduling Algorithm.
Hard
249.Explain LOOK and C-LOOK Disk Scheduling Algorithms.Hard
249.Explain LOOK and C-LOOK Disk Scheduling Algorithms.
Hard
250.Which is the best Disk Scheduling Algorithm?Hard
250.Which is the best Disk Scheduling Algorithm?
Hard
251.What is a File System?Easy
251.What is a File System?
Easy
252.What is a File?Easy
252.What is a File?
Easy
253.What are File Attributes?Medium
253.What are File Attributes?
Medium
254.What are File Operations?Medium
254.What are File Operations?
Medium
255.What is a Directory?Easy
255.What is a Directory?
Easy
256.What is the difference between File and Directory?Easy
256.What is the difference between File and Directory?
Easy
257.What are different Directory Structures?Medium
257.What are different Directory Structures?
Medium
258.What is File Allocation?Medium
258.What is File Allocation?
Medium
259.Explain Contiguous, Linked, and Indexed File Allocation.Hard
259.Explain Contiguous, Linked, and Indexed File Allocation.
Hard
260.What is Free Space Management?Hard
260.What is Free Space Management?
Hard
261.What is the difference between Security and Protection?Medium
261.What is the difference between Security and Protection?
Medium
262.What is Authentication?Easy
262.What is Authentication?
Easy
263.What is Authorization?Medium
263.What is Authorization?
Medium
264.What is Access Control?Medium
264.What is Access Control?
Medium
265.What are Access Control Lists (ACL)?Medium
265.What are Access Control Lists (ACL)?
Medium
266.What is Encryption?Medium
266.What is Encryption?
Medium
267.What is a Virus?Easy
267.What is a Virus?
Easy
268.What is a Trojan Horse?Easy
268.What is a Trojan Horse?
Easy
269.What is a Worm?Medium
269.What is a Worm?
Medium
270.What is the difference between Virus and Worm?Medium
270.What is the difference between Virus and Worm?
Medium