OS_Lab_Viva_Questions
OS_Lab_Viva_Questions
11. What is a deadlock? What are the conditions for a deadlock to occur?
- Deadlock is when processes block each other. Conditions: Mutual Exclusion, Hold and Wait, No Preemption, Circular Wait.
22. What is the difference between FAT and NTFS file systems?
- FAT is simpler but limited, NTFS supports security, compression, and larger files.